summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/saxwriter.cxx
AgeCommit message (Expand)Author
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2019-08-20Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-03-16crashtesting: asserts on legal xml names on exportCaolán McNamara
2018-03-01tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl
2018-01-12More loplugin:cstylecast: saxStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: saxStephan Bergmann
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-10cppcheck: noExplicitConstructorCaolán McNamara
2015-04-29cppcheck: throwInNoexceptFunctionCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann
2014-12-12sax: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-02coverity#1158274 Uncaught exceptionCaolán McNamara
2014-10-02fix indentCaolán McNamara
2014-10-02consistent capitalization in both exceptionsCaolán McNamara
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-09Remove unused functionsStephan Bergmann
2014-04-07sax: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann