summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2018-05-28loplugin:useuniqueptr in pathTextBreakupHelperNoel Grandin1-8/+4
2018-05-13svgio: fix rendering when the width/height isn't present in SVGTomaž Vajngerl4-19/+124
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+2
2018-04-06tdf#114738 Add support for transparency for EMF+ recordsBartosz Kosiorek2-4/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-28use boost::optional in sc and svgioNoel Grandin2-22/+15
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-03-05drop sax::tools::*base64 methodsNoel Grandin2-1/+3
2018-03-05loplugin:useuniqueptr in SvgNodeNoel Grandin5-25/+18
2018-03-05loplugin:useuniqueptr in SvgPolyNodeNoel Grandin2-7/+5
2018-03-05loplugin:useuniqueptr in SvgPatternNodeNoel Grandin2-8/+8
2018-03-05loplugin:useuniqueptr in SvgPathNodeNoel Grandin2-8/+6
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-22ofz#5565 Indirect-leakCaolán McNamara1-2/+8
2018-01-17ofz#5431 Direct-leakCaolán McNamara1-2/+0
2018-01-12More loplugin:cstylecast: svgioStephan Bergmann2-28/+28
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin2-2/+2
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-1/+1
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-19inline use-once typedefsNoel Grandin3-6/+3
2017-12-19loplugin:unusedenumconstantsNoel Grandin1-7/+0
2017-12-16Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-5/+5
2017-10-23loplugin:includeform: svgioStephan Bergmann30-58/+58
2017-10-23overload std::hash for OUString and OStringNoel Grandin3-6/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist14-43/+43
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-2/+5
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin2-4/+3
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-21loplugin:constparams in svgioNoel Grandin10-13/+13
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin2-12/+9
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-3/+3
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-1/+1
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin2-8/+9
2017-07-13bah, wrong resetCaolán McNamara1-1/+1
2017-07-13Resolves: tdf#108903 avoid recurse to deathCaolán McNamara2-2/+7
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin4-64/+49
2017-06-21loplugin:unusedfields store..svlNoel Grandin4-50/+1
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-14/+3
2017-06-06cppcheck: knownConditionTrueFalseJochen Nitschke1-2/+2
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-23/+3
2017-05-04loplugin:checkunusedparams in svgioNoel Grandin26-29/+28
2017-05-03remove empty namespacesJochen Nitschke1-7/+0
2017-04-28loplugin:salunicodeliteral: svgioStephan Bergmann4-31/+31
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-6/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-03-03Fix typosAndrea Gelmini4-4/+4