summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.cxx
AgeCommit message (Expand)Author
2020-11-11loplugin:stringviewNoel
2020-11-08ofz#26944Noel Grandin
2020-09-29tdf#136551 DOTX import: restore support for large XML attribute valuesMiklos Vajna
2020-06-15small optimisationsNoel Grandin
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2020-04-02loplugin:flatten in saxNoel Grandin
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-02-29tdf#130878 Report does not show label-fieldsNoel Grandin
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-11-19improve exception messageNoel Grandin
2019-11-16Also consider saved exceptions when terminating parseMike Kaganski
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2019-09-14shave 10% off load time of large docx fileNoel Grandin
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann
2019-07-26cid#1448394 try silence unsafe_xml_parse_configCaolán McNamara
2019-07-24cid#1448394 can't change xml_parse_config settingCaolán McNamara
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-05-10an uno -> a unoCaolán McNamara
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-23convert CallbackType to scoped enumNoel Grandin
2018-10-17ofz: thread shenanigansCaolán McNamara
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-09-14Join the thread only if launch succeeded.Michael Meeks
2018-09-12Ensure fastparser thread is joined in case of exceptions.Michael Meeks
2018-08-13ofz#9591 Indirect-leakCaolán McNamara
2018-07-20tdf#79878 perf loading docx file, pendingCharsNoel Grandin
2018-07-17tdf#79878 perf loading docx file, disable SAX threading for writerNoel Grandin
2018-07-11tdf#79878 perf loading docx file, improve threading heuristicNoel Grandin
2018-07-11tdf#79878 perf loading docx file, more saxNoel Grandin
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin
2018-03-25ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara
2018-02-28sax: don't crash during loggingVasily Melenchuk
2018-01-24loplugin:constparamsNoel Grandin
2018-01-06ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl
2018-01-05sax: remove that odd Entity copy constructorMichael Stahl
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-30ofz: always free with xmlFreeParserCtxtCaolán McNamara
2017-11-13Fix typosAndrea Gelmini