summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Targeted string re-work in padmin and saxThorsten Behrens2-10/+10
2012-05-31targeted string re-workNorbert Thiebaud2-52/+51
2012-05-25stop parsing on encountering internal entities in fastparser.cxxMichael Stahl2-0/+40
2012-05-25stop parsing on encountering internal entities in sax_expat.cxxMichael Stahl1-24/+47
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-1/+0
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-04-20fdo#48969: GetConversionFactor: add inch as source unitMichael Stahl1-10/+142
2012-04-20fdo#48969: switch units in Converter::convertDoubleMichael Stahl1-1/+2
2012-04-12escape \n and \r too in escapeXml()Luboš Luňák1-0/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-3/+3
2012-04-02reorganize trickier staticsCaolán McNamara2-34/+47
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-03-03Avoid temporary rtl::OUStringJulien Nabet1-2/+2
2012-02-29Correctly calculate leap year.Kohei Yoshida1-1/+1
2012-02-29sax: this CalcXMLLen() was commented out since 2001Miklos Vajna1-48/+0
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-2/+1
2012-02-10Removed unused codeAlexander Bergmann1-76/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-6/+6
2012-02-08update unused listCaolán McNamara1-16/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann4-28/+35
2012-01-16Removing unused codeAlexander Bergmann1-48/+0
2012-01-16sax_fastparser::FastSerializerHelper::write(float)Alexander Bergmann1-5/+0
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot6-11/+11
2012-01-05callcatcher: drop some unused methodsCaolán McNamara2-27/+0
2011-12-24catch exception by constant referenceTakeshi Abe1-10/+10
2011-12-01we are W3C XMLSchema here, not ISO 8601Eike Rathke1-6/+1
2011-11-30handle dates with year < 1000Eike Rathke1-4/+15
2011-11-28fix conversions from cmRadek Doulik1-7/+5
2011-11-28added conversion from MeasureUnit::CMRadek Doulik1-0/+43
2011-10-15Fix overflow in smoketest, promotion from sal_Int32 to sal_Int64 doesn't happ...Caolán McNamara1-2/+3
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl1-61/+21
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl1-1/+178
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-4/+25
2011-10-11partially revert 849a713ffd29a58ae79e48f80835c28bbd9d5a72Michael Stahl1-0/+187
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-18/+16
2011-08-31catch by const referenceCaolán McNamara1-13/+12
2011-08-17add more component prefixesMatúš Kukan4-4/+4
2011-08-16catch by const referenceCaolán McNamara1-2/+2
2011-07-21resyncing to masterBjoern Michaelsen2-12/+0
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan2-12/+0
2011-06-21Don't use the i prefix for import libraries with WNTGCCTor Lillqvist3-0/+12
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen1-0/+37
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen14-289/+309
2011-06-17gnumake4: reportdesign, dbaccess: remove DOS lineendings [hg:ba7a15028880]Michael Stahl1-37/+0
2011-06-17CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e]Mathias Bauer1-2/+2
2011-06-17CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]Mathias Bauer5-238/+2
2011-05-28Replace cstdio with iostream in fastserializer.cxxNigel Hawkins1-14/+11
2011-05-27Fix build breakage with debug enabled.Nigel Hawkins1-1/+1
2011-05-03Adding a public getNamespaceURL method to fastparser.Muthu Subramanian2-0/+14