summaryrefslogtreecommitdiff
path: root/configmgr/source/access.cxx
AgeCommit message (Expand)Author
2021-05-14Directly partly initialize vector in access.cxxJulien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-17loplugin:referencecasting in configmgrNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-07-23configmgr: Use a proper LanguageTag-based locale fallback mechanism.Jan Holesovsky
2020-06-15Use getBcp47() instead of getLanguage()Andras Timar
2020-01-02Revert "no need to use shared_ptr here"Noel Grandin
2019-12-24no need to use shared_ptr hereNoel Grandin
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-12configmgr: support changing locale languageAshod Nakashian
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2018-12-28Fix typoAndrea Gelmini
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet
2018-02-08Better return nil than an arbitrary xml:lang="..." valueStephan Bergmann
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-03-15tdf#96099 fix trival typedefs, Path to std::vector<OUString>Jakub Trzebiatowski
2016-01-07Fix typosAndrea Gelmini
2015-11-22cppcheck:useInitializationListNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-13tdf#92639: Slashes are allowed in set member names, of courseStephan Bergmann
2015-07-07Validate names of elements added via the APIStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-06-28configmgr: accelerate getPropertyValue.Michael Meeks
2014-06-28configmgr: accelerate simple config key fetches.Michael Meeks
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-28fix-includes.pl: configmgrThomas Arnhold
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-27coverity#707680 Uninitialized scalar fieldCaolán McNamara
2014-01-24Replace "known-good" dynamic_casts with static_castsStephan Bergmann
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-06Do not create paths starting "//" when root is just "/"Stephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-17The getSupportedServiceNames implementations will already take careStephan Bergmann
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann