summaryrefslogtreecommitdiffstats
path: root/svtools/source/brwbox/brwbox1.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:checkunusedparamsNoel Grandin2017-08-011-2/+0
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* loplugin:unusedfields in svtoolsNoel Grandin2017-06-211-4/+3
* loplugin:checkunusedparams in svtoolsNoel Grandin2017-05-051-2/+2
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-071-2/+2
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-42/+42
* No need for extra heap allocationStephan Bergmann2017-03-091-70/+68
* Resolves: tdf#97731 allow status bar to adapt to its own preferred sizeCaolán McNamara2017-02-201-6/+4
* remove unnecessary casting in BrowseBox::pDataWin memberNoel Grandin2016-12-231-82/+92
* coverity#1371265 Missing move assignment operatorCaolán McNamara2016-12-121-1/+1
* OSL_TRACE -> SAL in sfx2..svxNoel Grandin2016-12-111-16/+16
* no Browse is loaded from .src anymoreCaolán McNamara2016-10-121-12/+0
* remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin2016-06-081-0/+2
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-111-2/+2
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* loplugin:constantparam in svtoolsNoel Grandin2016-03-171-8/+4
* loplugin:unuseddefaultparam in svtoolsNoel Grandin2016-03-011-55/+23
* Remove excess newlinesChris Sherlock2016-02-091-58/+0
* loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin2016-01-131-14/+3
* loplugin:unusedfields in store,svtools,svxNoel Grandin2015-12-211-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-6/+6
* 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