summaryrefslogtreecommitdiff
path: root/unotools/source/config/moduleoptions.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: unotoolsStephan Bergmann1-11/+11
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-11/+12
2021-12-24osl::Mutex->std::mutex in SvtModuleOptionsNoel Grandin1-12/+13
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin1-1/+0
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-1/+1
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski1-5/+6
2021-10-21loplugin:flattenNoel Grandin1-10/+10
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-5/+3
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-11/+11
2021-07-10tdf#142702 Handle STARTMODULE in SvtModuleOptions::GetFactoryShortNameSergey Fukanchik1-0/+2
2021-05-10reduce cost of locking in SvtModuleOptionsNoel Grandin1-17/+19
2021-01-29Replace rtl::Static with function-local static hereMike Kaganski1-17/+6
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+9
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-15/+15
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-6/+1
2019-09-06Fixing "...."Andrea Gelmini1-2/+2
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin1-1/+1
2019-08-10Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): unotoolsStephan Bergmann1-10/+10
2019-07-29Fix typosAndrea Gelmini1-5/+5
2019-06-28Simplify Sequence iterations in unotoolsArkadiy Illarionov1-32/+22
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen1-2/+0
2019-02-22loplugin:unusedfields in unotoolsNoel Grandin1-15/+0
2018-03-06Fix typosAndrea Gelmini1-2/+2
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin1-6/+6
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-2/+2
2017-02-10convert EItem to scoped enumNoel Grandin1-1/+1
2017-02-02Fix some typosSamuel Mehrbrodt1-3/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2016-09-30loplugin:constantparamNoel Grandin1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-27/+0
2016-06-18tdf#89329: use shared_ptr for pImpl in moduleoptionsXisco Fauli1-51/+38
2016-05-11Fix horrible codestyleSamuel Mehrbrodt1-41/+32
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-4/+4
2015-11-18com::sun::star->css in unotools/Noel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-37/+37