summaryrefslogtreecommitdiff
path: root/sw/source/uibase/ribbar/workctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-23loplugin:unusedmethods in swNoel Grandin1-8/+0
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-6/+3
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+4
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2016-02-28Kill sfx2 menu supportMaxim Monastirsky1-1/+0
2016-02-21Convert RID_INSERT_FIELD_CTRL to xmlMaxim Monastirsky1-61/+0
2015-12-21loplugin:unusedfields in swNoel Grandin1-16/+8
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-09formatting improvements in sw/Noel Grandin1-3/+3
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-3/+3
2015-11-01tdf#80657 Adding new field to jump to specific page.Gulsah Kose1-0/+63
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-07convert Link<> to typedNoel Grandin1-3/+3
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-2/+2
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-5/+0
2015-07-15Convert insert buttons to the generic controllerMaxim Monastirsky1-89/+0
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky1-15/+0
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-2/+2
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-2/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-17svx: convert new to ::Create.Noel Grandin1-3/+3
2015-04-17sw: convert new to ::Create.Noel Grandin1-3/+3
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks1-3/+3
2015-04-14wrap field in VclPtrNoel Grandin1-1/+11
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+2
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+6
2015-03-26tdf#81073 :Addition of text zoom levels to print preview zoomRishabh Kumar1-22/+32
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin1-3/+3
2015-02-04Resolves: tdf#Crash when clicking the Reminder icon on the Navigation toolbarCaolán McNamara1-3/+3
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
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-02loplugin: cstylecastNoel Grandin1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-3/+3
2014-10-30cleanup: We re-init this member all the time anyway.Jan Holesovsky1-35/+24
2014-10-27fdo#84408 Toolbar: Insert Field dropdown doesn't contain iconsJuergen Funk1-71/+21
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-5/+5
2014-10-01fdo#84550 Make 'Insert field' entry dropdown onlySamuel Mehrbrodt1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-7/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-7/+7
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2