summaryrefslogtreecommitdiff
path: root/sax/source/tools
AgeCommit message (Expand)Author
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski
2021-03-03Remove workaround now its fixed in AFL++ and oss-fuzz updatedStephan Bergmann
2021-02-24ofz#30767 Build-FailureCaolán McNamara
2021-02-17tdf#39593: reduce copy/paste in Converter::convertDurationBayram Çiçek
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel
2021-02-08oox: prefix VML shapetype ids with _x0000_tMichael Stahl
2021-01-28simplify code, use more subView()Noel
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann
2020-12-22use string_view in ProcessAttributeNoel
2020-12-22reduce duplication in sax converterNoel
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-17use more string_view in sax::ConverterNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-25use string_view for the parsing in sax utilsNoel
2020-11-16tdf#138144 Form wizard fails to saveNoel
2020-11-11use fastparser in formsNoel Grandin
2020-10-23long->tools::Long in pyuno..sdNoel
2020-08-11loplugin:flattenNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: saxStephan Bergmann
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-05-19tdf#89475 xmloff: ODF import/export: continue fixing draw:angleMichael Stahl
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2020-04-02loplugin:flatten in saxNoel Grandin
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-20use fast-parser APIs for embedded script parsingNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-06cleanup "tdf#117274 XLSX export: fix VML comment shape type id"László Németh
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-31tdf#125688, special-case empty returnNoel Grandin
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin
2019-10-12No need to create functions for just returning "true" or "false"Julien Nabet
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2019-09-13tdf#117274 XLSX export: fix VML comment shape type idLászló Németh
2019-09-01Fix '..'Andrea Gelmini
2019-08-23loplugin:returnconstval in saxNoel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov
2019-08-12Fix typosAndrea Gelmini