summaryrefslogtreecommitdiffstats
path: root/svtools/source/brwbox/brwbox1.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin: defaultparamsNoel Grandin2015-08-111-3/+3
* Related tdf#92322: fix crash with doCursorJulien Nabet2015-06-291-0/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-291-3/+3
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-1/+1
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-8/+8
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-38/+41
|\
| * Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.Michael Meeks2015-04-211-2/+1
| * svtools: convert new to ::Create.Noel Grandin2015-04-171-5/+5
| * More missing lifecycle pieces.Michael Meeks2015-04-141-5/+7
| * disposeAndClear in place of DELETEZ.Michael Meeks2015-04-111-3/+1
| * cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2015-04-101-2/+0
| * vclwidget: only call dispose() onceNoel Grandin2015-04-101-1/+1
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-5/+5
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-14/+14
| * prophylactic double dispose audit.Michael Meeks2015-04-091-1/+0
| * svtools: apply vcl::window refcounting changesNoel Grandin2015-04-091-13/+20
* | convert BROWSER_ constants to scoped enumNoel Grandin2015-04-221-23/+21
|/
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Use "!=" instead of "<" to compare current it with end itJulien Nabet2015-02-101-3/+3
* coverity#440858 Argument cannot be negativeCaolán McNamara2015-01-251-2/+3
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* coverity#1250406 Division or modulo by float zeroCaolán McNamara2014-11-011-3/+3
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-3/+3
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-1/+1
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-1/+1
* convert vcl StateChangedType to enum classNoel Grandin2014-10-111-1/+1
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-3/+3
* loplugin: cstylecastNoel Grandin2014-09-291-8/+8
* Resolves: fdo#83943 avoid infinite recursionCaolán McNamara2014-09-261-2/+17
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* first delete, then nullifyTakeshi Abe2014-07-041-1/+1
* BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]Matúš Kukan2014-05-131-23/+0
* svtools: sal_Bool->boolNoel Grandin2014-05-081-1/+1
* svtools: sal_Bool->boolNoel Grandin2014-03-241-92/+92
* svtools: sal_Bool->boolNoel Grandin2014-03-241-1/+1
* SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-03-031-53/+0
* Remove visual noise from svtoolsAlexander Wilms2014-02-251-1/+1
* BrowseBox::bHideCursor misuses sal_Bool for TriStateStephan Bergmann2014-02-251-4/+4
* Remove unneccessary commentsAlexander Wilms2014-02-231-69/+69
* bool improvementsStephan Bergmann2014-01-281-18/+18
* fdo#51180 reset (Multi)Selection on Clear()Lionel Elie Mamane2014-01-141-0/+7
* Fix other typosJulien Nabet2013-12-221-1/+1
* XubString->OUStringCaolán McNamara2013-07-111-7/+7
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-8/+8
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-3/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-11-191-23/+14
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-151-3/+3