summaryrefslogtreecommitdiff
path: root/unotools/source/config/configitem.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+3
2023-09-10using decls should come after #includeNoel Grandin1-3/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin1-2/+3
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen1-1/+0
2022-04-11use more string_viewNoel Grandin1-2/+2
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski1-10/+19
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-3/+3
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-3/+3
2021-07-26cid#1485150 silence Uncaught exceptionCaolán McNamara1-1/+2
2021-07-26use officecfg for security optionsNoel Grandin1-69/+76
2021-07-25simplify SvFontSubstNoel Grandin1-163/+271
2020-08-05loplugin:flatten in unotoolsNoel Grandin1-11/+11
2020-01-24use osl::Guard instead of abusing rtl::ReferenceNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-16/+16
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin1-2/+2
2019-07-29Fix typosAndrea Gelmini1-1/+1
2019-07-25Fix typosAndrea Gelmini1-2/+2
2019-07-21loplugin:referencecasting in unotools..uuiNoel Grandin1-1/+1
2019-07-11ConfigItem: use getTree also inside the RemoveChangesListener() methodTamás Zolnai1-8/+12
2019-06-28Simplify Sequence iterations in unotoolsArkadiy Illarionov1-83/+42
2019-06-18loplugin:logexceptionnicely in toolkit..unoxmlNoel Grandin1-61/+35
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen1-5/+0
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-27/+18
2017-07-17loplugin:constparams in configmgr,unotoolsNoel Grandin1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-7/+7
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-10convert ConfigNameFormat to scoped enumNoel Grandin1-50/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+4
2016-11-24loplugin:unnecessaryoverride (dtors) in unotoolsStephan Bergmann1-5/+0
2016-10-21loplugin:expandablemethodds in include/tools..unotoolsNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-15Use SAL_WARN on swallowed exceptionsStephan Bergmann1-50/+106
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
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-14/+14
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-3/+5
2015-09-09unotools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-2/+2
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-3/+6
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos1-1/+1