Commit graph

6 commits

Author SHA1 Message Date
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Francisco Saito
9f89f363dd drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:47 +01:00
Frank Schoenheit [fs]
7406b40991 gridsort: re-did the column resizing
- introduced XGridColumn.Flexibility, determining to which degree the column is resized during auto-column-resizing
- removed XGridColumn.PreferredWidth - there really is no need for this anymore now
- documented the relationship between XGridColumn.Flexibility and XGridColumn.Resizeable
- re-implemented TableControl_Impl::impl_ni_updateColumnWidths, with (hopefully) less magic
2011-01-24 11:44:36 +01:00
Frank Schoenheit [fs]
903ddf534a gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel 2011-01-19 12:39: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
Frank Schoenheit [fs]
b198150a3c gridsort: don't let the SVTXGridControl listen for XGridColumn changes. Instead, the non-UNO wrapper around
the XGridColumn (UnoControlTableColumn, implementing IColumnModel) should do this, and then multiplex
the changes to the TableControl(_Impl) instance. This way, other IColumnModel implementations also
properly trigger control updates, provided they simply properly notify their changes.
2011-01-04 22:23:17 +01:00