summaryrefslogtreecommitdiffstats
path: root/svtools/source/brwbox
Commit message (Expand)AuthorAgeFilesLines
* Remove excess newlinesChris Sherlock2016-02-099-154/+0
* unnecessary use of OUString constructorNoel Grandin2016-01-311-2/+2
* loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin2016-01-131-14/+3
* loplugin:unusedfields in store,svtools,svxNoel Grandin2015-12-213-7/+5
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-8/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-107-48/+48
* com::sun::star->css in svtoolsNoel Grandin2015-10-303-8/+7
* loplugin:defaultparamsStephan Bergmann2015-10-192-7/+7
* convert Link<> to typedNoel Grandin2015-10-161-3/+2
* convert Link<> to typedNoel Grandin2015-10-161-15/+9
* simplify the CellController modify Link<> handlingNoel Grandin2015-10-152-18/+25
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-20/+20
* convert Link<> to typedNoel Grandin2015-10-121-2/+7
* Fix typosAndrea Gelmini2015-09-301-2/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-071-22/+30
* convert Link<> to typedNoel Grandin2015-09-041-9/+5
* convert Link<> to typedNoel Grandin2015-08-311-2/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-7/+3
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-2/+2
* loplugin:constantfunctionNoel Grandin2015-08-111-6/+0
* loplugin: defaultparamsNoel Grandin2015-08-114-18/+18
* loplugin:unusedmethodsNoel Grandin2015-07-301-6/+0
* Remove harmful ill-timed CellController disable on mouse button downLionel Elie Mamane2015-07-151-10/+0
* loplugin:unusedmethods svtoolsNoel Grandin2015-07-143-32/+0
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-5/+1
* remove some unnecessary typedefs around uno::ReferenceNoel Grandin2015-07-061-2/+1
* Related tdf#92322: fix crash with doCursorJulien Nabet2015-06-291-0/+2
* rendercontext: Mass fix of using the wrong size.Jan Holesovsky2015-06-231-2/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-293-5/+5
* convert GETFOCUS constants to scoped enumNoel Grandin2015-05-282-9/+9
* convert WINDOW_DRAW flags to scoped enumNoel Grandin2015-05-272-4/+4
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-1/+1
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-263-13/+13
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-251-3/+3
* convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2015-05-221-2/+2
* convert POINTER constants to scoped enumNoel Grandin2015-05-222-4/+4
* convert IMAGE_DRAW_ constants to scoped enumNoel Grandin2015-05-201-2/+2
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-1/+1
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-182-53/+16
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-113-8/+8
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-112-4/+4
* refactor BrowseBox, IconChoice to use RenderContextTomaž Vajngerl2015-05-113-17/+15
* refactor svtools - BrowseBox to use RenderContextTomaž Vajngerl2015-05-111-40/+35
* convert BMP_MIRROR constants to scoped enumNoel Grandin2015-05-061-1/+1
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-054-15/+15
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-052-3/+2
* Gradually typed LinkStephan Bergmann2015-04-302-6/+6
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-4/+1
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-291-2/+2