summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2018-03-25ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara1-6/+6
2018-03-16crashtesting: asserts on legal xml names on exportCaolán McNamara1-4/+18
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin1-0/+1
2018-03-05drop sax::tools::*base64 methodsNoel Grandin2-60/+0
2018-03-02tdf#115429 sax,xmloff: assert on empty attribute names & namespacesMichael Stahl1-0/+1
2018-03-01tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl2-4/+41
2018-02-28sax: don't crash during loggingVasily Melenchuk1-1/+1
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-19/+16
2018-01-24Fix typosAndrea Gelmini1-1/+1
2018-01-24loplugin:constparamsNoel Grandin1-2/+2
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: saxStephan Bergmann6-19/+19
2018-01-06ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl1-3/+30
2018-01-05sax: remove that odd Entity copy constructorMichael Stahl1-32/+19
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem2-34/+43
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-4/+4
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin3-3/+3
2017-12-21new loplugin: convertlongNoel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin4-4/+4
2017-12-10ofz#4571 Direct-leakCaolán McNamara1-40/+33
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke1-1/+0
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-3/+3
2017-11-30ofz: always free with xmlFreeParserCtxtCaolán McNamara1-79/+77
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-8/+8
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-2/+2
2017-10-31loplugin:constantparam in sal,saxNoel Grandin2-15/+10
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
2017-10-25ofz#3752 Integer-overflowCaolán McNamara1-11/+5
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin5-5/+5
2017-10-25ofz#3769 Integer-overflowCaolán McNamara1-8/+5
2017-10-23loplugin:includeform: saxStephan Bergmann6-9/+9
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-18allow events to accumulate past limit if an exception is pendingCaolán McNamara1-1/+8
2017-09-17protect against short fileCaolán McNamara1-2/+1
2017-09-17ofz: string has to be at least 5 chars longCaolán McNamara1-2/+1
2017-09-16ofz: leak on fdo72541-1.fodtCaolán McNamara1-33/+33
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-2/+2
2017-09-13sax: allow some debug logging in FastParserMichael Stahl2-1/+8
2017-09-13sax: improve READMEMichael Stahl1-1/+10
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin3-6/+6
2017-09-05tdf#112164 sax: handle errors on last call to XML_Parse()Michael Stahl1-5/+10
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-12/+12
2017-08-11sax parser: remove long-disabled codeThorsten Behrens1-135/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin3-8/+8
2017-07-20sax: Check if it starts with 5 bytes of "<?xml"Takeshi Abe1-3/+3