summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/sax_expat.cxx
AgeCommit message (Expand)Author
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-10ofz#4571 Direct-leakCaolán McNamara
2017-10-23loplugin:includeform: saxStephan Bergmann
2017-09-05tdf#112164 sax: handle errors on last call to XML_Parse()Michael Stahl
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-06sax: Use comphelper's AttributeListMatúš Kukan
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29sax: remove obsolete XML_UNICODE codeMichael Stahl
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-05-10cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-02make parsing more cautious with exceptionsLionel Elie Mamane
2015-02-05destructors are not allowed to throwLionel Elie Mamane
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-14typo: choosen -> chosenThomas Arnhold
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-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from saxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-07Use rtl::ReferenceStephan Bergmann
2014-02-07Avoid css::uno using directives (Reference ambiguities)Stephan Bergmann
2014-01-23coverity#1158445 Uninitialized pointer 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
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan