summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtools.cxx
AgeCommit message (Expand)Author
2022-09-28use more string_view in svgioNoel Grandin
2022-09-23svgio: Simplify by using replaceAllXisco Fauli
2022-09-23tdf#151118: don't trim leading/trailing spaces in 'preserve' caseXisco Fauli
2022-09-23tdf#151118: svg: don't replace newline with space when xml:space="default"Xisco Fauli
2022-09-22tdf#151118: svg: fix handling of xml:space="preserve"Xisco Fauli
2022-07-19crashtesting: assert seen on loading moz820988-2.svgCaolán McNamara
2022-07-14svgio: factor out common codeXisco Fauli
2022-07-08related: tdf#149893: trim the color nameXisco Fauli
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli
2022-07-07svgio: make readLocalUrl standard-compliantXisco Fauli
2022-07-07tdf#149893: Color names are ASCII case-insensitiveXisco Fauli
2022-07-06tdf#149880: handle url when it's inside the quotation marksXisco Fauli
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-05-04svgio: instead of assert(false && ...) rather use SAL_WARN insteadTomaž Vajngerl
2021-05-01svgio: move SvgNumber methods to its own SvgNumber.cxx fileTomaž Vajngerl
2021-05-01svgio: covnert enum to enum class in svgtools.cxxTomaž Vajngerl
2021-05-01svgio: move isPositive to the SvgNumber header fileTomaž Vajngerl
2021-05-01convert enums to enum classes in svgtools.hxxTomaž Vajngerl
2021-04-30svgio: change some OSL_ENSUREs to (std) assertTomaž Vajngerl
2021-04-30svgio: change SVGToken enum to enum classTomaž Vajngerl
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in svgio/Gabor Kelemen
2018-09-17remove duplicate lineNoel Grandin
2018-09-14match_colorKeyword should be using static const lookup tableNoel Grandin
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-07-21loplugin:constparams in svgioNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-28loplugin:salunicodeliteral: svgioStephan Bergmann
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-03-01loplugin:unuseddefaultparam in svgioNoel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-02-13SVGIO: tdf#97659: Add support for RGBAXisco Fauli