summaryrefslogtreecommitdiff
path: root/unotools/source/config/fontcfg.cxx
AgeCommit message (Expand)Author
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-03-14tdf#114751 Update the default UI fonts for Japanese localeTakeshi Abe
2018-01-15More loplugin:cstylecast: unotoolsStephan Bergmann
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-11-08speed up fuzzers a littleCaolán McNamara
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: unotoolsStephan Bergmann
2017-04-04just use one try/catch levelCaolán McNamara
2016-06-27Clean up uses of Any::getValue() in unotoolsStephan Bergmann
2016-03-13quieten debugging soffice startupCaolán McNamara
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin
2015-12-14Silence warning C4334 under --enble-64-bit MSVCStephan Bergmann
2015-11-20attempt to fix tdf#95935 - CRASH on startup in o3tl vcl codeNoel Grandin
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-05-06fix windows buildNoel Grandin
2015-05-06Add comments about ImplFontAttrsTor Lillqvist
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-06coverity#1190364 Uncaught exceptionCaolán McNamara
2014-02-26Remove visual noise from unotoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke
2013-07-12DefaultFontConfiguration and FontSubstConfiguration with LanguageTagEike Rathke
2013-07-12eliminated some back and forth conversion between bcp47 and LocaleEike Rathke
2013-07-11use LanguageTag and getFallbackStrings()Eike Rathke
2013-07-11use LanguageTag::getFallbackStrings()Eike Rathke
2013-07-11use LanguageTag to convertEike Rathke
2013-07-02fix StrictStringSort (and STL assertion in starmath test)Michael Stahl
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-11Remove RTL_CONSTASCII_STRINGPARAM (unotools)Chr. Rossmanith