summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.cxx
AgeCommit message (Expand)Author
2022-05-01use more string_view in variousNoel Grandin
2022-03-03crashtesting: assert that !rtl::isAscii in xmlError messageCaolán McNamara
2022-03-02Remove 'const' from for loop variableHossein
2022-03-01tdf#145538 - Use range based for loopsDeep17
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-12include optional header for std::optionalCaolán McNamara
2021-08-12flatten FastSaxParserImpl a littleNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in EntityNoel Grandin
2021-04-18reduce log noiseNoel Grandin
2021-03-24Revert "Fix typo"Andrea Gelmini
2021-03-19Fix typoAndrea Gelmini
2021-02-18loplugin:referencecasting in saxNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-12-28ofz#28733 Direct-leakCaolán McNamara
2020-12-26Improve handle of custom XML entitiesdante
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann
2020-12-19Proposition for solution for memory error in 106804dante
2020-12-17Sort custom entity names on fast parserdante
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-11FastParser.cxx changesdante
2020-12-09Begining of support for &entityname for mathml.dante
2020-12-07Adding suppor for &#dddd; and &#xhhhh; on fastparser.dante
2020-12-01cid#1470375 Unrecoverable parse warningCaolán McNamara
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-29Preparing for mathml support of custom entity references.dante
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