summaryrefslogtreecommitdiff
path: root/comphelper/source/xml
AgeCommit message (Expand)AuthorFilesLines
2024-03-30tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen1-1/+0
2024-02-04cid#1591493 Unchecked return valueCaolán McNamara1-2/+6
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelperStephan Bergmann1-10/+10
2023-01-24AddAttribute may take 'namespace:full:uri^attribute_name'Mike Kaganski1-1/+4
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski2-23/+73
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl1-10/+3
2021-10-29Prepare for removal of non-const operator[] from Sequence in comphelperMike Kaganski1-16/+24
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann1-1/+1
2021-02-23loplugin:refcounting in comphelperNoel2-20/+14
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-2/+0
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-18/+18
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-18/+18
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-18/+18
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelperStephan Bergmann2-13/+13
2020-06-03Upcoming loplugin:elidestringvar: comphelperStephan Bergmann1-2/+1
2020-05-29use for-range loop on SequenceNoel Grandin1-13/+13
2020-01-31new loplugin:namespaceindentationNoel Grandin1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin1-4/+1
2019-12-18sal_Char->char in comphelperNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann1-1/+1
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-3/+3
2019-05-22New loplugin:dataStephan Bergmann1-2/+2
2019-04-29optimise comphelper::AttributeList a littleNoel Grandin1-65/+5
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen1-2/+0
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-19generateGUIDString: Fix incorrect string lengthSamuel Mehrbrodt1-1/+1
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-08-22new loplugin:conststringfieldNoel Grandin1-45/+33
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-13/+13
2018-03-08oox: preserve the ContentType of custom filesAshod Nakashian1-0/+32
2018-02-27Use for-range loops in comphelper and configmgrJulien Nabet2-13/+10
2018-02-14oox: cosmetic cleanupAshod Nakashian1-9/+9
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann1-1/+1
2017-12-12Move generateGUIDString to comphelperSamuel Mehrbrodt1-0/+14
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin1-2/+2
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-8/+5
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-3/+3
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-3/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-30/+16
2017-01-19New loplugin:dynexcspec: Add @throws documentation, comphelperStephan Bergmann1-0/+1
2016-11-28loplugin:unnecessaryoverride (dtors) in comphelperStephan Bergmann1-7/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith1-2/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2