summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)Author
2020-06-15Use getBcp47() instead of getLanguage()Andras Timar
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-18use for-range on Sequence in cli_ure..connectivityNoel Grandin
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-05-06"resolved" is a better name than "isResolved" hereStephan Bergmann
2020-05-06Remove support for "module" layersStephan Bergmann
2020-02-06GenericCommands: fix Fontwork tooltipsJustin Luth
2020-02-04std::set<T*> -> o3tl::sorted_vectorNoel Grandin
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-29tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorCanberk TURAN
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-25tdf#124176: Use pragma once instead of include guardEfdal İncesu
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2020-01-02Revert "no need to use shared_ptr here"Noel Grandin
2019-12-30Clean up newly unused includesStephan Bergmann
2019-12-24no need to use shared_ptr hereNoel Grandin
2019-11-12use std::move when popping stuff off stacksNoel Grandin
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin
2019-09-27Add conversion from rtl::OStringNumber to std::string_viewStephan Bergmann
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-16Related tdf#90429: Don't erroneously pop unrelated path segmentsStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): configmgrStephan Bergmann
2019-07-17tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen
2019-06-14loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin
2019-06-12configmgr: support changing locale languageAshod Nakashian
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-05-13configmgr: workaround GCC9 -Werror=sign-compare in static_assertMichael Stahl
2019-05-12regenerate PCH headersLuboš Luňák
2019-05-10an uno -> a unoCaolán McNamara
2019-05-10Remove dead test codeStephan Bergmann
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-04-19optimise find/insert patternNoel Grandin
2019-04-12Allow <oor:items> in .xcd tooStephan Bergmann
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-01-16Replace uses of rtl/instance.hxx with plain local static vars in configmgrStephan Bergmann
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann
2018-12-28Use indexed getToken()Matteo Casalin
2018-12-28Fix typoAndrea Gelmini