summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/saxwriter.cxx
AgeCommit message (Expand)Author
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
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from saxAlexander Wilms
2014-02-21[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara
2014-01-23coverity#1158493 Uninitialized scalar fieldCaolán McNamara
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan