summaryrefslogtreecommitdiff
path: root/sax/source/tools/converter.cxx
AgeCommit message (Expand)Author
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
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-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-01-28simplify code, use more subView()Noel
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-11-25use string_view for the parsing in sax utilsNoel
2020-10-23long->tools::Long in pyuno..sdNoel
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-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
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 speed up load of change-tracking ODSNoel Grandin
2019-10-12No need to create functions for just returning "true" or "false"Julien Nabet
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-06-30sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-01-12More loplugin:cstylecast: saxStephan Bergmann
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-25ofz#3752 Integer-overflowCaolán McNamara
2017-10-25ofz#3769 Integer-overflowCaolán McNamara
2017-07-16comphelper: move base64 encode/decode helpers from saxAshod Nakashian
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-04-28loplugin:salunicodeliteral: saxStephan Bergmann