summaryrefslogtreecommitdiffstats
path: root/offapi/com
Commit message (Expand)AuthorAgeFilesLines
* Fixed line style in footnote format GUI and saved it to ODFCédric Bosdonnat2011-03-193-0/+52
* Fixed documentation for the new ColumnSeparatorStyle propertyCédric Bosdonnat2011-03-191-2/+2
* Added column separator style in ODFCédric Bosdonnat2011-03-192-0/+52
* Fixed the NONE border line style API valueCédric Bosdonnat2011-03-191-1/+1
* Added a style entry for no linesCédric Bosdonnat2011-03-191-0/+4
* Documented css::table::BorderLine2.LineWidth.Cédric Bosdonnat2011-03-191-0/+10
* Fixed copy-paste problemCédric Bosdonnat2011-03-191-3/+3
* Borders: added some more types to the APICédric Bosdonnat2011-03-191-4/+49
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-18134-1444/+4197
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-08134-1444/+4197
| |\
| | * merged DEV300Release Engineering2011-02-1838-902/+843
| | |\
| | | * CWS-TOOLING: integrate CWS gridsortIvo Hinkelmann2011-02-1726-517/+721
| | | |\
| | | | * pulled and merged DEV300.m99Frank Schoenheit [fs]2011-02-0326-517/+721
| | | | |\
| | | | | * Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34bFrank Schoenheit [fs]2011-01-3139-485/+914
| | | | | |\
| | | | | | * gridsort: i116682: update UnoControlDialog to reflect XDialogJuergen Schmidt2011-01-282-4/+4
| | | | | | * gridsort: minor changes to the new API:Frank Schoenheit [fs]2011-01-275-8/+8
| | | | | | * gridsort: grid control related unit tests (first set, more to come)Frank Schoenheit [fs]2011-01-261-1/+1
| | | | | | * gridsort: pulled and merged DEV300m98Frank Schoenheit [fs]2011-01-2532-429/+996
| | | | | | |\
| | | | | | | * gridsort: pulled CWS dba34bFrank Schoenheit [fs]2011-01-2524-122/+938
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| |
| | | | | | | * gridsort: re-did the column resizingFrank Schoenheit [fs]2011-01-241-8/+35
| | | | | | | * gridsort: document the relationship between soorting the data and notifying X...Frank Schoenheit [fs]2011-01-191-0/+8
| | | | | | | * gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]2011-01-191-0/+14
| | | | | | | * gridsort: introduce XSortableGridDataModel::removeColumnSortFrank Schoenheit [fs]2011-01-184-7/+11
| | | | | | | * gridsort: #163172# added UNO API support for sorting grid data. Implementatio...Frank Schoenheit [fs]2011-01-185-4/+232
| | | | | | | * gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]2011-01-163-13/+15
| | | | | | | * gridsort: XMutableGridData: renamed updateRow to updateRowData for consistenc...Frank Schoenheit [fs]2011-01-141-1/+12
| | | | | | | * gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in b...Frank Schoenheit [fs]2011-01-141-4/+4
| | | | | | | * gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more e...Frank Schoenheit [fs]2011-01-142-1/+21
| | | | | | | * gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte...Frank Schoenheit [fs]2011-01-141-12/+0
| | | | | | | * gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]2011-01-134-33/+38
| | | | | | | * gridsort: removed the XGridDataModel.removeRows flavour which took an arbitra...Frank Schoenheit [fs]2011-01-121-15/+0
| | | | | | | * gridsort: @raises is not recognized by autodoc, use @throws insteadFrank Schoenheit [fs]2011-01-126-14/+14
| | | | | | | * gridsort: reworked the color model for grid controls. Now supporting more tha...Frank Schoenheit [fs]2011-01-121-11/+47
| | | | | | | * gridsort: XGridCell/Renderer are unused and uselessFrank Schoenheit [fs]2011-01-123-111/+2
| | | | | | | * gridsort: XGridControl: add methods to retrieve the current row/colFrank Schoenheit [fs]2011-01-111-6/+20
| | | | | | | * gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introdu...Frank Schoenheit [fs]2011-01-111-2/+20
| | | | | | | * gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column h...Frank Schoenheit [fs]2011-01-111-0/+6
| | | | | | | * gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]2011-01-111-16/+1
| | | | | | | * gridsort: removed XGridColumn::setIndex - don't really want to have something...Frank Schoenheit [fs]2011-01-101-8/+8
| | | | | | | * gridsort: XGridDataModel: moved modifying functionality into XMutableGridData...Frank Schoenheit [fs]2011-01-107-91/+190
| | | | | | | * gridsort: do not retrieve all row headers at once, this doesn't scale. Instea...Frank Schoenheit [fs]2011-01-071-5/+15
| | | | | | | * gridsort: document ownership of the grid columnsFrank Schoenheit [fs]2011-01-071-1/+6
| | | | | | | * gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]2011-01-071-5/+16
| | | | | | | * gridsort: added XGridColumnModel::createColumnFrank Schoenheit [fs]2011-01-071-9/+17
| | | | | | | * gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), tooFrank Schoenheit [fs]2011-01-072-4/+6
| | | | | | | * gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/Col...Frank Schoenheit [fs]2011-01-074-16/+23
| | | | | | | * gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren...Frank Schoenheit [fs]2011-01-073-72/+0
| | | | | | | * gridsort: XGridDataModel: do not provide access to all data at once, instead ...Frank Schoenheit [fs]2011-01-061-8/+12
| | | | | | | * gridsort: removed XGridColumnModel::copyColumnFrank Schoenheit [fs]2011-01-061-7/+0
| | | | | | | * gridsort: member names usually start with UpperCase - corrected this for Grid...Frank Schoenheit [fs]2011-01-052-13/+13