summaryrefslogtreecommitdiff
path: root/svl/source/config
AgeCommit message (Expand)AuthorFilesLines
2018-03-20lokdialog: Use only one of the installed langpacks when setting locale.Jan Holesovsky1-2/+6
2017-10-23loplugin:includeform: svlStephan Bergmann2-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+1
2017-09-19Clean up the code by using LOWORDStephan Bergmann1-1/+1
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-12use std::unique_ptr in TItemInfoNoel Grandin2-17/+7
2017-08-29Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2-16/+8
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-3/+3
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-4/+4
2017-02-10convert EItem to scoped enumNoel Grandin3-8/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-3/+1
2017-01-10loplugin:unusedmethodsNoel Grandin1-6/+0
2016-12-25Enable “complex text layout” by defaultKhaled Hosny1-38/+1
2016-12-02loplugin:unnecessaryoverride (dtors) in svlStephan Bergmann1-5/+0
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-10/+10
2016-10-15clang-cl loplugin: svlStephan Bergmann1-3/+3
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara1-0/+32
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-4/+4
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann1-1/+2
2016-06-16properly prefix various global variables and hide themMichael Stahl2-10/+17
2016-06-10tdf#89329: use shared_ptr for pImpl in ctloptionsXisco Fauli1-38/+38
2016-06-10tdf#89329: use shared_ptr for pImpl in cjkoptionsXisco Fauli1-30/+30
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2-16/+13
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+4
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke2-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock2-2/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-5/+5
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-5/+5
2015-09-07svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin3-13/+44
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl1-2/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl3-5/+7
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2014-11-24svl: convert DBG_ASSERTs in SvtCTLOptionsMichael Stahl1-18/+16
2014-11-24svl: convert DBG_ASSERTs in SvtCJKOptionsMichael Stahl1-13/+12
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0