summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
AgeCommit message (Collapse)AuthorFilesLines
2011-01-07gridsort: do not retrieve all row headers at once, this doesn't scale. ↵Frank Schoenheit [fs]1-5/+15
Instead, allow to retrieve the header/title of a row given by index
2011-01-07gridsort: document ownership of the grid columnsFrank Schoenheit [fs]1-1/+6
2011-01-07gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]1-5/+16
2011-01-07gridsort: added XGridColumnModel::createColumnFrank Schoenheit [fs]1-10/+18
2011-01-07gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), tooFrank Schoenheit [fs]2-4/+6
2011-01-07gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the ↵Frank Schoenheit [fs]4-16/+23
GridData/ColumnModel, but to the GridControlModel
2011-01-07gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it ↵Frank Schoenheit [fs]3-72/+0
weren't, it wouldn't belong into this module
2011-01-06gridsort: XGridDataModel: do not provide access to all data at once, instead ↵Frank Schoenheit [fs]1-8/+12
use cell-based access
2011-01-06gridsort: removed XGridColumnModel::copyColumnFrank Schoenheit [fs]1-7/+0
This does the very same as XGridColumn::XCloneable::createClone does, so there's no need for this method anymore.
2011-01-05gridsort: member names usually start with UpperCase - corrected this for ↵Frank Schoenheit [fs]2-13/+13
GridColumn/DataEvent, for sake of consistency
2011-01-05gridsort: css.awt.grid.GridControlEvent is unused - removedFrank Schoenheit [fs]2-55/+0
2011-01-03gridsort: allow cloning grid columns, and the (default) grid data/column modelFrank Schoenheit [fs]3-4/+25
2010-12-23gridsort: do not allow NULL/VOID for a grid's columnd/data model - nothing ↵Frank Schoenheit [fs]1-0/+6
would work then. (Both are already default-initited to some empty model in the grid model's ctor, for quite a few revisions)
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-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-11-09jsc340: merge with DEV300m92Juergen Schmidt1-1/+1
2010-11-08gridcontrol07: bugfixes for gridcontrolMihaela Kedikova1-1/+1
2010-11-02tabcontrol: merge with DEV300_m91Mihaela Kedikova1-1/+1
2010-11-02tabcontrol: changes regarding version and servicesMihaela Kedikova10-10/+10
2010-11-02jsc340: i115337: cleanup since tagsJuergen Schmidt37-90/+90
2010-10-29merge after pulling DEV300.m91Frank Schoenheit [fs]1-1/+1
2010-10-19Use en-US spelling for consistencyAurimas Fišeras10-11/+11
2010-10-17Fix typos in the documentationAurimas Fiseras41-80/+80
2010-10-14tabcontrol: merge with DEV300_m89Mihaela Kedikova7-1/+389
2010-10-09CWS changehid: resync to m89Mathias Bauer7-1/+389
2010-10-06dba34b: #i112779# new 'animated images' UNO control, superseding the ↵Frank Schoenheit [fs]18-69/+432
(X)SimpleAnimation and Throbber controls
2010-10-04Ported calc-insert-current-time-offapi.diff from ooo-build.Kohei Yoshida1-0/+4
This is to make the semicolon key available for UNO API.
2010-09-29Ported autocorrect-accidental-caps-lock-offapi.diff from ooo-build.linux-build-fridrich-20100930Kohei Yoshida1-0/+12
2010-09-16calc-jump-on-formula-ref-offapi.diff: MigratedKohei Yoshida1-0/+8
n#464359, i#101018 allow ctrl-[ and ctrl-] to jump to references used in a formula expression.
2010-09-02tabcontrol: fix some compile errorsOcke Janssen [oj]1-1/+0
2010-08-27tabcontrol: #i113362# impl tabcontrol in awtOcke Janssen [oj]4-2/+62
2010-08-12tabcontrol: new source code for tabcontrol addedMihaela Kedikova11-0/+687
2010-08-10merging in latest changes from CWS unoawt2Frank Schoenheit [fs]1-0/+6
2010-07-13CWS changehid: resync to m84Mathias Bauer35-116/+850
2010-07-06Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2Frank Schoenheit [fs]1-0/+11
2010-07-01unoawt2: add XItemList same as for listbox modelOcke Janssen [oj]1-0/+6
2010-06-25unoawt2: why the heck does the IDL compiler complain, but still build it? ↵Frank Schoenheit [fs]1-0/+1
Fixed build breaker ...
2010-06-25unoawt2: #i112684# let UNO Controls implement the (newly introduced) ↵Frank Schoenheit [fs]4-1/+349
XStyleSettingsSupplier, giving access to their style, in particular, to the HC flag
2010-06-22unoawt2: createDialogWithArguments: use NamedValues instead of PropertyValuesFrank Schoenheit [fs]1-3/+3
2010-06-17fs33a: merged CWS unoawt2, implicit rebase to m83Frank Schoenheit [fs]8-8/+47
2010-06-17unoawt2: allow creating dialogs with a parent windowFrank Schoenheit [fs]1-0/+22
2010-06-17fs33a: merge after pulling latest changes from DEV300 (m81)Frank Schoenheit [fs]22-106/+366
2010-06-16fs33a: oops, forgot this addition to the documentation of the ↵Frank Schoenheit [fs]1-0/+11
UnoControlListBoxModel in CWS unoawt
2010-06-15CWS-TOOLING: integrate CWS unoawtobo6-1/+469
2010-06-14CWS-TOOLING: integrate CWS dv12obo6-8/+14