summaryrefslogtreecommitdiffstats
path: root/include/sax
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoiding unnecessary OUString allocation:Mohammed Abdul Azeem2017-08-121-1/+10
* Avoiding unnecessary memory allocation:Mohammed Abdul Azeem2017-08-081-0/+5
* loplugin:unusedmethodsNoel Grandin2017-07-251-5/+0
* loplugin:constparams in basegfx,sax,shellNoel Grandin2017-07-171-1/+1
* Helper function to cast to FastAttributeList:Mohammed Abdul Azeem2017-07-111-0/+7
* Added find function to FastAttributeList:Mohammed Abdul Azeem2017-06-291-0/+1
* Using range-for instead of iterator loop:Mohammed Abdul Azeem2017-06-291-6/+11
* convert SAX_ARGS_ARG macros to varargs template methodsNoel Grandin2017-06-011-65/+107
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-3/+3
* Further modifications to FastAttributeIter:Mohammed Abdul Azeem2017-02-101-0/+6
* Adding an iterator for fastattributes:Mohammed Abdul Azeem2017-02-081-0/+52
* expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin2017-02-021-4/+0