summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap
AgeCommit message (Expand)AuthorFilesLines
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-11/+11
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-25/+25
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2-19/+4
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02WaE: unused variableTor Lillqvist1-2/+0
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-17/+0
2013-08-23cppcheck: fix duplicate if/elseJulien Nabet1-0/+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-06-05sax: SaxWriter: add well-formedness assertionsMichael Stahl1-2/+32
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-19/+18
2013-03-19further OUString cleanupThomas Arnhold1-3/+3
2013-03-04sal_Bool to boolTakeshi Abe1-3/+3
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-23Fix typo, "charcter" -> "character"Julien Nabet1-7/+7
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-11-12cppCheck: clarifyConditionjailletc361-1/+1
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-6/+5
2012-09-26sal_Bool -> boolNoel Grandin1-10/+10
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan1-1/+1
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl1-1/+1
2012-06-27re-base on ALv2 code.Michael Meeks4-95/+59
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-5/+7
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks2-49/+31
2012-05-31targeted string re-workNorbert Thiebaud2-52/+51
2012-05-25stop parsing on encountering internal entities in sax_expat.cxxMichael Stahl1-24/+47
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-12sax: no matching function for call to 'max(int, sal_Int32&)'Ivan Timofeev1-1/+1
2012-03-12sax: replace Min/Max macros with std::maxMichael Stahl1-3/+5
2012-02-29sax: this CalcXMLLen() was commented out since 2001Miklos Vajna1-48/+0
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-2/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-22/+21
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot3-4/+4
2011-12-24catch exception by constant referenceTakeshi Abe1-10/+10
2011-08-17add more component prefixesMatúš Kukan2-2/+2
2011-08-16catch by const referenceCaolán McNamara1-2/+2
2011-07-21resyncing to masterBjoern Michaelsen1-6/+0
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan1-6/+0
2011-06-21Don't use the i prefix for import libraries with WNTGCCTor Lillqvist1-0/+4
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen1-0/+37
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen6-50/+70
2011-06-17gnumake4: reportdesign, dbaccess: remove DOS lineendings [hg:ba7a15028880]Michael Stahl1-37/+0
2011-06-17CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]Mathias Bauer3-92/+2
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky3-31/+48
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky3-31/+48