summaryrefslogtreecommitdiff
path: root/sax/source/tools/fastattribs.cxx
AgeCommit message (Expand)Author
2023-08-01tdf#146619 Remove unused #includes from C/C++ filesVenetia Furtado
2023-04-06Use more *string_viewMike Kaganski
2023-01-16Simplify FastAttributeListMike Kaganski
2022-08-01use more string_view when dealing with attributesNoel Grandin
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin
2022-07-06micro-optimisation in FastAttributeListNoel Grandin
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski
2021-07-21Use existing rtl_math_stringToDoubleStephan Bergmann
2021-07-21Use existing rtl_str_toInt64_WithLengthStephan Bergmann
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16tdf#138144 Form wizard fails to saveNoel
2020-11-11use fastparser in formsNoel Grandin
2020-08-11loplugin:flattenNoel Grandin
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2020-02-20use fast-parser APIs for embedded script parsingNoel Grandin
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
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