summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/sax_expat.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-4/+1
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-07sax: sal_Bool->boolNoel Grandin1-10/+10
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-17/+17
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-27/+27
2014-02-26Remove visual noise from saxAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-07Use rtl::ReferenceStephan Bergmann1-10/+7
2014-02-07Avoid css::uno using directives (Reference ambiguities)Stephan Bergmann1-50/+49
2014-01-23coverity#1158445 Uninitialized pointer fieldCaolán McNamara1-0/+3
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-4/+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/+18
2013-12-18Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann1-15/+17
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan1-92/+26
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan1-40/+38
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza1-2/+16
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-25/+25
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-8/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-19further OUString cleanupThomas Arnhold1-3/+3
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-13fdo#60471: svgio, sax: enable internal entity declarations for SVGMichael Stahl1-10/+32
2013-02-13sax: convert some legacy assertionsMichael Stahl1-3/+3
2012-09-26sal_Bool -> boolNoel Grandin1-10/+10
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl1-1/+1
2012-06-27re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-5/+7
2012-05-31targeted string re-workNorbert Thiebaud1-35/+34
2012-05-25stop parsing on encountering internal entities in sax_expat.cxxMichael Stahl1-24/+47
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-2/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-21/+20
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-24catch exception by constant referenceTakeshi Abe1-10/+10
2011-08-17add more component prefixesMatúš Kukan1-1/+1
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan1-6/+0
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-31/+0
2010-11-23RTL_CONSTASCII_USTRINGPARAM in libs-gui 15Gert Faller1-4/+4