summaryrefslogtreecommitdiff
path: root/svtools/source/config
AgeCommit message (Expand)AuthorFilesLines
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin8-8/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-3/+1
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin1-6/+0
2017-01-09New loplugin:externvar: svtoolsStephan Bergmann2-2/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-4/+4
2016-12-08convert SFX_HINT to scoped enumNoel Grandin2-4/+4
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin2-2/+2
2016-11-25convert HTMLCFG constants to o3tl::typed_flagsNoel Grandin1-53/+57
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-3/+3
2016-10-31loplugin:oncevar in svl..svxNoel Grandin2-32/+14
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-2/+4
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2-4/+4
2016-10-27loplugin:expandablemethods in svtoolsNoel Grandin1-7/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-4/+4
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke3-12/+7
2016-09-13tdf#74377 Keyboard shortcuts for context menusMaxim Monastirsky1-1/+47
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-6/+6
2016-09-10typo fix: oue -> ourAndras Timar3-3/+3
2016-09-05convert ToolBoxButtonSize to scoped enumNoel Grandin1-24/+33
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin1-1/+1
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu3-26/+22
2016-08-16GSoC notebookbar: icon size switchingSzymon Kłos1-1/+54
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-8/+1
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin1-6/+6
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-10ditch the font/screen-scaling thingCaolán McNamara1-34/+18
2016-07-01fix mis-mergeStephan Bergmann1-2/+2
2016-07-01GSoC possibility to change icon size in the SidebarToolBoxSzymon Kłos1-1/+54
2016-06-27Clean up uses of Any::getValue() in svtoolsStephan Bergmann3-12/+16
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin3-19/+6
2016-06-22SAL_FINAL to finalXisco Fauli1-1/+1
2016-06-21tdf#89329: use shared_ptr for pImpl in slidesorterbaroptXisco Fauli1-32/+26
2016-06-21loplugin:overrideStephan Bergmann1-1/+1
2016-06-21tdf#89329: use shared_ptr for pImpl in optionsdrawinglayerXisco Fauli1-111/+44
2016-06-17loplugin:overrideStephan Bergmann1-1/+1
2016-06-17tdf#89329: use shared_ptr for pImpl in helpoptXisco Fauli1-29/+27
2016-06-16properly prefix various global variables and hide themMichael Stahl2-6/+14
2016-06-16Local linkage for static var (and drop misleading "m_" prefix)Stephan Bergmann1-3/+7
2016-06-16tdf#89329: use shared_ptr for pImpl in menuoptionsXisco Fauli1-53/+11
2016-06-16tdf#89329: use shared_ptr for pImpl in toolpaneloptXisco Fauli1-25/+18
2016-06-16tdf#89329: use shared_ptr for pImpl in miscoptXisco Fauli1-54/+32
2016-06-10Convert set of #define to enum class in helpoptXisco Fauli1-18/+22
2016-05-26loplugin:unusedmethodsNoel Grandin1-5/+0
2016-05-26tdf#89329: use unique_ptr for pImpl in htmlcfgXisco Fauli1-68/+67
2016-05-24Convert SnapType to scoped enumNoel Grandin1-9/+15
2016-05-22Convert DragMode to scoped enumNoel Grandin1-3/+9
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-206/+0
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann4-13/+7
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-5/+5
2016-04-13loplugin:passstuffbyref in svtoolsNoel Grandin2-3/+3