summaryrefslogtreecommitdiff
path: root/include/sax
AgeCommit message (Expand)Author
2023-10-02tdf#146619 Recheck include/s* with IWYUGabor Kelemen
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-06Use more *string_viewMike Kaganski
2023-01-16Simplify FastAttributeListMike Kaganski
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth
2022-10-12crashtesting: exception during dtorCaolán McNamara
2022-10-11use std::unique_ptrCaolán McNamara
2022-09-28elide strlen cost in FastAttributeIter::toDoubleNoel Grandin
2022-08-01use more string_view when dealing with attributesNoel Grandin
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin
2022-06-09loplugin:unusedmethodsNoel Grandin
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-20use more FastAttributeIter::toViewNoel Grandin
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-12-26Improve handle of custom XML entitiesdante
2020-12-22use string_view in ProcessAttributeNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-29Preparing for mathml support of custom entity references.dante
2020-11-25use string_view for the parsing in sax utilsNoel
2020-11-16tdf#138144 Form wizard fails to saveNoel
2020-11-11use fastparser in formsNoel Grandin
2020-07-08Fix typoAndrea Gelmini
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski
2020-07-05Allow use OUString as attribute value in FastSerializerHelper::*ElementMike Kaganski
2020-07-05Simplify FastSerializerHelper::*ElementNS to just call corresponding *ElementMike Kaganski
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-19tdf#89475 xmloff: ODF import/export: continue fixing draw:angleMichael Stahl
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-04-28move the castToFastAttributeList functionNoel Grandin
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin
2019-10-29loplugin:finalclasses sfx2Noel Grandin
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski
2019-10-04Convert FSNS macro to constexpr functionMike Kaganski
2019-09-14shave 10% off load time of large docx fileNoel Grandin
2019-08-23loplugin:returnconstval in saxNoel Grandin
2019-08-22loplugin:constmethod in saxNoel Grandin