summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith2-5/+5
2013-03-28add missing dep on sal/types.hDavid Tardon1-0/+2
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-19further OUString cleanupThomas Arnhold2-5/+5
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-3/+3
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák2-5/+5
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-04sal_Bool to boolTakeshi Abe2-5/+5
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-2/+2
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl1-1/+1
2013-02-23Fix typo, "charcter" -> "character"Julien Nabet1-7/+7
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-35/+25
2013-02-13fdo#60471: svgio, sax: enable internal entity declarations for SVGMichael Stahl1-10/+32
2013-02-13sax: convert some legacy assertionsMichael Stahl2-11/+10
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-0/+3
2013-01-14sax: add methods to duplicate current top marker and reapply it laterPierre-Eric Pelloux-Prayer4-0/+29
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara2-25/+0
2013-01-07added Converter::convertColor with opacity parameterChr. Rossmanith2-2/+27
2012-12-19wrap vararg sax functions in typesafe overloadsLuboš Luňák2-24/+121
2012-11-15sax: no obvious reason why expwrap should use expat_utf16Michael Stahl1-1/+1
2012-11-12cppCheck: clarifyConditionjailletc361-1/+1
2012-11-11sax: FastSaxSerializer: cannot do anything without a streamMichael Stahl1-0/+2
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-6/+5
2012-10-01add missing deps on headers to static libsDavid Tardon1-0/+4
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl4-8/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl4-4/+8
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl4-0/+4
2012-09-26sal_Bool -> boolNoel Grandin1-10/+10
2012-09-20unusedcode: FastSaxSerializer is not used through UNOMatúš Kukan2-129/+61
2012-09-08sax: com.sun.star.xml.sax.FastSerializer seems to be unusedMatúš Kukan5-23/+3
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan14-200/+58
2012-08-15warning C4310: cast truncates constant valueMichael Stahl1-1/+1
2012-08-15sigh.. MSVC warning C4146: unary minus applied to unsigned type?Michael Stahl1-2/+2
2012-08-15oops forgot #include limitsMichael Stahl1-0/+2
2012-08-15overflow in implicit constant conversion [-Werror=overflow]Michael Stahl1-2/+2
2012-08-15decodeBase64 test is done and workingArtur Dorda1-0/+14
2012-08-15encodeBase64 test is workingArtur Dorda2-0/+34
2012-08-15added some extreme values in string-to-measure testArtur Dorda1-0/+3
2012-08-15'string to number' test coveredArtur Dorda1-0/+15
2012-08-15'number to string' test coveredArtur Dorda1-0/+20
2012-08-15'string to color' test coveredArtur Dorda1-0/+14
2012-08-15'color to string' test coveredArtur Dorda1-0/+19
2012-08-15'percent to string' test coveredArtur Dorda1-0/+13
2012-08-15'string to percent' test coveredArtur Dorda1-0/+20
2012-08-15'bool to string' test coveredArtur Dorda1-0/+13
2012-08-15'string to bool' test coveredArtur Dorda1-0/+18
2012-08-15'measure to string' test covered in test_converter.cxxArtur Dorda1-1/+17
2012-08-15Added testing 'measure to string' functionArtur Dorda1-0/+10