summaryrefslogtreecommitdiffstats
path: root/svtools/source/brwbox
Commit message (Expand)AuthorAgeFilesLines
* vclwidget: only call dispose() onceNoel Grandin2015-04-105-6/+6
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-103-7/+7
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-107-37/+65
* prophylactic double dispose audit.Michael Meeks2015-04-091-1/+0
* svtools: apply vcl::window refcounting changesNoel Grandin2015-04-096-36/+61
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-2/+2
* loplugin:constantfunction: svtoolsNoel Grandin2015-03-191-13/+0
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-2/+2
* Typo: curently->currentlyJulien Nabet2015-02-241-1/+1
* Use "!=" instead of "<" to compare current it with end itJulien Nabet2015-02-101-3/+3
* UBSan-detected overflow when nWidthPixel is LONG_MAX and rCurrentZoom is 1Stephan Bergmann2015-01-271-6/+15
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* coverity#440858 Argument cannot be negativeCaolán McNamara2015-01-251-2/+3
* Revert "fdo#88475 BrowseBox/grid: reposition data cursor to current row after...Lionel Elie Mamane2015-01-221-7/+0
* fixup previous commit:Lionel Elie Mamane2015-01-191-1/+6
* fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane2015-01-161-0/+2
* GetData is a hopelessly generic nameCaolán McNamara2015-01-141-1/+1
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-122-2/+2
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-123-4/+4
* typoStephan Bergmann2014-12-011-1/+1
* WaE: -Werror=switchCaolán McNamara2014-12-012-154/+135
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-012-8/+8
* coverity#1242527 Arguments in wrong orderCaolán McNamara2014-11-141-1/+1
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-143-0/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-072-6/+5
* coverity#1250408 Division or modulo by float zeroCaolán McNamara2014-11-031-1/+1
* coverity#1250406 Division or modulo by float zeroCaolán McNamara2014-11-012-11/+8
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-234-17/+17
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-233-7/+7
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-163-7/+7
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-2/+2
* convert vcl StateChangedType to enum classNoel Grandin2014-10-114-15/+15
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-094-17/+17
* fdo#82577: Handle RegionNoel Grandin2014-09-303-4/+4
* loplugin: cstylecastNoel Grandin2014-09-296-22/+22
* Resolves: fdo#83943 avoid infinite recursionCaolán McNamara2014-09-261-2/+17
* fdo#82577: Handle WindowNoel Grandin2014-09-238-28/+28
* fdo#82577: Handle FontNoel Grandin2014-09-184-5/+5
* svtools: sal_Bool -> boolStephan Bergmann2014-09-123-3/+3
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-4/+4
* first delete, then nullifyTakeshi Abe2014-07-041-1/+1
* Typo: beeing->beingJulien Nabet2014-06-291-1/+1
* coverity#705245 Missing break in switch, assuming intentionalCaolán McNamara2014-06-051-1/+2
* coverity#705243 Missing break in switch, assuming intentionalCaolán McNamara2014-06-051-0/+1
* coverity#705247 Missing break in switchCaolán McNamara2014-06-041-0/+1
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]Matúš Kukan2014-05-132-31/+0
* use new VCL IsValueChangedFromSaved methodNoel Grandin2014-05-081-3/+3