summaryrefslogtreecommitdiffstats
path: root/sax/source
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove component_getImplementationEnvironment methodsMatus Kukan2011-07-122-12/+0
| * Don't use the i prefix for import libraries with WNTGCCTor Lillqvist2011-06-213-0/+12
* | gnumake4: fix buildbreakers from mergeBjoern Michaelsen2011-06-201-0/+37
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-1914-289/+309
|\|
| * Replace cstdio with iostream in fastserializer.cxxNigel Hawkins2011-05-281-14/+11
| * Fix build breakage with debug enabled.Nigel Hawkins2011-05-271-1/+1
| * Adding a public getNamespaceURL method to fastparser.Muthu Subramanian2011-05-032-0/+14
| * Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-212-4/+4
| * small bug, "%d" instead of "%ld" in a printfJulien Nabet2011-04-111-1/+1
| * Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-188-69/+97
| |\
| | * Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-118-69/+97
| | |\
| * | | add a virtual dtor to baseclassCaolán McNamara2011-03-161-0/+1
| * | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-122-3/+3
| |/ /
| * | avoid implicit castCaolán McNamara2011-03-011-1/+1