summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2023-01-23XUnoTunnel->dynamic_cast in configmgr::ChildAccessNoel Grandin3-25/+5
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-09-27Revert some string_view pessimizationStephan Bergmann5-24/+23
2022-09-27use more string_view in accessibility..configmgrNoel Grandin5-23/+24
2022-09-15Clean up color scheme migrationStephan Bergmann15-64/+40
2022-09-13Migrating product name related color schemes between different versionsBalazs Varga15-40/+64
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-21elide some makeStringAndClear() callsNoel Grandin2-2/+2
2022-05-23clang-tidy modernize-pass-by-value in configmgrNoel Grandin23-60/+75
2022-05-17Revert "use boost::flat_map in config_map"Tor Lillqvist3-9/+8
2022-05-15use boost::flat_map in config_mapNoel Grandin3-8/+9
2022-05-12elide temporary std::vector in Access::getElementNamesNoel Grandin1-4/+4
2022-05-11avoid some ref-counting traffic in configmgr::Access:getNameInternalNoel Grandin6-6/+6
2022-04-26Adapt function's interface to change from OUString to std::u16string_viewStephan Bergmann1-2/+3
2022-04-13use more string_view in configmgrNoel Grandin2-8/+8
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-3/+4
2022-04-11use more string_viewNoel Grandin2-8/+9
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin4-9/+9
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann1-1/+1
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen2-1/+1
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin1-14/+15
2021-12-14tdf#81146: try to make saving registrymodifications.xcu more robustMike Kaganski1-1/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-23fix configmgr --enable-dconf buildCaolán McNamara1-3/+3
2021-11-21osl::Mutex->std::mutex in configuration_registryNoel Grandin1-25/+25
2021-10-29Prepare for removal of non-const operator[] from Sequence in configmgrMike Kaganski3-10/+13
2021-10-15loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-09-17Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann1-1/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-8/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski3-5/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-08-15Avoid computing LanguageTag fallbacks several hundred timesEike Rathke1-4/+10
2021-08-11no need to allocate changedValue_ separatelyNoel Grandin2-4/+5
2021-07-22Revert "simplify locking in configmgr"Noel Grandin15-82/+103
2021-07-22simplify locking in configmgrNoel Grandin15-100/+82
2021-05-14Directly partly initialize vector in access.cxxJulien Nabet1-13/+13
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-16/+16
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-86/+87
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski5-5/+5
2021-03-09Mark workaround as fixed upstreamStephan Bergmann1-2/+5
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-17loplugin:referencecasting in configmgrNoel2-5/+5
2021-02-08update pchesCaolán McNamara1-1/+2
2021-01-29loplugin:stringviewparam extend to new..Noel3-5/+5
2021-01-10fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-10/+12