summaryrefslogtreecommitdiff
path: root/tools/source/generic
AgeCommit message (Expand)Author
2019-06-07improve empty tools::Rectangle (width)Noel Grandin
2019-05-14Switch everyone to stricter GetColorErrorJan-Marek Glogowski
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl
2019-04-22cleanup and rename COLORDATA_RGB to color::extractRGBTomaž Vajngerl
2019-04-21rework Color to have R,G,B,A public variablesTomaž Vajngerl
2019-04-17Fix uses of variables before their lifetimes beginStephan Bergmann
2019-04-15loplugin:sequentialassign in test..toolsNoel Grandin
2019-02-02tools: use std::swap() in Rectangle::Justify()Miklos Vajna
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
2018-12-08fix buildRene Engelhard
2018-12-08missing includeStephan Bergmann
2018-12-08don't use deprecated boost/math/common_factor_rt.hppRene Engelhard
2018-11-27remove unused PolyOptimizeFlags enum valuesNoel Grandin
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-11Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann
2018-10-31loplugin:useuniqueptr in ImplSysReadConfigNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-10-17loplugin:singlevalfieldsNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-26-Werror,-Wunused-private-fieldStephan Bergmann
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin
2018-06-02valgrind: uninitialized readCaolán McNamara
2018-05-19Revert "tools: test Pair"Noel Grandin
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-05-16tools: test PairChris Sherlock
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-13ofz#6843 Integer-overflowCaolán McNamara
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-26use less RGB_COLORDATANoel Grandin
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin
2018-02-21Revert "simplify ImpXPolygon"Stephan Bergmann
2018-02-06simplify ImpXPolygonNoel Grandin
2018-01-23Point default ctor already zero-initializes the membersStephan Bergmann
2018-01-19ofz#5475 Integer-overflowCaolán McNamara