summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: saxStephan Bergmann
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-09-18Use less zlib external headers dependencyGabor Kelemen
2023-09-10using decls should come after #includeNoel Grandin
2023-08-07tdf#150137 fastparser: don't crash on undeclared namespaceAron Budea
2023-08-01tdf#146619 Remove unused #includes from C/C++ filesVenetia Furtado
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2023-05-30merge expwrap into sax libraryNoel Grandin
2023-04-30Use getXWeak in saxMike Kaganski
2023-04-12tdf#39593: remove trim(), use o3tl::trim() insteadBayram Çiçek
2023-04-06Use more *string_viewMike Kaganski
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin
2023-03-17elide some temporary OUStringsNoel Grandin
2023-03-06clang-tidy dead-storeNoel Grandin
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen
2023-01-16Simplify FastAttributeListMike Kaganski
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth
2022-10-20remove commentNoel Grandin
2022-10-20SAL_WARN->SAL_INFO in saxNoel Grandin
2022-10-12crashtesting: exception during dtorCaolán McNamara
2022-10-11use std::unique_ptrCaolán McNamara
2022-09-28avoid some ref-counting in a hot pathNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18tdf#39593 Ruduce copy/paste code in Converter::converterDurationLiu Hao
2022-08-01use more string_view when dealing with attributesNoel Grandin
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-07-06micro-optimisation in FastAttributeListNoel Grandin
2022-07-06shave some cost off SaxContextNoel Grandin
2022-06-09loplugin:unusedmethodsNoel Grandin
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin
2022-05-08osl::Mutex->std::mutex in SaxExpatParserNoel Grandin
2022-05-06remove unnecessary sequenceToContainerNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in saxStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-20use more FastAttributeIter::toViewNoel Grandin
2022-03-18tdf#133603 increase cache size in CachedOutputStreamNoel Grandin
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski
2022-03-10tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroGautham Krishnan
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-02-04Add a clarifying comment regarding the use of UTF-8Stephan Bergmann
2022-02-01tdf#147088: Also handle U+FFFE, U+FFFF invalid XML 1.0 charactersStephan Bergmann
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin