summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
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
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