summaryrefslogtreecommitdiff
path: root/include/sax/fastattribs.hxx
AgeCommit message (Expand)Author
2023-10-02tdf#146619 Recheck include/s* with IWYUGabor Kelemen
2023-04-06Use more *string_viewMike Kaganski
2023-01-16Simplify FastAttributeListMike Kaganski
2022-09-28elide strlen cost in FastAttributeIter::toDoubleNoel Grandin
2022-08-01use more string_view when dealing with attributesNoel Grandin
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski
2020-12-15use views to parse rather than allocating OUStringNoel
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