summaryrefslogtreecommitdiff
path: root/include/sax/fastattribs.hxx
AgeCommit message (Expand)Author
2020-11-16tdf#138144 Form wizard fails to saveNoel
2020-11-11use fastparser in formsNoel Grandin
2020-05-24inline some use-once typedefsNoel Grandin
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
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-10-29loplugin:finalclasses sfx2Noel Grandin
2019-09-14shave 10% off load time of large docx fileNoel Grandin
2019-08-23loplugin:returnconstval in saxNoel Grandin
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin
2018-03-01tdf#115429 xmloff: ODF import: fix handling of unknown attributesMichael Stahl
2017-10-26loplugin:constmethods in unotoolsNoel 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
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem
2017-06-29Using range-for instead of iterator loop:Mohammed Abdul Azeem
2017-02-10Further modifications to FastAttributeIter:Mohammed Abdul Azeem
2017-02-08Adding an iterator for fastattributes:Mohammed Abdul Azeem
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-06tdf#88206 replace cppu::WeakImplHelper* in sax and xml*Jochen Nitschke
2016-11-30loplugin:countusersofdefaultparams in include/oox..saxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-27fastparser: Outline virtual destructor to please MSVC++.Michael Meeks
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
2013-11-19fastparser: accelerate value tokenisation as well.Michael Meeks
2013-11-09fdo#65108 inter-module includes <> include/saxNorbert Thiebaud