summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-152-55/+212
* i#108348 sax::Converter: support negative date and dateTimeMichael Stahl2013-07-152-10/+18
* fastsax: provide the element name instead of prefix for unknown elementsCédric Bosdonnat2013-07-041-1/+1
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* gbuild: drop empty use_packages callsDavid Tardon2013-04-242-6/+0
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-1/+0
* move URE headers to include/David Tardon2013-04-241-3/+0
* execute move of global headersBjoern Michaelsen2013-04-237-796/+0
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-182-123/+128
* rename expat external to 'expat'David Tardon2013-04-092-2/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0718-183/+165
* Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith2013-04-012-5/+5
* add missing dep on sal/types.hDavid Tardon2013-03-281-0/+2
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* further OUString cleanupThomas Arnhold2013-03-192-5/+5
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-2/+2
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-3/+3
* Wundef, fix various more or less broken debug codeLuboš Luňák2013-03-182-5/+5
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
* sal_Bool to boolTakeshi Abe2013-03-042-5/+5
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-2/+2
* remove all d.lstMichael Stahl2013-02-281-0/+0
* cppu: new ZipPackage_cppu_odk_headersMichael Stahl2013-02-271-1/+1
* Fix typo, "charcter" -> "character"Julien Nabet2013-02-231-7/+7
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-02-191-35/+25
* fdo#60471: svgio, sax: enable internal entity declarations for SVGMichael Stahl2013-02-131-10/+32
* sax: convert some legacy assertionsMichael Stahl2013-02-132-11/+10
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-262-0/+3
* sax: add methods to duplicate current top marker and reapply it laterPierre-Eric Pelloux-Prayer2013-01-144-0/+29
* callcatcher: update and remove newly unused codeCaolán McNamara2013-01-132-25/+0
* added Converter::convertColor with opacity parameterChr. Rossmanith2013-01-072-2/+27
* wrap vararg sax functions in typesafe overloadsLuboš Luňák2012-12-192-24/+121
* sax: no obvious reason why expwrap should use expat_utf16Michael Stahl2012-11-151-1/+1
* cppCheck: clarifyConditionjailletc362012-11-121-1/+1
* sax: FastSaxSerializer: cannot do anything without a streamMichael Stahl2012-11-111-0/+2
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-221-6/+5
* add missing deps on headers to static libsDavid Tardon2012-10-011-0/+4
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-284-8/+0
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-284-4/+8
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-284-0/+4
* 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-23/+3
* sax: avoid pointless linking expwrap against saxMatúš Kukan2012-08-2414-200/+58
* warning C4310: cast truncates constant valueMichael Stahl2012-08-151-1/+1
* sigh.. MSVC warning C4146: unary minus applied to unsigned type?Michael Stahl2012-08-151-2/+2
* oops forgot #include limitsMichael Stahl2012-08-151-0/+2
* overflow in implicit constant conversion [-Werror=overflow]Michael Stahl2012-08-151-2/+2
* decodeBase64 test is done and workingArtur Dorda2012-08-151-0/+14
* encodeBase64 test is workingArtur Dorda2012-08-152-0/+34