summaryrefslogtreecommitdiff
path: root/sax/source/tools/fastattribs.cxx
AgeCommit message (Expand)Author
2019-10-31tdf#125688, special-case empty returnNoel Grandin
2019-08-23loplugin:returnconstval in saxNoel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski
2018-10-03no need to call empty() before clear()Noel Grandin
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin
2018-03-02tdf#115429 sax,xmloff: assert on empty attribute names & namespacesMichael Stahl
2018-01-12More loplugin:cstylecast: saxStephan Bergmann
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem
2017-03-25Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-27add assert that first element is 0Caolán McNamara
2015-01-27sax: minor optimizationMichael Meeks
2015-01-20Some more loplugin:cstylecast: saxStephan 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-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
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-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-27Urgh - add embarassingly missing ~Michael Meeks
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-20fix spelling in commentNoel Grandin
2013-11-20sax: -Werror=sign-compareMiklos Vajna
2013-11-19fastparser: accelerate value tokenisation as well.Michael Meeks
2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan
2013-10-17FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-06-27re-base on ALv2 code.Michael Meeks
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
2010-11-26cppcheck: use prefix variantCaolán McNamara
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth