summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap
AgeCommit message (Expand)Author
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02-Werror,-Wunused-functionStephan Bergmann
2013-08-23cppcheck: fix duplicate if/elseJulien Nabet
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-05sax: SaxWriter: add well-formedness assertionsMichael Stahl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19further OUString cleanupThomas Arnhold
2013-03-04sal_Bool to boolTakeshi Abe
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-23Fix typo, "charcter" -> "character"Julien Nabet
2013-02-13fdo#60471: svgio, sax: enable internal entity declarations for SVGMichael Stahl
2013-02-13sax: convert some legacy assertionsMichael Stahl
2012-11-12cppCheck: clarifyConditionjailletc36
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-09-26sal_Bool -> boolNoel Grandin
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-31targeted string re-workNorbert Thiebaud
2012-05-25stop parsing on encountering internal entities in sax_expat.cxxMichael Stahl
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-12sax: no matching function for call to 'max(int, sal_Int32&)'Ivan Timofeev
2012-03-12sax: replace Min/Max macros with std::maxMichael Stahl
2012-02-29sax: this CalcXMLLen() was commented out since 2001Miklos Vajna
2012-02-26Avoid temporary rtl::OUStringJulien Nabet
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot
2011-12-24catch exception by constant referenceTakeshi Abe
2011-08-17add more component prefixesMatúš Kukan
2011-08-16catch by const referenceCaolán McNamara
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan
2011-06-21Don't use the i prefix for import libraries with WNTGCCTor Lillqvist
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17gnumake4: reportdesign, dbaccess: remove DOS lineendings [hg:ba7a15028880]Michael Stahl
2011-06-17CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]Mathias Bauer
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky