summaryrefslogtreecommitdiffstats
path: root/sax/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix overflow in smoketest, promotion from sal_Int32 to sal_Int64 doesn't happ...Caolán McNamara2011-10-151-2/+3
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-111-61/+21
* #i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl2011-10-111-1/+178
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-111-4/+25
* partially revert 849a713ffd29a58ae79e48f80835c28bbd9d5a72Michael Stahl2011-10-111-0/+187
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-18/+16
* catch by const referenceCaolán McNamara2011-08-311-13/+12
* add more component prefixesMatúš Kukan2011-08-174-4/+4
* catch by const referenceCaolán McNamara2011-08-161-2/+2
* resyncing to masterBjoern Michaelsen2011-07-212-12/+0
|\