summaryrefslogtreecommitdiff
path: root/unotools/source/config/fontcfg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-27Clean up uses of Any::getValue() in unotoolsStephan Bergmann1-8/+6
2016-03-13quieten debugging soffice startupCaolán McNamara1-1/+1
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-30/+7
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin1-3/+2
2015-12-14Silence warning C4334 under --enble-64-bit MSVCStephan Bergmann1-1/+1
2015-11-20attempt to fix tdf#95935 - CRASH on startup in o3tl vcl codeNoel Grandin1-15/+14
2015-11-18com::sun::star->css in unotools/Noel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-05-06fix windows buildNoel Grandin1-1/+1
2015-05-06Add comments about ImplFontAttrsTor Lillqvist1-0/+2
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-26/+26
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin1-66/+66
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-09V801: Decreased performanceCaolán McNamara1-8/+8
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken1-1/+1
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-26/+0
2014-03-06coverity#1190364 Uncaught exceptionCaolán McNamara1-31/+25
2014-02-26Remove visual noise from unotoolsAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke1-3/+2
2013-07-12DefaultFontConfiguration and FontSubstConfiguration with LanguageTagEike Rathke1-31/+37
2013-07-12eliminated some back and forth conversion between bcp47 and LocaleEike Rathke1-19/+17
2013-07-11use LanguageTag and getFallbackStrings()Eike Rathke1-16/+9
2013-07-11use LanguageTag::getFallbackStrings()Eike Rathke1-15/+22
2013-07-11use LanguageTag to convertEike Rathke1-22/+2
2013-07-02fix StrictStringSort (and STL assertion in starmath test)Michael Stahl1-1/+1
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-43/+44
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+7
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-11Remove RTL_CONSTASCII_STRINGPARAM (unotools)Chr. Rossmanith1-34/+30
2012-11-21obtain LanguageTag from SvtSysLocaleEike Rathke1-2/+2
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-98/+80
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-4/+4
2012-07-11re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-7/+5
2012-06-19reduce amount of static StringsCaolán McNamara1-46/+41
2012-06-19why on earth are these double null terminatedCaolán McNamara1-5/+5
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-7/+7
2012-05-06removed unused definesTakeshi Abe1-3/+0
2012-04-09s/pathes/paths/Tor Lillqvist1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-01-19Fix for fdo43460 Part XLII getLength() to isEmpty()Olivier Hallot1-13/+13