summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Use the new single-instance="true" attribute in configmgrStephan Bergmann2-2/+3
2020-09-24Fix typo in codeAndrea Gelmini2-2/+2
2020-09-04tdf#124176 Use #pragma once in configmgrGeorge Bateman30-120/+30
2020-08-17inline some use-once typedefsNoel Grandin1-19/+7
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin4-130/+134
2020-07-23configmgr: Use a proper LanguageTag-based locale fallback mechanism.Jan Holesovsky1-14/+10
2020-07-18compact namespace: connectivityNoel Grandin1-5/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-06configmgr: create instances with uno constructorsNoel Grandin15-427/+56
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: configmgrStephan Bergmann1-1/+1
2020-06-15Use getBcp47() instead of getLanguage()Andras Timar1-1/+1
2020-05-24inline some use-once typedefsNoel Grandin1-3/+1
2020-05-18use for-range on Sequence in cli_ure..connectivityNoel Grandin3-16/+16
2020-05-08compact namespace in canvas..cuiNoel Grandin14-40/+40
2020-05-06"resolved" is a better name than "isResolved" hereStephan Bergmann1-3/+3
2020-05-06Remove support for "module" layersStephan Bergmann2-9/+0
2020-02-06GenericCommands: fix Fontwork tooltipsJustin Luth1-1/+1
2020-02-04std::set<T*> -> o3tl::sorted_vectorNoel Grandin1-1/+2
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-1/+2
2020-01-29tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorCanberk TURAN1-4/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-12/+13
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2020-01-25tdf#124176: Use pragma once instead of include guardEfdal İncesu1-4/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin8-21/+17
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-02Revert "no need to use shared_ptr here"Noel Grandin15-85/+105
2019-12-30Clean up newly unused includesStephan Bergmann5-5/+0
2019-12-24no need to use shared_ptr hereNoel Grandin15-105/+85
2019-11-12use std::move when popping stuff off stacksNoel Grandin1-1/+1
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin4-6/+7
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-4/+3
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+1
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin5-126/+99
2019-09-27Add conversion from rtl::OStringNumber to std::string_viewStephan Bergmann1-5/+5
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-5/+5
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-08-16Related tdf#90429: Don't erroneously pop unrelated path segmentsStephan Bergmann1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): configmgrStephan Bergmann9-9/+9
2019-07-17tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen50-133/+29
2019-06-14loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin3-15/+18
2019-06-12configmgr: support changing locale languageAshod Nakashian1-0/+9
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2-2/+2
2019-05-13configmgr: workaround GCC9 -Werror=sign-compare in static_assertMichael Stahl1-9/+9
2019-05-12regenerate PCH headersLuboš Luňák1-2/+2
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-10Remove dead test codeStephan Bergmann1-185/+0
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-5/+11
2019-04-19optimise find/insert patternNoel Grandin1-12/+6