summaryrefslogtreecommitdiff
path: root/include/sax/fastattribs.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin1-4/+4
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin1-3/+3
2019-10-29loplugin:finalclasses sfx2Noel Grandin1-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
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen1-4/+4
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-4/+4
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin1-0/+11
2018-03-01tdf#115429 xmloff: ODF import: fix handling of unknown attributesMichael Stahl1-1/+2
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
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-02-10Further modifications to FastAttributeIter:Mohammed Abdul Azeem1-0/+6
2017-02-08Adding an iterator for fastattributes:Mohammed Abdul Azeem1-0/+52
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+7
2016-12-06tdf#88206 replace cppu::WeakImplHelper* in sax and xml*Jochen Nitschke1-2/+2
2016-11-30loplugin:countusersofdefaultparams in include/oox..saxNoel Grandin1-3/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin1-11/+11
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák1-5/+4
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák1-1/+2
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan1-3/+1
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan1-0/+2
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks1-18/+18
2014-05-27css already means ::com::sun::starThomas Arnhold1-2/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl1-0/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-7/+7
2013-11-27fastparser: Outline virtual destructor to please MSVC++.Michael Meeks1-1/+1
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks1-1/+13
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida1-1/+1
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida1-0/+1
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks1-0/+4
2013-11-19fastparser: accelerate value tokenisation as well.Michael Meeks1-0/+13
2013-11-09fdo#65108 inter-module includes <> include/saxNorbert Thiebaud1-1/+1
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold1-2/+2
2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan1-6/+14
2013-10-17FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan1-3/+2
2013-04-23execute move of global headersBjoern Michaelsen1-0/+85