summaryrefslogtreecommitdiff
path: root/comphelper/source/xml
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-11Resolves: tdf#98418 AttributeList must support XCloneableCaolán McNamara1-3/+15
2016-02-09sequence->vector in OFOPXMLHelper_ImplNoel Grandin1-19/+15
2016-02-06sax: Use comphelper's AttributeListMatúš Kukan1-6/+8
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-48/+48
2015-11-09new loplugin: oncevarNoel Grandin1-12/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl1-20/+91
2015-07-27com::sun::star->css in comphelperNoel Grandin1-6/+6
2015-07-23coverity#1312139 random byte is deliberateCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-16/+11
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-2/+1
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann1-1/+0
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-27Remove visual noise from comphelperAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms1-16/+16
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-26/+25
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith1-34/+34
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-33/+26
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-8/+8