summaryrefslogtreecommitdiff
path: root/include/sax
AgeCommit message (Expand)AuthorFilesLines
2023-12-24tdf#146619 Recheck include/ with find-unneeded-includes --noexcludeGabor Kelemen1-1/+0
2023-10-02tdf#146619 Recheck include/s* with IWYUGabor Kelemen1-1/+0
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin3-125/+16
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin3-16/+125
2023-05-30merge expwrap into sax libraryNoel Grandin2-35/+2
2023-04-06Use more *string_viewMike Kaganski2-12/+13
2023-01-16Simplify FastAttributeListMike Kaganski1-11/+17
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth1-0/+2
2022-10-12crashtesting: exception during dtorCaolán McNamara1-0/+3
2022-10-11use std::unique_ptrCaolán McNamara1-1/+1
2022-09-28elide strlen cost in FastAttributeIter::toDoubleNoel Grandin1-1/+4
2022-08-01use more string_view when dealing with attributesNoel Grandin1-2/+1
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin1-0/+1
2022-06-09loplugin:unusedmethodsNoel Grandin1-4/+0
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin1-2/+2
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-0/+9
2022-04-20use more FastAttributeIter::toViewNoel Grandin1-0/+4
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski1-0/+2
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski1-0/+11
2021-04-09Recheck include/ with IWYUGabor Kelemen1-1/+0
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel1-7/+6
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+9
2020-12-26Improve handle of custom XML entitiesdante1-2/+1
2020-12-22use string_view in ProcessAttributeNoel1-0/+21
2020-12-15use views to parse rather than allocating OUStringNoel2-1/+53
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-29Preparing for mathml support of custom entity references.dante1-0/+2
2020-11-25use string_view for the parsing in sax utilsNoel1-16/+16
2020-11-16tdf#138144 Form wizard fails to saveNoel1-1/+5
2020-11-11use fastparser in formsNoel Grandin1-0/+4
2020-07-08Fix typoAndrea Gelmini1-1/+1
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski1-10/+31
2020-07-05Allow use OUString as attribute value in FastSerializerHelper::*ElementMike Kaganski1-0/+13
2020-07-05Simplify FastSerializerHelper::*ElementNS to just call corresponding *ElementMike Kaganski1-28/+4
2020-05-24inline some use-once typedefsNoel Grandin1-3/+1
2020-05-19tdf#89475 xmloff: ODF import/export: continue fixing draw:angleMichael Stahl1-2/+5
2020-05-03use more compact namespace syntax in /includeNoel Grandin4-12/+10
2020-04-28move the castToFastAttributeList functionNoel Grandin1-7/+8
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin1-9/+7
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin1-4/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin1-3/+3
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann1-2/+4
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin1-2/+2
2019-10-29loplugin:finalclasses sfx2Noel Grandin2-2/+2
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski1-0/+1
2019-10-04Convert FSNS macro to constexpr functionMike Kaganski1-1/+1
2019-09-14shave 10% off load time of large docx fileNoel Grandin1-0/+5
2019-08-23loplugin:returnconstval in saxNoel Grandin1-3/+3