summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
AgeCommit message (Expand)Author
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-14More missing lifecycle pieces.Michael Meeks
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-02-24Typo: curently->currentlyJulien Nabet
2015-02-10Use "!=" instead of "<" to compare current it with end itJulien Nabet
2015-01-27UBSan-detected overflow when nWidthPixel is LONG_MAX and rCurrentZoom is 1Stephan Bergmann
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-25coverity#440858 Argument cannot be negativeCaolán McNamara
2015-01-22Revert "fdo#88475 BrowseBox/grid: reposition data cursor to current row after...Lionel Elie Mamane
2015-01-19fixup previous commit:Lionel Elie Mamane
2015-01-16fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane
2015-01-14GetData is a hopelessly generic nameCaolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-01typoStephan Bergmann
2014-12-01WaE: -Werror=switchCaolán McNamara
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-14coverity#1242527 Arguments in wrong orderCaolán McNamara
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
2014-11-03coverity#1250408 Division or modulo by float zeroCaolán McNamara
2014-11-01coverity#1250406 Division or modulo by float zeroCaolán McNamara
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-26Resolves: fdo#83943 avoid infinite recursionCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12svtools: sal_Bool -> boolStephan Bergmann
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-04first delete, then nullifyTakeshi Abe
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-05coverity#705245 Missing break in switch, assuming intentionalCaolán McNamara
2014-06-05coverity#705243 Missing break in switch, assuming intentionalCaolán McNamara