summaryrefslogtreecommitdiff
path: root/include/sax
AgeCommit message (Expand)Author
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
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-19Remove redundant functions from FastSerializerHelperMike Kaganski
2019-04-19SAX_ARGS_ARG macro pack is unusedMike Kaganski
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-03-01tdf#115429 xmloff: ODF import: fix handling of unknown attributesMichael Stahl
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-12Avoiding unnecessary OUString allocation:Mohammed Abdul Azeem
2017-08-08Avoiding unnecessary memory allocation:Mohammed Abdul Azeem