summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)Author
2012-11-12cppCheck: clarifyConditionjailletc36
2012-11-11sax: FastSaxSerializer: cannot do anything without a streamMichael Stahl
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-09-26sal_Bool -> boolNoel Grandin
2012-09-20unusedcode: FastSaxSerializer is not used through UNOMatúš Kukan
2012-09-08sax: com.sun.star.xml.sax.FastSerializer seems to be unusedMatúš Kukan
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-06-16gbuildification of saxNorbert Thiebaud
2012-06-01Targeted string re-work in padmin and saxThorsten Behrens
2012-05-31targeted string re-workNorbert Thiebaud
2012-05-25stop parsing on encountering internal entities in fastparser.cxxMichael Stahl
2012-05-25stop parsing on encountering internal entities in sax_expat.cxxMichael Stahl
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-04-20fdo#48969: GetConversionFactor: add inch as source unitMichael Stahl
2012-04-20fdo#48969: switch units in Converter::convertDoubleMichael Stahl
2012-04-12escape \n and \r too in escapeXml()Luboš Luňák
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-02reorganize trickier staticsCaolán McNamara
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-03-03Avoid temporary rtl::OUStringJulien Nabet
2012-02-29Correctly calculate leap year.Kohei Yoshida
2012-02-29sax: this CalcXMLLen() was commented out since 2001Miklos Vajna
2012-02-26Avoid temporary rtl::OUStringJulien Nabet
2012-02-10Removed unused codeAlexander Bergmann
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-08update unused listCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-16Removing unused codeAlexander Bergmann
2012-01-16sax_fastparser::FastSerializerHelper::write(float)Alexander Bergmann
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot
2012-01-05callcatcher: drop some unused methodsCaolán McNamara
2011-12-24catch exception by constant referenceTakeshi Abe
2011-12-01we are W3C XMLSchema here, not ISO 8601Eike Rathke
2011-11-30handle dates with year < 1000Eike Rathke
2011-11-28fix conversions from cmRadek Doulik
2011-11-28added conversion from MeasureUnit::CMRadek Doulik
2011-10-15Fix overflow in smoketest, promotion from sal_Int32 to sal_Int64 doesn't happ...Caolán McNamara
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
2011-10-11partially revert 849a713ffd29a58ae79e48f80835c28bbd9d5a72Michael Stahl
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-08-31catch by const referenceCaolán McNamara