Commit graph

34946 commits

Author SHA1 Message Date
Carsten Driesner
ccc7d6ccee #removetooltypes01: Exchange of ULONG to sal_uIntPtr 2011-01-11 17:09:16 +01:00
Carsten Driesner
2701e0f33c removetooltypes01: #i112600# Added intermediate type to get rid of ULONG without using the old bad type replacement 2011-01-11 17:06:23 +01:00
Mikhail Voytenko
698c00dbdd removetooltypes01: #i112600# do not affect FASTBOOL in this cws 2011-01-11 16:23:55 +01:00
Frank Schoenheit [fs]
0bbace39b3 gridsort: XGridControl: add methods to retrieve the current row/col 2011-01-11 14:00:09 +01:00
Bjoern Michaelsen
ca18a18102 gnumake3: updated module support for checks and subsequent checks, improved error reporting 2011-01-11 13:36:29 +01:00
Frank Schoenheit [fs]
e73cc303e5 gridsort: Help::ShowQuickHelp: new flag QUICKHELP_FORCE_REPOSITION, which re-positions the window even if the quick help text didn't change. Use this in the table control, this prevents the help text appearing too far from the mouse position 2011-01-11 13:35:20 +01:00
Frank Schoenheit [fs]
3d7ca63d0e gridsort: IAbstractTableControl renamed to ITableControl, added a few more methods previously found at the TableControl_Impl only 2011-01-11 13:26:40 +01:00
Frank Schoenheit [fs]
16028c42b1 gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introduced getColumnAtPoint 2011-01-11 12:36:41 +01:00
Frank Schoenheit [fs]
012b72f488 gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column header 2011-01-11 11:42:27 +01:00
Carsten Driesner
322a75edf8 removetootypes01: #i112600# Use correct conversion ULONG => sal_uIntPtr 2011-01-11 11:10:11 +01:00
Frank Schoenheit [fs]
5a256f4486 gridsort: removed XGridControl::setTooltip. It had a rather strange semantics, seems to be unused in the current
OOo code base, and would belong to the model, if at all.
Still one thing to do: do not unconditionally display the cell content as tooltip, but make this dependent on
whether or not the cell content fits into the cell.
2011-01-11 10:58:26 +01:00
Carsten Driesner
1c6de4e777 removetooltypes01: #i112600# Use correct conversion for ULONG => sal_uIntPtr 2011-01-11 09:22:12 +01:00
Frank Schoenheit [fs]
858b82e990 gridsort: removed XGridColumn::setIndex - don't really want to have something like this at the public API 2011-01-10 15:48:16 +01:00
Frank Schoenheit [fs]
34f93e97f2 gridsort: XGridDataModel: moved modifying functionality into XMutableGridDataModel. 2011-01-10 15:47:51 +01:00
os
3202c06797 m96 merged 2011-01-10 15:23:20 +01:00
Mikhail Voytenko
4d41dd2a2b removetooltypes01: #i112600# remove tooltypes from cppcanvas 2011-01-10 15:02:07 +01:00
Mikhail Voytenko
cf6cb90103 removetooltypes01: #i112600# adjust basic and scaddins 2011-01-10 14:40:57 +01:00
Mikhail Voytenko
143f5e31f0 removetooltypes01: #i112600# adjust canvas 2011-01-10 13:00:11 +01:00
Frank Schoenheit [fs]
efe46a5077 undoapi: merge 2011-01-10 12:42:18 +01:00
Mikhail Voytenko
9ed7a44c0f removetooltypes01: #i112600# adjust canvas 2011-01-10 12:31:13 +01:00
Mikhail Voytenko
2849a7757f removetooltypes01: #i112600# adjust canvas 2011-01-10 12:15:36 +01:00
Frank Schoenheit [fs]
6b67bdb0ef gridsort: toolkit depends on qadevOOo for quite a few revisions now - reflect this in build.lst 2011-01-10 11:41:28 +01:00
Carsten Driesner
a1331d45d3 removetooltypes01: #i112600# Fixed duplicate type definition 2011-01-10 11:02:02 +01:00
Mikhail Voytenko
2aaf825997 removetooltypes: #i112600# remove tooltypes 2011-01-10 10:46:07 +01:00
Carsten Driesner
8035cbd9e3 removetooltypes01: #i112600# Last fixes for VCL 2011-01-10 10:28:18 +01:00
Vladimir Glazunov
bfc17d4b7e CWS-TOOLING: integrate CWS ause129 2011-01-08 11:26:08 +01:00
Carsten Driesner
68f2d13c9f removetooltypes: #i112600# Adapt Unix part for removed tool types 2011-01-07 18:24:18 +01:00
Carsten Driesner
39ad2ff73a removetooltypes01: #i112600# Fixes in rsc, svl and xmloff after rebase 2011-01-07 16:05:41 +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
Philipp Lohmann [pl]
c23439dc84 vcl118: fix a namespace problem 2011-01-07 15:40:32 +01:00
Frank Schoenheit [fs]
ce87fad0a9 gridsort: when columns are removed from or inserted into the model, invalidate the complete control - since columns are auto-resized, effectively all columns might need a repaint 2011-01-07 15:34:09 +01:00
Frank Schoenheit [fs]
075ffa4ea2 gridsort: alllow removing columns from a grid control column model 2011-01-07 15:28:22 +01:00
Carsten Driesner
cb5c8c06db removetooltypes01: #i112600# Fixes in tools after rebase 2011-01-07 15:13:58 +01:00
Philipp Lohmann [pl]
27103fadc0 vcl118: fix a namespace problem 2011-01-07 14:56:55 +01:00
Frank Schoenheit [fs]
4f39e56b00 gridsort: allow the non-UNO table model to retrieve data which is not known to the UNO DataModel 2011-01-07 14:39:27 +01:00
Frank Schoenheit [fs]
ca53d45049 gridsort: added XGridColumnModel::createColumn 2011-01-07 13:08:22 +01:00
Frank Schoenheit [fs]
e8f1cbd03e Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi 2011-01-07 12:31:15 +01:00
Philipp Lohmann [pl]
bf90449527 xlastovi: #i91990# use proper values for CGBitmapContextCreate 2011-01-07 11:39:06 +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]
e1c8040141 gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren't, it wouldn't belong into this module 2011-01-07 09:55:56 +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
Hans-Joachim Lankenau
ec297b77de ause129: #i116298# move toolkit images 2011-01-06 15:44:47 +01:00
Philipp Lohmann [pl]
9d264d2667 vcl118: #i116120# cope with too small geometries 2011-01-06 15:27:01 +01:00
Mikhail Voytenko
305315337b removetooltypes01: rebase to DEV300_m96 2011-01-06 14:57:12 +01:00
Frank Schoenheit [fs]
9a40270466 gridsort: removed XGridColumnModel::copyColumn
This does the very same as XGridColumn::XCloneable::createClone does, so there's no need for this method anymore.
2011-01-06 14:45:02 +01:00
os
b55c3b0fa9 #i116322# disable binfilter file export: configuration removed 2011-01-06 14:24:10 +01:00
Frank Schoenheit [fs]
adebaa24f8 gridsort: allow inserting columns into the column model while the control is already alive (unfinished)
Missing: Adjustments to the data model. Probably we need to change the API here: It does not make sense
that the only method to retrieve actual data from the data model is "any[][] getData" - this doesn't scale
at all, and blocks all dynamic changes to the columns. I suppose we need some "any getCellData( col, row )"
here.
2011-01-06 14:16:36 +01:00
Frank Schoenheit [fs]
40fa25aad0 gridsort: when removing a control due to a model change, ensure the control is disposed (otherwise relicts of it will remain in our VCL counterpart) 2011-01-06 14:13:19 +01:00
Vladimir Glazunov
668956d144 CWS-TOOLING: integrate CWS vcl117 2011-01-06 12:12:27 +01:00