summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtools.cxx
AgeCommit message (Expand)Author
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
2016-02-05SVGIO: tdf#97383: Keep ratio in embedded images...Armin Le Grand
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-06-15Fix typosAndrea Gelmini
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-13Resolves: #i125325# added code to handle block comments...Armin Le Grand
2014-10-08Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand
2014-05-29cppcheck: consecutive return/break/...Julien Nabet
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-02-26Remove visual noise from svgioAlexander Wilms
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in SVGIO moduleNoel Grandin
2013-08-21Related: #i122600# access memory problem in SvgSvgNode::getCurrentViewPortOliver-Rainer Wittmann
2013-08-15cppcheck: fix duplicateBreakJulien Nabet
2013-08-14Resolves: fdo#67047 fdo#64125 #i122600# svgio improvementsArmin Le Grand
2013-07-02fdo#43460: Use isEmpty() instead of getLength() in svgioChr. Rossmanith
2013-06-27Fix fdo#65847 - avoid infinite recursion in style resolution.Thorsten Behrens
2013-06-18fdo#43460: Use isEmpty() instead of getLength() in svgioChr. Rossmanith
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-25coverity#704311 Logically dead codeJulien Nabet
2013-01-19Fix others Consecutive return, breakJulien Nabet
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks