summaryrefslogtreecommitdiffstats
path: root/sax/source/expatwrap
Commit message (Expand)AuthorAgeFilesLines
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-264-75/+75
* Remove visual noise from saxAlexander Wilms2014-02-263-7/+7
* Remove unneccessary commentsAlexander Wilms2014-02-232-8/+8
* [API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara2014-02-211-2/+2
* Related: #i97873# (coverity#705407) Improper use of negative valueCaolán McNamara2014-02-111-1/+1
* 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
* coverity#1158493 Uninitialized scalar fieldCaolán McNamara2014-01-231-39/+43
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-222-4/+4
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-212-2/+2
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-202-6/+2
* Unify ctor functions for component implementations.Matúš Kukan2014-01-182-11/+8
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-153-5/+5
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-152-4/+2
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-193-70/+44
* Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann2013-12-182-30/+33
* sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan2013-12-183-155/+59
* Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2013-12-182-41/+39
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-112-2/+19
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-11/+11
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-25/+25
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-252-19/+4
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* WaE: unused variableTor Lillqvist2013-10-021-2/+0
* -Werror,-Wunused-functionStephan Bergmann2013-10-021-17/+0
* cppcheck: fix duplicate if/elseJulien Nabet2013-08-231-0/+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
* sax: SaxWriter: add well-formedness assertionsMichael Stahl2013-06-051-2/+32
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-19/+18
* further OUString cleanupThomas Arnhold2013-03-191-3/+3
* sal_Bool to boolTakeshi Abe2013-03-041-3/+3
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* Fix typo, "charcter" -> "character"Julien Nabet2013-02-231-7/+7
* 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
* cppCheck: clarifyConditionjailletc362012-11-121-1/+1
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-221-6/+5
* sal_Bool -> boolNoel Grandin2012-09-261-10/+10
* sax: avoid pointless linking expwrap against saxMatúš Kukan2012-08-241-1/+1
* XML_Parse returns enum XML_StatusMichael Stahl2012-07-121-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-274-95/+59
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-5/+7
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-212-49/+31
* targeted string re-workNorbert Thiebaud2012-05-312-52/+51
* stop parsing on encountering internal entities in sax_expat.cxxMichael Stahl2012-05-251-24/+47
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-1/+1