summaryrefslogtreecommitdiff
path: root/svtools/source/uno/svtxgridcontrol.hxx
AgeCommit message (Expand)Author
2022-08-06move SVTXGridControl to toolkitCaolán McNamara
2020-05-10compact namespace in svtoolsNoel Grandin
2019-12-28tdf#124176: Use "pragma once" on svtools/*Andrea Gelmini
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen
2017-10-24loplugin:finalclasses in svtoolsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-30com::sun::star->css in svtoolsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks
2015-02-18boost->stdCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-20Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt
2013-11-05fixincludeguards.sh: svtoolsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-11-14source file modes fixEnrico Weigelt, metux ITS
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud
2012-09-14gridfixes: #i117398# cleaned up the row selection APINorbert Thiebaud
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-02-17CWS-TOOLING: integrate CWS gridsortIvo Hinkelmann
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]
2011-01-14gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an inte...Frank Schoenheit [fs]
2011-01-13gridsort: reworked the notification system for inserted/removed rowsFrank Schoenheit [fs]
2011-01-11gridsort: XGridControl: add methods to retrieve the current row/colFrank Schoenheit [fs]
2011-01-11gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introdu...Frank Schoenheit [fs]
2011-01-11gridsort: removed XGridControl::setTooltip. It had a rather strange semantics...Frank Schoenheit [fs]
2011-01-10gridsort: XGridDataModel: moved modifying functionality into XMutableGridData...Frank Schoenheit [fs]
2011-01-07gridsort: alllow removing columns from a grid control column modelFrank Schoenheit [fs]
2011-01-04gridsort: don't let the SVTXGridControl listen for XGridColumn changes. Inste...Frank Schoenheit [fs]
2010-12-17gridsort: more refactoring of the relationship (especially with respect to li...Frank Schoenheit [fs]
2010-12-07gridsort: introduced container listeners at the grid model, reworked and fixe...Frank Schoenheit [fs]
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-06-07#i112187#Frank Schoenheit [fs]
2010-05-11unoawt: merge after pulling from CWS slidecopyFrank Schoenheit [fs]
2010-04-12slidecopy: mergeFrank Schoenheit [fs]
2010-03-23gridcontrol_03: merge with DEV300_m75Mihaela Kedikova
2010-03-22fixed bugs for linux buildMihaela Kedikova
2010-03-22recent changes for grid controlMihaela Kedikova
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov