summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-5/+7
2012-06-25Remove various commented out definesThomas Arnhold1-11/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks8-196/+124
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
2012-06-16other mis-includeNorbert Thiebaud1-1/+1
2012-06-16fix build breakage due to sax gbuildificationNorbert Thiebaud1-1/+1
2012-06-16gbuildification of saxNorbert Thiebaud14-9/+204
2012-06-16revert gmk4Norbert Thiebaud6-307/+0
2012-06-01Targeted string re-work in padmin and saxThorsten Behrens2-10/+10
2012-05-31targeted string re-workNorbert Thiebaud6-134/+133
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 Arnhold2-2/+2
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-20fdo#48969: add unit test for Converter::convertDoubleMichael Stahl1-0/+72
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-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl4-8/+8
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 Stahl2-7/+5
2012-03-12sax: move xml2utf.cxx to libsax to prevent duplicate linkage warningsMichael Stahl4-13/+8
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan3-3/+3
2012-03-03Avoid temporary rtl::OUStringJulien Nabet1-2/+2
2012-02-29sax: ConverterTest: add leap year testsMichael Stahl1-0/+6
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-16Reduce verbiage slightlyTor Lillqvist1-1/+3
2012-02-16Use the same simple lo_main() on iOS as on AndroidTor Lillqvist2-70/+0
2012-02-10Removed unused codeAlexander Bergmann2-88/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-6/+6
2012-02-08update unused listCaolán McNamara2-18/+0
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann4-28/+35
2012-01-16remove unimplemented methods from headersCaolán McNamara1-5/+0
2012-01-16Removing unused codeAlexander Bergmann1-48/+0
2012-01-16cleanup: remove unused prototype tooMichael Meeks1-1/+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
2012-01-04sax: this had to be accidentally added when mergingMatúš Kukan1-2/+0
2011-12-24catch exception by constant referenceTakeshi Abe1-10/+10
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1