summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
AgeCommit message (Expand)Author
2016-04-14loplugin:passstuffbyref in xmloffNoel Grandin
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-03-11tdf#97966: Remove 'static' keywordsWastack
2016-02-09Remove excess newlinesChris Sherlock
2015-12-19xmloff: one more missing includeMiklos Vajna
2015-12-19coverity#1343637 Double freeCaolán McNamara
2015-12-17Avoid memory leaksStephan Bergmann
2015-12-17Remove trivial class XMLTransformerContextVectorStephan Bergmann
2015-12-17Hold XMLTransformerContext by rtl::ReferenceStephan Bergmann
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-07-15loplugin:unusedmethods xmloffNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-25remove our custom RTTI from xmloff moduleNoel Grandin
2015-06-18Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara
2015-05-08XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann
2015-04-28XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-23TyposJulien Nabet
2015-03-01i assume this is what is wantedDavid Tardon
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-07Removed #includes including themselvesAndrea Gelmini
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-03coverity#705391: xmloff: XMLMergeElemTransformerContext misuse of enumMichael Stahl
2014-10-31coverity#705348 Missing break in switchEike Rathke
2014-09-25assert that XMLTransformerBase::m_xHandler is initializedMichael Stahl
2014-09-15xmloff: sal_Bool -> boolStephan Bergmann
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-02fix ODF validation errorsMarkus Mohrhard
2014-07-02coverity#705353 Missing break in switch, probably intentionalCaolán McNamara