summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/outlnvsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-3/+3
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-1/+1
2016-02-28tdf#93837 sd: Initial import of context menu xml filesMaxim Monastirsky1-2/+2
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin1-14/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-3/+2
2015-11-18Impress: Rework the way the display modes are presented.Philippe Jung1-8/+12
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-3/+1
2015-10-29com::sun::star->css in sdNoel Grandin1-9/+7
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+5
2015-09-26boost->stdCaolán McNamara1-3/+2
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara1-0/+1
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-17convert Link<> to typedNoel Grandin1-15/+11
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-6/+5
2015-04-10tdf#89641 Page numbering in Calc and Draw/ImpressDobra Gabor1-5/+4
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-7/+7
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin1-4/+4
2015-03-24convert SvxZoomType to enum classNoel Grandin1-1/+1
2015-03-23loplugin:constantfunction: sdNoel Grandin1-8/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-7/+7
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin1-6/+6
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-56/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-10loplugin: cstylecastNoel Grandin1-12/+12
2014-10-22callcatcher: update unused codeCaolán McNamara1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+1
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-17/+17
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-17/+17
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-2/+2