summaryrefslogtreecommitdiff
path: root/unotools/source/config/fontcfg.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-06-21Fix typo in codeAndrea Gelmini1-2/+2
2024-05-16loplugin:ostr in unotoolsNoel Grandin1-6/+6
2024-05-12replace createFromAscii with OUString literals in DefaultFontConfigurationNoel Grandin1-26/+26
2024-03-30tdf#146619 Drop unused 'using namespace' in: unotools/Gabor Kelemen1-1/+0
2024-03-22improve loplugin:staticmethodsNoel Grandin1-3/+6
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-3/+4
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-5/+5
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-3/+2
2022-05-04use more string_view in unotoolsNoel Grandin1-4/+4
2022-03-18tdf#133603 cache languagetag in FontSubstConfigurationNoel Grandin1-8/+7
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin1-20/+4
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-8/+8
2021-07-12add Japanese font fallback.Jun NOGATA1-0/+5
2021-05-02sal_uLong->sal_uInt32 in ImplFontAttrsNoel Grandin1-2/+2
2020-10-12Changed font order for Korean locale tdf#137392DaeHyun Sung1-1/+1
2020-08-05loplugin:flatten in unotoolsNoel Grandin1-62/+62
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unotoolsStephan Bergmann1-9/+9
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+20
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): unotoolsStephan Bergmann1-7/+7
2019-06-28Simplify Sequence iterations in unotoolsArkadiy Illarionov1-15/+10
2019-06-08tdf#125481 changed font order for Korean localeDaeHyun Sung1-13/+2
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen1-3/+0
2019-04-19optimise find/insert patternNoel Grandin1-5/+3
2018-11-27remove unused SubsFontFlags flagsNoel Grandin1-4/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+2
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov1-6/+7
2018-09-19loplugin:constfields in unotools..uuiNoel Grandin1-4/+4
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-14tdf#114751 Update the default UI fonts for Japanese localeTakeshi Abe1-28/+0
2018-01-15More loplugin:cstylecast: unotoolsStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann1-4/+4
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-2/+2
2017-11-08speed up fuzzers a littleCaolán McNamara1-0/+5
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+3
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-1/+1
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-10/+9
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin1-7/+7
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: unotoolsStephan Bergmann1-4/+4
2017-04-04just use one try/catch levelCaolán McNamara1-33/+26
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