summaryrefslogtreecommitdiffstats
path: root/sax/source/expatwrap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* sax: no matching function for call to 'max(int, sal_Int32&)'Ivan Timofeev2012-03-121-1/+1
* sax: replace Min/Max macros with std::maxMichael Stahl2012-03-121-3/+5
* sax: this CalcXMLLen() was commented out since 2001Miklos Vajna2012-02-291-48/+0
* Avoid temporary rtl::OUStringJulien Nabet2012-02-261-2/+1
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-22/+21
* Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot2012-01-053-4/+4
* catch exception by constant referenceTakeshi Abe2011-12-241-10/+10
* add more component prefixesMatúš Kukan2011-08-172-2/+2
* catch by const referenceCaolán McNamara2011-08-161-2/+2
* resyncing to masterBjoern Michaelsen2011-07-211-6/+0
|\
| * Remove component_getImplementationEnvironment methodsMatus Kukan2011-07-121-6/+0
| * Don't use the i prefix for import libraries with WNTGCCTor Lillqvist2011-06-211-0/+4
* | gnumake4: fix buildbreakers from mergeBjoern Michaelsen2011-06-201-0/+37
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-196-50/+70
|\|
| * Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2
| * Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-183-31/+48
| |\
| | * Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-113-31/+48
| | |\
| * | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-1/+1
| |/ /
| * | Remove "using namespace ::rtl"Julien Nabet2011-02-271-1/+2