summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-15All the MeasureUnit values are covered in converter testArtur Dorda1-1/+20
2012-08-15Started testing measures in converter test, first: string to measureArtur Dorda1-0/+16
2012-08-02Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist1-128/+0
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl2-2/+3
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-12/+3
2012-06-29another unit test issueMichael Meeks1-49/+49
2012-06-27re-base on ALv2 code.Michael Meeks24-516/+354
2012-06-27targetted re-work of cppunit pieces.Michael Meeks2-6/+1
2012-06-27Remove unused include filesThomas Arnhold1-141/+0
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