summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/brwbox2.cxx
AgeCommit message (Expand)Author
2017-04-25clang-tidy readability-simplify-boolean-expr in svtoolsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Make loplugin:loopvartoosmall find more suspicious casesStephan Bergmann
2017-03-09No need for extra heap allocationStephan Bergmann
2017-03-02don't need this STL hack anymoreNoel Grandin
2017-03-02no need to use smart pointers for DataFlavorExVectorJochen Nitschke
2017-01-09New loplugin:externvar: svtoolsStephan Bergmann
2016-12-23remove unnecessary casting in BrowseBox::pDataWin memberNoel Grandin
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann
2016-10-27loplugin:expandablemethods in svtoolsNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-08loplugin:unnecessaryvirtualNoel Grandin
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-04-04loplugin:constantparam in svtoolsNoel Grandin
2016-03-23loplugin:constantparm in svtoolsNoel Grandin
2016-03-17loplugin:constantparam in svtoolsNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-04convert Link<> to typedNoel Grandin
2015-08-31convert Link<> to typedNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11refactor BrowseBox, IconChoice to use RenderContextTomaž Vajngerl
2015-05-11refactor svtools - BrowseBox to use RenderContextTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-17svtools: convert new to ::Create.Noel Grandin
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
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