summaryrefslogtreecommitdiffstats
path: root/include/sax
Commit message (Expand)AuthorAgeFilesLines
* tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski2021-04-161-0/+11
* Recheck include/ with IWYUGabor Kelemen2021-04-091-1/+0
* pass FastAttributeList around by rtl::ReferenceNoel2021-02-101-7/+6
* make the Color constructors explicitly specify transparencyNoel2021-01-161-1/+9
* Improve handle of custom XML entitiesdante2020-12-261-2/+1
* use string_view in ProcessAttributeNoel2020-12-221-0/+21
* use views to parse rather than allocating OUStringNoel2020-12-152-1/+53
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-2/+3
* Preparing for mathml support of custom entity references.dante2020-11-291-0/+2
* use string_view for the parsing in sax utilsNoel2020-11-251-16/+16
* tdf#138144 Form wizard fails to saveNoel2020-11-161-1/+5
* use fastparser in formsNoel Grandin2020-11-111-0/+4
* Fix typoAndrea Gelmini2020-07-081-1/+1
* Use std::optional to allow optional inclusion of attributesMike Kaganski2020-07-071-10/+31
* Allow use OUString as attribute value in FastSerializerHelper::*ElementMike Kaganski2020-07-051-0/+13
* Simplify FastSerializerHelper::*ElementNS to just call corresponding *ElementMike Kaganski2020-07-051-28/+4
* inline some use-once typedefsNoel Grandin2020-05-241-3/+1
* tdf#89475 xmloff: ODF import/export: continue fixing draw:angleMichael Stahl2020-05-191-2/+5
* use more compact namespace syntax in /includeNoel Grandin2020-05-034-12/+10
* move the castToFastAttributeList functionNoel Grandin2020-04-281-7/+8
* make FastParser always take a FastTokenHandlerBase subclassNoel Grandin2020-04-251-9/+7
* Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin2020-03-121-4/+4
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-2/+2
* sal_Char->char in remotebridges..saxNoel Grandin2019-12-191-3/+3
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-011-2/+2
* Don't use boost::optional forward declarationsStephan Bergmann2019-12-011-2/+4
* tdf#125688 speed up load of change-tracking ODSNoel Grandin2019-10-311-2/+2
* loplugin:finalclasses sfx2Noel Grandin2019-10-292-2/+2
* Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski2019-10-041-0/+1
* Convert FSNS macro to constexpr functionMike Kaganski2019-10-041-1/+1
* shave 10% off load time of large docx fileNoel Grandin2019-09-141-0/+5
* loplugin:returnconstval in saxNoel Grandin2019-08-231-3/+3
* loplugin:constmethod in saxNoel Grandin2019-08-221-2/+2
* Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski2019-04-191-13/+6
* Remove redundant functions from FastSerializerHelperMike Kaganski2019-04-191-44/+0
* SAX_ARGS_ARG macro pack is unusedMike Kaganski2019-04-191-24/+0
* tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen2018-10-305-13/+11
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-121-4/+4
* tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2018-08-311-2/+1
* tdf#79878 perf loading docx file, sax improvementsNoel Grandin2018-07-081-0/+11
* add some color conversion methods to sax::ConverterNoel Grandin2018-03-061-0/+12
* drop sax::tools::*base64 methodsNoel Grandin2018-03-051-12/+0
* tdf#115429 xmloff: ODF import: fix handling of unknown attributesMichael Stahl2018-03-011-1/+2
* loplugin:passstuffbyref improved returnsNoel Grandin2017-12-231-1/+1
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-4/+4
* Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2017-11-111-16/+17
* loplugin:constantparam in sal,saxNoel Grandin2017-10-311-4/+1
* loplugin:constmethods in unotoolsNoel Grandin2017-10-261-2/+2
* loplugin:constmethod in tools,sax,UnoControlsNoel Grandin2017-10-251-1/+1
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1