summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/grid
AgeCommit message (Expand)Author
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from toolkitStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-23tk: Constructor feature for DefaultGridColumnModel.Matúš Kukan
2014-01-23tk: Constructor feature for DefaultGridColumnModel.Matúš Kukan
2014-01-23tk: Constructor feature for DefaultGridDataModel.Matúš Kukan
2014-01-23tk: Constructor feature for toolkit::GridColumn.Matúš Kukan
2014-01-23tk: Constructor feature for SortableGridDataModel.Matúš Kukan
2014-01-23tk: Constructor feature for toolkit::UnoGrid(Control|Model).Matúš Kukan
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-10fdo#46808, Convert awt::grid::DefaultGridColumnModel to new styleNoel Grandin
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-06-05fdo#46808, Convert various comphelper::ComponentContextNoel Grandin
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)Chr. Rossmanith
2013-03-05doubled usingThomas Arnhold
2013-03-03fdo#60724: fix resizeable -> resizable misspelling found by lintianBjoern Michaelsen
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin
2012-11-22AllSettings with LanguageTagEike Rathke
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud
2012-09-14gridfixes: GCC WaEFrank Schoenheit [fs]
2012-09-14gridfixes: #i117398# XMutableGridDataModel:Norbert Thiebaud
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud
2012-09-14DefaultGridDataModel::getRowData: use o3tl::select1stMiklos Vajna
2012-09-14gridfixes: #i117398# added XGridDataModel::getRowDataFrank Schoenheit [fs]
2012-09-14gridfixes: #i117398# cleaned up the row selection APINorbert Thiebaud
2012-09-14gridfixes: #i117625# recognize unsuccessful sorting attemptsNorbert Thiebaud
2012-09-14gridfixes: #i117188# remove column sort when rows are insertedFrank Schoenheit [fs]