summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/saxwriter.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: saxStephan Bergmann1-1/+1
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-2/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-12/+12
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-4/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-79/+63
2017-01-19New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann1-0/+16
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin1-8/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-6/+6
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-2/+3
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-18/+18
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-2/+2
2015-06-17Replace 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