summaryrefslogtreecommitdiffstats
path: root/svtools/source/table
Commit message (Expand)AuthorAgeFilesLines
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-101-4/+4
* vclwidget: improve detection of vcl::Window fieldsNoel Grandin2015-04-101-2/+1
* vclwidget: only call dispose() onceNoel Grandin2015-04-102-2/+2
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-102-15/+11
* svtools: apply vcl::window refcounting changesNoel Grandin2015-04-093-0/+13
* loplugin:staticmethodsNoel Grandin2015-04-091-1/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-15/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-262-4/+4
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-263-8/+4
* do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara2015-01-141-1/+1
* Fix simple typos.Andrea Gelmini2015-01-021-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-3/+2
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-2/+2
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-111-3/+3
* convert COMMAND_WHEEL constants to an enumNoel Grandin2014-10-311-1/+1
* KEY_ALLMOD is the same as KEY_MODNoel Grandin2014-10-311-1/+1
* fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin2014-10-151-1/+1
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-5/+5
* convert vcl StateChangedType to enum classNoel Grandin2014-10-111-4/+5
* fdo#82577: Handle TimeNoel Grandin2014-10-011-2/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-235-13/+13
* callcatcher: update unused codeCaolán McNamara2014-09-102-267/+0
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1
* use SimpleReferenceObject in svtools moduleNoel Grandin2014-07-083-55/+13
* new loplugin: inlinesimpleaccessmethodsNoel Grandin2014-06-042-10/+2
* fix-includes.pl: svtoolsThomas Arnhold2014-05-115-5/+5
* Move headers included only in svtools to svtoolsTor Lillqvist2014-05-067-9/+9
* Remove unused codeStephan Bergmann2014-04-091-5/+0
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* vcl: sal_Bool->bool and cleanupNoel Grandin2014-04-031-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-013-3/+3
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-265-89/+89
* svtools: sal_Bool->boolNoel Grandin2014-03-241-12/+12
* Use cstdlib std::abs instead of stdlib.h absStephan Bergmann2014-03-031-2/+3
* SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-03-031-4/+0
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-282-6/+6
* Remove visual noise from svtoolsAlexander Wilms2014-02-2513-147/+147
* Remove unneccessary commentsAlexander Wilms2014-02-238-219/+219
* vcl: sal_Bool -> boolStephan Bergmann2014-02-212-13/+13
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-204-0/+4
* bool improvementsStephan Bergmann2014-01-281-1/+1
* Window::Notify should return boolStephan Bergmann2014-01-172-4/+4
* Unused memberStephan Bergmann2014-01-102-4/+0
* Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt2013-12-202-5/+15
* svtools: rename IAccessibleTableControl::dispose()Michael Stahl2013-12-161-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-10/+10
* fixincludeguards.sh: svtoolsThomas Arnhold2013-11-055-15/+15
* convert svtools/source/uno/* from String to OUStringNoel Grandin2013-08-221-1/+1
* Mark as constTakeshi Abe2013-07-011-1/+1