summaryrefslogtreecommitdiff
path: root/svl/source/config
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: svlStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-19Clean up the code by using LOWORDStephan Bergmann
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-12use std::unique_ptr in TItemInfoNoel Grandin
2017-08-29Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-02-13convert CharCompressType to scoped enumNoel Grandin
2017-02-10convert EItem to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-10loplugin:unusedmethodsNoel Grandin
2016-12-25Enable “complex text layout” by defaultKhaled Hosny
2016-12-02loplugin:unnecessaryoverride (dtors) in svlStephan Bergmann
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2016-10-15clang-cl loplugin: svlStephan Bergmann
2016-09-28Resolves: tdf#96748 'Default Language' show current ui lang not new defaultCaolán McNamara
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann
2016-06-16properly prefix various global variables and hide themMichael Stahl
2016-06-10tdf#89329: use shared_ptr for pImpl in ctloptionsXisco Fauli
2016-06-10tdf#89329: use shared_ptr for pImpl in cjkoptionsXisco Fauli
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2014-11-24svl: convert DBG_ASSERTs in SvtCTLOptionsMichael Stahl
2014-11-24svl: convert DBG_ASSERTs in SvtCJKOptionsMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza