summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/saxwriter.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-10cppcheck: noExplicitConstructorCaolán McNamara1-7/+7
2015-04-29cppcheck: throwInNoexceptFunctionCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-11/+11
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann1-11/+11
2014-12-12sax: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-3/+1
2014-10-02coverity#1158274 Uncaught exceptionCaolán McNamara1-10/+21
2014-10-02fix indentCaolán McNamara1-17/+17
2014-10-02consistent capitalization in both exceptionsCaolán McNamara1-1/+1
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-4/+1
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-4/+4
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+4
2014-04-09Remove unused functionsStephan Bergmann1-2/+0
2014-04-07sax: sal_Bool->boolNoel Grandin1-72/+72
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-18/+18
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-34/+34
2014-02-26Remove visual noise from saxAlexander Wilms1-1/+1
2014-02-21[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara1-2/+2
2014-01-23coverity#1158493 Uninitialized scalar fieldCaolán McNamara1-39/+43
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-7/+4
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-1/+1
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-2/+1
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-33/+19
2013-12-18Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann1-15/+16
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan1-36/+33
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-11/+11
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-11/+2
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-17/+0
2013-06-05sax: SaxWriter: add well-formedness assertionsMichael Stahl1-2/+32
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-02-23Fix typo, "charcter" -> "character"Julien Nabet1-7/+7
2012-11-12cppCheck: clarifyConditionjailletc361-1/+1
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-6/+5
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-05-31targeted string re-workNorbert Thiebaud1-17/+17
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-02-29sax: this CalcXMLLen() was commented out since 2001Miklos Vajna1-48/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-08-16catch by const referenceCaolán McNamara1-2/+2
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2010-12-05Replace all occured, occurance etc.Takeshi Abe1-6/+6
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+2
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 06Gert Faller1-6/+6