summaryrefslogtreecommitdiffstats
path: root/offapi/com
Commit message (Expand)AuthorAgeFilesLines
* Remove OS/2 support.Francois Tigeot2011-04-183-6/+0
* i#20348: made the ordinal suffixe autocorrection internationalizedCédric Bosdonnat2011-04-071-10/+12
* Strip include guards in idl filesJulien Nabet2011-04-022663-16174/+2
* drop bogus executable flag from idl/build/src and config filesFrancisco Saito2011-03-2934-0/+0
* Add global guard to prepare the work of "Strip include guards in idl files"Julien Nabet2011-03-267-22/+21
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-23317-443/+456
|\
| * CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann2011-03-07316-406/+411
| |\
| | * jsc340: i115337: correct since tagsJuergen Schmidt2011-02-243-7/+3
| | * jsc340: merge to dev300m101Juergen Schmidt2011-02-2499-1366/+3394
| | |\
| | * \ jsc340: merged to dev300m98Juergen Schmidt2011-01-3116-57/+282
| | |\ \
| | * | | jsc340: i115337: correct since tagsJuergen Schmidt2011-01-0610-10/+9
| | * | | merge dev300m96Juergen Schmidt2011-01-05304-394/+400
| | |\ \ \
| | | * \ \ jsc340: merge with DEV300m92Juergen Schmidt2010-11-093-3/+5
| | | |\ \ \
| | | * | | | jsc340: i115337: cleanup since tagsJuergen Schmidt2010-11-02304-394/+400
| * | | | | | CWS-TOOLING: integrate CWS fwk165Ivo Hinkelmann2011-03-071-37/+45
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | #i116896# Extend documentation of the PathSubstitution serviceCarsten Driesner2011-02-091-37/+45
* | | | | | | 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