summaryrefslogtreecommitdiffstats
path: root/sax/source
Commit message (Expand)AuthorAgeFilesLines
* 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-132-11/+10
* sax: add methods to duplicate current top marker and reapply it laterPierre-Eric Pelloux-Prayer2013-01-143-0/+27
* callcatcher: update and remove newly unused codeCaolán McNamara2013-01-131-20/+0
* added Converter::convertColor with opacity parameterChr. Rossmanith2013-01-071-1/+21
* wrap vararg sax functions in typesafe overloadsLuboš Luňák2012-12-191-6/+12
* cppCheck: clarifyConditionjailletc362012-11-121-1/+1
* sax: FastSaxSerializer: cannot do anything without a streamMichael Stahl2012-11-111-0/+2
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-221-6/+5
* sal_Bool -> boolNoel Grandin2012-09-261-10/+10
* unusedcode: FastSaxSerializer is not used through UNOMatúš Kukan2012-09-202-129/+61
* sax: com.sun.star.xml.sax.FastSerializer seems to be unusedMatúš Kukan2012-09-085-22/+204
* sax: avoid pointless linking expwrap against saxMatúš Kukan2012-08-245-206/+4
* XML_Parse returns enum XML_StatusMichael Stahl2012-07-122-2/+3
* re-base on ALv2 code.Michael Meeks2012-06-2713-259/+196
* 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
* gbuildification of saxNorbert Thiebaud2012-06-161-1/+0
* Targeted string re-work in padmin and saxThorsten Behrens2012-06-012-10/+10
* targeted string re-workNorbert Thiebaud2012-05-312-52/+51
* stop parsing on encountering internal entities in fastparser.cxxMichael Stahl2012-05-252-0/+40
* stop parsing on encountering internal entities in sax_expat.cxxMichael Stahl2012-05-251-24/+47
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-161-1/+0
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-1/+1
* fdo#48969: GetConversionFactor: add inch as source unitMichael Stahl2012-04-201-10/+142
* fdo#48969: switch units in Converter::convertDoubleMichael Stahl2012-04-201-1/+2
* escape \n and \r too in escapeXml()Luboš Luňák2012-04-121-0/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-3/+3
* reorganize trickier staticsCaolán McNamara2012-04-022-34/+47
* 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
* Avoid temporary rtl::OUStringJulien Nabet2012-03-031-2/+2
* Correctly calculate leap year.Kohei Yoshida2012-02-291-1/+1
* sax: this CalcXMLLen() was commented out since 2001Miklos Vajna2012-02-291-48/+0
* Avoid temporary rtl::OUStringJulien Nabet2012-02-261-2/+1
* Removed unused codeAlexander Bergmann2012-02-101-76/+0
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-6/+6
* update unused listCaolán McNamara2012-02-081-16/+0
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-214-28/+35
* Removing unused codeAlexander Bergmann2012-01-161-48/+0
* sax_fastparser::FastSerializerHelper::write(float)Alexander Bergmann2012-01-161-5/+0
* Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot2012-01-056-11/+11
* callcatcher: drop some unused methodsCaolán McNamara2012-01-052-27/+0
* catch exception by constant referenceTakeshi Abe2011-12-241-10/+10
* we are W3C XMLSchema here, not ISO 8601Eike Rathke2011-12-011-6/+1
* handle dates with year < 1000Eike Rathke2011-11-301-4/+15
* fix conversions from cmRadek Doulik2011-11-281-7/+5
* added conversion from MeasureUnit::CMRadek Doulik2011-11-281-0/+43