summaryrefslogtreecommitdiffstats
path: root/svtools/source/toolpanel
Commit message (Expand)AuthorAgeFilesLines
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-102-13/+13
* svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks2015-04-101-1/+1
* vclwidget: improve detection of vcl::Window fieldsNoel Grandin2015-04-102-10/+6
* vclwidget: only call dispose() onceNoel Grandin2015-04-103-3/+3
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-104-6/+6
* vcl: some VclPtr fixes found by the new plugin codeNoel Grandin2015-04-092-0/+11
* svtools: apply vcl::window refcounting changesNoel Grandin2015-04-094-54/+55
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-122-2/+2
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-122-4/+5
* fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin2015-01-061-5/+5
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-111-1/+1
* coverity#1242516 reorg to silence Arguments in wrong orderCaolán McNamara2014-11-041-5/+7
* fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin2014-10-151-2/+2
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-3/+3
* fdo#82577: Handle RegionNoel Grandin2014-09-301-2/+2
* svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-293-3/+3
* fdo#82577: Handle WindowNoel Grandin2014-09-2310-25/+25
* fdo#82577: Handle FontNoel Grandin2014-09-182-3/+3
* vcl: sal_Bool -> boolStephan Bergmann2014-09-104-7/+7
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-233-3/+3
* use SimpleReferenceObject in svtools moduleNoel Grandin2014-07-086-68/+2
* fdo#68849: Add header guards to all include filesJens Carl2014-06-011-0/+4
* fix-includes.pl: svtoolsThomas Arnhold2014-05-1115-25/+25
* typo: hilight -> highlightThomas Arnhold2014-04-141-1/+1
* Remove unused codeStephan Bergmann2014-04-092-2/+2
* fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre2014-04-041-2/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-016-7/+7
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-269-53/+53
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-264-4/+4
* Remove visual noise from svtoolsAlexander Wilms2014-02-2523-183/+183
* Remove unneccessary commentsAlexander Wilms2014-02-2314-201/+201
* vcl: sal_Bool -> boolStephan Bergmann2014-02-214-12/+12
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-202-0/+2
* callcatcher: update unused codeCaolán McNamara2014-02-121-20/+0
* Window::Notify should return boolStephan Bergmann2014-01-171-2/+2
* removed some unused code (svx, svtools, unotest)Petr Vorel2014-01-171-6/+0
* fixincludeguards.sh: svtoolsThomas Arnhold2013-11-058-24/+24
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-18/+18
* remove boilerplate commentsThomas Arnhold2013-04-015-10/+2
* vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl2013-03-131-2/+5
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-081-0/+3
* loplugin: improve indentationThomas Arnhold2013-02-252-8/+4
* loplugin: unused variablesThomas Arnhold2013-02-251-2/+0
* we only ever want the preferred window size from GetOptimalSizeCaolán McNamara2013-01-144-14/+8
* re-base on ALv2 code. Includes:Michael Meeks2012-11-197-154/+98
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* gridfixes: use long instead of sal_uInt32, to prevent pb on 64bit platformsNorbert Thiebaud2012-09-141-2/+2
* removed unnecessary forward declarations of classTakeshi Abe2012-07-041-1/+0