summaryrefslogtreecommitdiff
path: root/offapi/com
AgeCommit message (Collapse)AuthorFilesLines
2010-12-17CWS-TOOLING: integrate CWS dv22Hans-Joachim Lankenau1-0/+8
2010-12-17gridsort: renamed XGridDataModel::add/removeDataListener to ↵Frank Schoenheit [fs]1-3/+3
add/removeGridDataListener - this consistency with the actual listener type name will make introspection work
2010-12-17gridsort: renamed XGridColumn::add/removeColumnListener to ↵Frank Schoenheit [fs]1-2/+2
add/removeGridColumnListener - this consistency with the actual listener type name will make introspection work
2010-12-17gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException ↵Frank Schoenheit [fs]1-2/+4
when appropriate
2010-12-17gridsort: removed XGridColumn::updateColumnFrank Schoenheit [fs]1-7/+0
The implementation of this column was only a wrapper around what setColumnWidth/setPreferredWidth would have done. Also, the mechanism how this method was used was really weird, effectively propagating the (preferred) width from the ITableColumn implementation of the grid peer to the XGridColumn implementation of the grid column model. This was done each time the (preferred) width was access for reading - not really a clever solution. Now, the ITableColumn knows its respective XGridColumn, and simply forwards the (preferred) width as needed.
2010-12-17CWS-TOOLING: integrate CWS mib19Hans-Joachim Lankenau5-52/+79
2010-12-16undoapi: merged DEV300m95Frank Schoenheit [fs]7-3/+421
2010-12-13cws tl84: merge with DEV300_m95Thomas Lange [tl]13-21/+471
2010-12-10dr78: #i116044# correct handling of DataPilot grand total nameNiklas Nebel1-0/+8
2010-12-10dr78: #i57431# correct property descriptionsNiklas Nebel1-4/+5
2010-12-10chart46: #i25706# implement date axis - switching to scatter or bubbleIngrid Halama [iha]1-0/+5
2010-12-10chart46: #i25706# implement date axis - cleanupIngrid Halama [iha]1-6/+21
2010-12-10Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300Ocke.Janssen13-0/+746
2010-12-09mib19: rebase to DEV300m95Daniel Rentz [dr]16-24/+476
2010-12-07gridsort: introduced container listeners at the grid model, reworked and ↵Frank Schoenheit [fs]3-22/+19
fixed listener relationship between grid model/control/peer
2010-12-07gridsort: derive XGridColumnListener from XEventListenerFrank Schoenheit [fs]1-22/+3
2010-12-07gridsort: removed unused and empty XGridControlListener interfaceFrank Schoenheit [fs]2-50/+0
2010-12-06rebased to OOO330m17Daniel Rentz [dr]6-0/+106
2010-12-06Replace all occured, occurance etc.feature/currency-64bitTakeshi Abe27-39/+39
2010-12-03chart46: #i25706# implement date axis - simplify axis access in chart apiIngrid Halama [iha]7-7/+197
2010-12-02remove #include of oneselfDavid Tardon1-2/+0
2010-12-02Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07Frank Schoenheit [fs]6-18/+50
2010-12-02undoapi: #i33781# include XUndoManagerSupplierFrank Schoenheit [fs]1-35/+5
2010-12-01undoapi: clear the redo stack when leaving an Undo context resp. list ↵Frank Schoenheit [fs]1-6/+5
action, not when entering it. This is a pre-requisite for Writer's upcoming migratin to SfxUndoManager
2010-11-30chart46: #i25706# implement date axis - some docu issuesIngrid Halama [iha]3-2/+9
2010-11-30CWS-TOOLING: integrate CWS pl08ooo/DEV300_m95Ivo Hinkelmann7-3/+421
2010-11-30chart46: #i25706# implement date axisIngrid Halama [iha]17-353/+426
2010-11-25udoapi: merge sw refactoring with undoapi stuffMichael Stahl18-234/+947
2010-11-22dba34b: merge after pulling DEV300.m94Frank Schoenheit [fs]6-18/+50
2010-11-22undoapi: merge after pulling DEV300.m94Frank Schoenheit [fs]6-18/+50
2010-11-20use spec. tags for true, false and nullDavid Tardon1-13/+13
2010-11-20fix some typosDavid Tardon1-7/+7
2010-11-19cws tl84: merge with DEV300_m93Thomas Lange [tl]3-3/+5
2010-11-16undoapi: make reset an explicit, atomar operation at the IUndoManager, ↵Frank Schoenheit [fs]1-1/+2
instead of simulating it in a higher layer
2010-11-16chart52: #28670# make the legend within charts resizeable - part 1 - patch ↵Ingrid Halama1-7/+3
from hackfest2010
2010-11-16CWS-TOOLING: integrate CWS kso46Vladimir Glazunov2-6/+7
2010-11-16CWS-TOOLING: integrate CWS tlmath01Vladimir Glazunov3-11/+34
2010-11-16CWS-TOOLING: integrate CWS dockingwindowsVladimir Glazunov1-1/+9
2010-11-16undoapi: derive XUndoManager from XChild, to allow convenient access to the ↵Frank Schoenheit [fs]1-0/+8
document it belongs to
2010-11-16 undoapi: step 2.3 of the migration of css.chart2.XUndoManager to ↵Frank Schoenheit [fs]2-112/+0
css.document.XUndoManager: migrate the clients of XDocumentActions to using the new XUndoManager, and completely remove the (X)DocumentActions still some more cleanup needed
2010-11-15 undoapi: step 2.2 of the migration of css.chart2.XUndoManager to ↵Frank Schoenheit [fs]1-1/+3
css.document.XUndoManager: base the implementation of XDocumentActions on the document's UndoManager
2010-11-10rebase to DEV300_m92Philipp Lohmann [pl]2-3/+3
2010-11-10cws tl84: #i114751# fingerprint data for SerbianThomas Lange [tl]1-1/+3
2010-11-09undoapi: step 2.0 of the migration of css.chart2.XUndoManager to ↵Frank Schoenheit [fs]3-62/+4
css.document.XUndoManager: rename css.chart2.XUndoManager to XDocumentActions. Not sure this class will still exist (in either form) after the refactoring is finished.
2010-11-09undoapi: step 0.1 of the migration of css.chart2.XUndoManager to ↵Frank Schoenheit [fs]1-11/+9
css.document.XUndoManager: remove the XModel paramter from the XUndoManager methods, they're an implicit attribute of the instance
2010-11-09undoapi: step 0.0 of the migration of css.chart2.XUndoManager to ↵Frank Schoenheit [fs]2-91/+0
css.document.XUndoManager: remove the unused XUndoHelper
2010-11-09jsc340: merge with DEV300m92Juergen Schmidt3-3/+5
2010-11-09dr77: rebase to DEV300m92Daniel Rentz [dr]3-3/+5
2010-11-08gridcontrol07: bugfixes for gridcontrolMihaela Kedikova1-1/+1
2010-11-08strip trailing whitespaceCaolán McNamara4-5/+5