summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/navigatr.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-10these navigator menu items should be radio checksCaolán McNamara1-7/+7
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin1-3/+3
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-4/+2
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-5/+5
2016-05-18convert NAV_STATE to scoped enumNoel Grandin1-10/+10
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-4/+5
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-2/+2
2016-02-04Remove pointer (pen) from Navigator windowBryan Quigley1-51/+13
2016-02-04tdf#94269 Replace "n" prefix for bool variables with "b"Chris Sherlock1-5/+5
2015-12-22loplugin:unusedfields in sdNoel Grandin1-5/+3
2015-11-25coverity#1340228 try and silence Resource leakCaolán McNamara1-6/+5
2015-11-23loplugin:unusedfields in sd/Noel Grandin1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-13coverity#1326211 Unchecked dynamic_castCaolán McNamara1-6/+4
2015-10-12convert Link<> to typedNoel Grandin1-3/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-6/+6
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-11convert Link<> to typedNoel Grandin1-2/+2
2015-09-07convert Link<> to typedNoel Grandin1-4/+4
2015-08-20loplugin:defaultparamsNoel Grandin1-1/+1
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+4
2015-07-24NAVBTN_PEN_ENABLED is unusedNoel Grandin1-3/+0
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh1-2/+2
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-3/+3
2015-05-22loplugin:constantfunctionNoel Grandin1-5/+0
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08loplugin:staticmethodsStephan Bergmann1-1/+2
2015-05-07VclPtr: clicking on sidebar impress navigator crashesCaolán McNamara1-5/+10
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-8/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks1-122/+131
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-122/+131
2015-04-28nOK var wants to be of type boolStephan Bergmann1-2/+2
2015-04-20sd: convert new to ::Create.Noel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in sdNoel Grandin1-122/+131
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-7/+7
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-3/+3