summaryrefslogtreecommitdiffstats
path: root/sax/source/expatwrap/sax_expat.cxx
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-101-2/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-6/+6
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-11/+11
* make parsing more cautious with exceptionsLionel Elie Mamane2015-03-021-0/+5
* destructors are not allowed to throwLionel Elie Mamane2015-02-051-0/+1
* Some more loplugin:cstylecast: saxStephan Bergmann2015-01-201-2/+2
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-071-4/+1
* loplugin:staticcallStephan Bergmann2014-06-131-2/+2
* typo: choosen -> chosenThomas Arnhold2014-04-141-1/+1
* sax: sal_Bool->boolNoel Grandin2014-04-071-10/+10
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-17/+17
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-27/+27
* Remove visual noise from saxAlexander Wilms2014-02-261-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-231-4/+4
* Use rtl::ReferenceStephan Bergmann2014-02-071-10/+7
* Avoid css::uno using directives (Reference ambiguities)Stephan Bergmann2014-02-071-50/+49
* coverity#1158445 Uninitialized pointer fieldCaolán McNamara2014-01-231-0/+3
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-2/+2
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-3/+1
* Unify ctor functions for component implementations.Matúš Kukan2014-01-181-4/+4
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-151-1/+1
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-151-2/+1
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-191-33/+18
* Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann2013-12-181-15/+17
* sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan2013-12-181-92/+26
* Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2013-12-181-40/+38
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-2/+16
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-25/+25
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-8/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-2/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
* further OUString cleanupThomas Arnhold2013-03-191-3/+3
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* fdo#60471: svgio, sax: enable internal entity declarations for SVGMichael Stahl2013-02-131-10/+32
* sax: convert some legacy assertionsMichael Stahl2013-02-131-3/+3
* sal_Bool -> boolNoel Grandin2012-09-261-10/+10
* XML_Parse returns enum XML_StatusMichael Stahl2012-07-121-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-271-23/+14
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-5/+7
* targeted string re-workNorbert Thiebaud2012-05-311-35/+34
* stop parsing on encountering internal entities in sax_expat.cxxMichael Stahl2012-05-251-24/+47
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Avoid temporary rtl::OUStringJulien Nabet2012-02-261-2/+1