summaryrefslogtreecommitdiff
path: root/svtools/source/control/roadmap.cxx
AgeCommit message (Expand)Author
2016-10-20loplugin:expandablemethodds in svxNoel Grandin
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-22tdf#89329: use unique_ptr for pImpl in roadmapArnold Dumas
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin
2016-05-18tdf#95954: Reasonable background for roadmap widgetKatarina Behrens
2016-05-10Fix typosAndrea Gelmini
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-04loplugin:unuseddefaultparam in svtoolsNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17unused headersCaolán McNamara
2015-09-15convert Link<> to typedNoel Grandin
2015-08-31convert Link<> to typedNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-11refactor Roadmap to use RenderContext, some cleanupTomaž Vajngerl
2015-05-11remove whitespace, decrease indent level, cleanupTomaž Vajngerl
2015-05-08tdf#91157 svtools: fix missing dispose in RoadmapItem causing MM crashMiklos Vajna
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-17svtools: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-10-03cid#1194925 Resource leakNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-07-14cid#1194925 Resource leakNoel Grandin
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist
2014-04-17coverity#704807 Dereference after null checkCaolán McNamara
2014-04-09Remove unused codeStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann