Commit Graph

22 Commits

Author SHA1 Message Date
Frank Schoenheit [fs]
91b997afa6 gridsort: add disposal checks and some rudimentary mutex locking 2011-01-16 20:59:30 +01:00
Frank Schoenheit [fs]
d35c316d00 gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls 2011-01-14 15:13:23 +01:00
Frank Schoenheit [fs]
f30518cc97 gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more explicit, and less magical 2011-01-14 13:19:09 +01:00
Frank Schoenheit [fs]
4c08b4b3d3 gridsort: reworked the notification system for inserted/removed rows
In this course, more code which was in SVTXGridControl was moved to the places it belongs to, effectively
meaning that the TableControl has better chances than before to be used outside an SVTXGridControl (though
we're not there, yet).

Also, the selection-related methods in TableControl/_Impl got some refactoring love, so the implementation
details are hidden in the Impl class now, instead of being exposed to an exploited by the TableControl.

And while we were there ... The XGridSelection does not provide a |selectColumn| anymore (there was no
preparation whatsoever for column selection, anywhere, thus it was a complete dummy.)
Also, its de/selectRows methods have been removed: They have questionable use, and make implementation
rather difficult, compared with multiple calls to de/selectRow.
2011-01-13 14:08:36 +01:00
Frank Schoenheit [fs]
6fba3904b9 gridsort: removed the XGridDataModel.removeRows flavour which took an arbitrary sequence of indexes - this makes the handling, in particular for listeners, unnecessarily complex, and has a questionable use only 2011-01-12 21:59:36 +01:00
Frank Schoenheit [fs]
34f93e97f2 gridsort: XGridDataModel: moved modifying functionality into XMutableGridDataModel. 2011-01-10 15:47:51 +01:00
Frank Schoenheit [fs]
ee6e84390f gridsort: do not retrieve all row headers at once, this doesn't scale. Instead, allow to retrieve the header/title of a row given by index 2011-01-07 15:52:55 +01:00
Frank Schoenheit [fs]
c36c24d7c4 gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), too 2011-01-07 10:51:57 +01:00
Frank Schoenheit [fs]
9cb54ddb6e gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/ColumnModel, but to the GridControlModel 2011-01-07 10:31:19 +01:00
Frank Schoenheit [fs]
f167cee01f gridsort: XGridDataModel: do not provide access to all data at once, instead use cell-based access 2011-01-06 16:28:45 +01:00
Frank Schoenheit [fs]
d3dcce2434 gridsort: make build on unxlngi6 2011-01-04 15:09:05 +01:00
Frank Schoenheit [fs]
b83e7371c4 gridsort: allow cloning grid columns, and the (default) grid data/column model 2011-01-03 23:14:55 +01:00
Frank Schoenheit [fs]
cb2f6f86c9 gridsort: removed methods from ITableModel which exposed implementation details of the UnoControlTableModel.
Also, instead of exposing those implementation details in UnoControlTableModel, added atomar operations
for stuff like adding / clearing of rows, and the like.
2011-01-03 16:01:14 +01:00
Frank Schoenheit [fs]
7fe193a7f6 gridsort: renamed XGridDataModel::add/removeDataListener to add/removeGridDataListener - this consistency with the actual listener type name will make introspection work 2010-12-17 14:32:31 +01:00
Mihaela Kedikova
5c737d12c1 gridcontrol_03:bug fix for #i111107#, added update methods to xgriddatamodel 2010-04-23 17:41:32 +02:00
Mihaela Kedikova
d979d618f8 gridcontrol_03: merge with DEV300_m75 2010-03-23 15:28:55 +01:00
Mihaela Kedikova
b09453118d fixed bugs for linux build 2010-03-22 15:15:28 +01:00
Mihaela Kedikova
99d003c030 recent changes for grid control 2010-03-22 11:17:10 +01:00
Mihaela Kedikova
9945f4ca96 recent changes for grid control 2010-02-15 14:45:34 +01:00
Mihaela Kedikova
f3f5684a87 recent changes for grid control 2010-02-12 17:05:02 +01:00
Jens-Heiner Rechtien
8764506704 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Release Engineers
27a1e85b65 CWS-TOOLING: integrate CWS gridcontrol_01
2009-08-13 07:53:28 +0200 tkr  r274919 : #103210# remove mixed-line-endings
2009-08-13 07:36:19 +0200 tkr  r274918 : #103210# remove mixed-line-endings
2009-08-06 14:02:11 +0200 tkr  r274725 : #103210# build issues fixed
2009-08-06 12:11:52 +0200 tkr  r274711 : #103210# build issues fixed
2009-08-06 12:03:32 +0200 tkr  r274710 : #103210# add grid directory to d.lst
2009-08-05 17:00:11 +0200 misheto  r274689 : CWS-TOOLING: rebase CWS gridcontrol_01 to trunk@274622 (milestone: DEV300:m54)
2009-08-05 14:31:42 +0200 tkr  r274668 : #103210# remove add/removeMouseListener from XGridControl and use XWindow
2009-08-05 14:30:06 +0200 tkr  r274667 : #103210# remove add/removeMouseListener from XGridControl and use XWindow
2009-08-05 14:29:09 +0200 tkr  r274666 : #103210# remove add/removeMouseListener from XGridControl and use XWindow
2009-08-05 12:02:15 +0200 misheto  r274649 : fox for HScroll problem
2009-08-05 11:37:22 +0200 misheto  r274644 : CWS-TOOLING: rebase CWS gridcontrol_01 to trunk@274203 (milestone: DEV300:m53)
2009-08-03 10:12:50 +0200 tkr  r274568 : #103210# Method getItemIndexPos() added
2009-07-31 18:25:42 +0200 misheto  r274547 : fixed bug no cursor with NONE-selection, arrow keys cause selection disappear
2009-07-31 16:36:34 +0200 tkr  r274541 : #103210# MouseListener added
2009-07-31 16:35:48 +0200 tkr  r274540 : #103210# MouseListener added
2009-07-31 14:37:45 +0200 misheto  r274533 : event handlers
2009-07-31 09:43:52 +0200 tkr  r274513 : #103210# MouseListener added
2009-07-31 09:42:46 +0200 tkr  r274512 : #103210# MouseListenerMultiplexer exported
2009-07-30 18:19:55 +0200 misheto  r274501 : 2009-07-30 18:15:00 +0200 misheto  r274500 : mouselistener changes
2009-07-30 15:23:03 +0200 tkr  r274491 : #i103210# remove XItemListener and add XMouseListener
2009-07-30 15:22:01 +0200 tkr  r274490 : #i103210# remove XItemListener and add XMouseListener
2009-07-28 16:47:37 +0200 misheto  r274415 : fixed text left intented, removeAllScroll mode, selection mode, single selection
2009-07-28 16:45:32 +0200 misheto  r274413 : 2009-07-28 14:56:33 +0200 tkr  r274407 : #i103210# build issue fixed
2009-07-28 12:49:23 +0200 tkr  r274397 : #i103210# use HScroll and VScroll for Scrolbarmode
2009-07-28 12:24:14 +0200 tkr  r274396 : #i103210# use HScroll and VScroll for Scrolbarmode
2009-07-28 11:33:46 +0200 tkr  r274393 : ##i103210# api changes
2009-07-28 11:32:48 +0200 tkr  r274392 : ##i103210# add ItemListener
2009-07-28 11:31:49 +0200 tkr  r274391 : ##i103210# add ItemListener
2009-07-28 08:30:30 +0200 tkr  r274388 : #i103210# paint background color
2009-07-24 17:22:10 +0200 misheto  r274314 : focus problem solved, single selection with keys UP DOWN
2009-07-22 11:43:24 +0200 misheto  r274226 : removed vclxcontrol dependencies
2009-07-22 10:23:34 +0200 misheto  r274220 : 2009-07-21 15:04:26 +0200 misheto  r274200 : tablecontrol added items
2009-07-21 15:00:44 +0200 misheto  r274198 : tablecontrol
2009-07-17 09:58:59 +0200 misheto  r274082 : changes mihaela
2009-07-15 11:04:27 +0200 tkr  r273999 : #i103210# api documentation added
2009-07-15 11:03:18 +0200 tkr  r273998 : #i103210# adapt idl changes
2009-07-14 08:47:32 +0200 tkr  r273959 : #i103210# Method removeRow added
2009-07-14 08:46:52 +0200 tkr  r273958 : #i103210# Method removeRow added
2009-07-13 08:20:11 +0200 tkr  r273914 : #i103210# XGridSelectionModel removed
2009-07-10 13:50:01 +0200 tkr  r273888 : #i103210# selection support and listener added
2009-07-10 13:42:17 +0200 tkr  r273887 : #i103210# selection support added
2009-07-06 10:21:51 +0200 tkr  r273724 : #i103210# implement listener
2009-07-06 10:13:25 +0200 tkr  r273723 : #i103210# remove wrong interfaces
2009-07-06 10:11:47 +0200 tkr  r273722 : #i103210# interface changes
2009-07-02 15:28:50 +0200 tkr  r273659 : #i103210# create new services
2009-07-02 15:26:21 +0200 tkr  r273658 : #i103210# create new services
2009-07-02 12:00:39 +0200 tkr  r273633 : #i103210# defaultgriddatamodel works now
2009-07-02 11:59:24 +0200 tkr  r273631 : #i103210# now XGridDataModel inherits XComponent
2009-07-01 14:07:31 +0200 tkr  r273579 : #i103210# initial implementation of the grid control data model
2009-07-01 13:14:21 +0200 tkr  r273571 : #i103210# adding new service and some methods
2009-06-30 12:15:13 +0200 tkr  r273500 : #i103210# change attribute names
2009-06-30 10:55:07 +0200 tkr  r273496 : #i103210# create services and interfaces for the grid control
2009-06-30 10:47:26 +0200 tkr  r273495 : #i103210# create services and interfaces for the grid control
2009-08-26 13:11:27 +00:00