summaryrefslogtreecommitdiff
path: root/svl/source/config
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2-3/+1
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante3-14/+5
2014-05-15fix-includes.pl: svlThomas Arnhold3-23/+23
2014-04-22cppcheck: fix variable reassigned before the old value has been usedJulien Nabet1-3/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms3-27/+27
2014-02-20svl: sal_Bool -> boolStephan Bergmann3-75/+75
2014-01-28bool improvementsStephan Bergmann1-8/+8
2014-01-21bool improvementsStephan Bergmann1-1/+1
2013-12-27cppcheck: fix var reassignedJulien Nabet1-3/+1
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-1/+1
2013-07-17After some trials, maybe even I can get things rightFridrich Štrba1-1/+1
2013-07-17Brackets are cheap, so use themFridrich Štrba1-1/+1
2013-07-17Fix MINGW64 build in svlFridrich Štrba1-1/+1
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa4-35/+0
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2-3/+3
2013-07-12constify these methodsCaolán McNamara1-6/+4
2013-07-12Resolves: fdo#54493 autoenable CJK/CTL ui based on installed keyboardsCaolán McNamara2-21/+66
2013-07-12Related: fdo#54493 determine if a CJK/CTL keyboard is installedMarc Garcia1-0/+47
2013-07-11use LanguageTag to convertEike Rathke1-4/+1
2013-07-10use LanguageTag to convertEike Rathke1-19/+5
2013-06-16cppcheck: fix uninitMemberVar from ctloptions.cxx (svl)Julien Nabet1-0/+2
2013-04-26sal_Bool to boolTakeshi Abe1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-25/+25
2013-04-05new module i18nlangtagEike Rathke3-4/+4
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens3-14/+0
2012-11-21obtain LanguageTag from SvtSysLocaleEike Rathke2-2/+2
2012-11-16use LanguageTagEike Rathke1-1/+2
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-6/+4
2012-10-02sal_Bool->bool in svl::SvtCTLOptionsNoel Grandin1-37/+37
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
2012-08-08reduce ascii noise and useless commentsThomas Arnhold2-4/+0
2012-08-08remove include comments and boxesThomas Arnhold2-5/+0
2012-07-03Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot4-41/+25
2012-07-02re-base on ALv2 code.Michael Meeks6-138/+84