summaryrefslogtreecommitdiff
path: root/include/sax
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-22loplugin:constmethod in saxNoel Grandin1-2/+2
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-13/+6
2019-04-19Remove redundant functions from FastSerializerHelperMike Kaganski1-44/+0
2019-04-19SAX_ARGS_ARG macro pack is unusedMike Kaganski1-24/+0
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen5-13/+11
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-4/+4
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen1-2/+1
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin1-0/+11
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin1-0/+12
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-12/+0
2018-03-01tdf#115429 xmloff: ODF import: fix handling of unknown attributesMichael Stahl1-1/+2
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-4/+4
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann1-16/+17
2017-10-31loplugin:constantparam in sal,saxNoel Grandin1-4/+1
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-12Avoiding unnecessary OUString allocation:Mohammed Abdul Azeem1-1/+10
2017-08-08Avoiding unnecessary memory allocation:Mohammed Abdul Azeem1-0/+5
2017-07-25loplugin:unusedmethodsNoel Grandin1-5/+0
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin1-1/+1
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem1-0/+7
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem1-0/+1
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem1-6/+11
2017-06-01convert SAX_ARGS_ARG macros to varargs template methodsNoel Grandin1-65/+107
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2017-02-10Further modifications to FastAttributeIter:Mohammed Abdul Azeem1-0/+6
2017-02-08Adding an iterator for fastattributes:Mohammed Abdul Azeem1-0/+52
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-4/+0