summaryrefslogtreecommitdiff
path: root/xmlscript/source/xml_helper/xml_impctx.cxx
AgeCommit message (Expand)Author
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-07-06xmlscript: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscriptStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-21tdf#42949 Fix IWYU warnings in xmlscript/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlscriptStephan Bergmann
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin
2018-09-05loplugin:useuniqueptr in DocumentHandlerImplNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-21loplugin:useuniqueptr in ExtendedAttributesNoel Grandin
2018-07-24loplugin:unusedfields,can-be-const in xmlscriptNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: xmlscriptStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-27loplugin:flatten in vcl..xmlsecurityNoel Grandin
2017-09-17ofz: fix leak on exceptionCaolán McNamara
2017-09-15ofz: leak of prefixes in skipped elementsCaolán McNamara
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-02loplugin:casttovoid: xmlscriptStephan Bergmann
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-22loplugin:unusedfieldsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19use rtl::Reference in ExtendedAttributesNoel Grandin
2016-11-17extend unusedfields loplugin to find fields that can be privateNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-12loplugin:nullptrStephan Bergmann
2016-03-09tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2015-11-26com::sun::star->css in xmlscript/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-03inline some use-once typedefsNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava