summaryrefslogtreecommitdiff
path: root/svtools/source/config
AgeCommit message (Expand)AuthorFilesLines
2017-09-12use std::unique_ptr in TItemInfoNoel Grandin2-23/+12
2017-09-11Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2-16/+8
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+4
2017-07-31svtools: Mark arrays as constantTakeshi Abe3-3/+3
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-22/+12
2017-06-27loplugin:oncevar in svtoolsNoel Grandin2-12/+6
2017-06-23simplify some string handling in tracing callsNoel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-17replace misc double checked locking patternsJochen Nitschke3-47/+8
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-9/+3
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-11/+4
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-19/+13
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert svtools codebase away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-2/+2
2017-04-20convert EDynamicMenuType to scoped enumNoel Grandin1-10/+10
2017-04-07Drop remains of the Welcome Screen featureGabor Kelemen1-14/+0
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-3/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-16/+16
2017-02-15remove unused AccessibilityChanged from SfxHintId enumNoel Grandin1-3/+1
2017-02-10convert ConfigNameFormat to scoped enumNoel Grandin1-1/+1
2017-02-10convert EItem to scoped enumNoel Grandin7-22/+14
2017-02-08Blind fix for apparently buggy GCC 4.8Stephan Bergmann1-46/+46
2017-02-08Clean up curious by-4/by-2 loop indicesStephan Bergmann1-12/+11
2017-02-08Use OUStringLiteralStephan Bergmann1-51/+48
2017-02-02Fix some typosSamuel Mehrbrodt4-10/+10
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