- b26012e Make loplugin:unnecessaryparen look through implicit by Stephan Bergmann · 8 years ago
- 72ef2b5 Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all by Stephan Bergmann · 8 years ago
- 6675e6e RotateFlyFrame3: Initial support added by Armin Le Grand · 8 years ago
- 3282328 loplugin:unusedmethods by Noel Grandin · 8 years ago
- 0945425 loplugin:constantparam in basegfx by Noel Grandin · 8 years ago
- 6b760dc ofz#3826 Divide-by-zero by Caolán McNamara · 8 years ago
- db04585 loplugin:constmethod in basegfx,sot by Noel Grandin · 8 years ago
- 640eda0 loplugin:includeform: basegfx by Stephan Bergmann · 8 years ago
- 9743ecb RotGrfFlyFrame: Added interactive rotation mode by Armin Le Grand · 9 years ago
- d9b16ef RotGrfFlyFrame: Adapt Crop functionality to rotated Graphic by Armin Le Grand · 9 years ago
- 40056a5 basegfx: consistently use "" and <> in include directives by Mike Kaganski · 8 years ago
- 8e78975 Rename the basegfx::tools namespace to basegfx::utils by Tor Lillqvist · 9 years ago
- cf48347 Fresh run of bin/update_pch.sh by Mike Kaganski · 9 years ago
- a9c59cb borderline: Preparing further to use CellCoordinateSystem by Armin Le Grand · 9 years ago
- 84cbd6a clang-tidy modernize-use-emplace in b* by Noel Grandin · 9 years ago
- 64ced96 basegfx: remove global ImplB2DPolyPolygon by Michael Stahl · 9 years ago
- 7e911e9 basegfx: remove global ImplB2DPolygon by Michael Stahl · 9 years ago
- 0157f98 basegfx: remove global 3D IdentityMatrix thread safety hazard by Michael Stahl · 9 years ago
- 87848af loplugin:unnecessaryparen by Jan-Marek Glogowski · 9 years ago
- 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
- d5f94d9 loplugin:constparams in basegfx,sax,shell by Noel Grandin · 9 years ago
- 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
- db47410 C++11 remove std::binary_function bases from functors by Jochen Nitschke · 9 years ago
- 806a260 loplugin:casttovoid: basegfx by Stephan Bergmann · 9 years ago
- b4f16b8 basegfx: remove trivial copy ctors by Jochen Nitschke · 9 years ago
- 16ce815 cppcheck: knownConditionTrueFalse by Jochen Nitschke · 9 years ago
- cf382b6 basegfx: remove global IdentityMatrix thread safety hazard by Michael Stahl · 9 years ago
- 3d8400a loplugin:comparisonwithconstant in accessibility..basegfx by Noel Grandin · 9 years ago
- 60861fa loplugin:comparisonwithconstant in basegfx by Noel Grandin · 9 years ago
- 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
- c3e0b7d cppcheck: knownConditionTrueFalse by Jochen Nitschke · 9 years ago
- 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
- 7c6c4bb tdf#43157: convert basegfx from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
- 58ac614 remove empty namespaces by Jochen Nitschke · 9 years ago
- e3f8ef0 loplugin:salunicodeliteral: basegfx by Stephan Bergmann · 9 years ago
- 6414f7e loplugin:cppunitassertequals: basegfx by Stephan Bergmann · 9 years ago
- de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
- 8fced91 clang-tidy readability-simplify-boolean-expr in accessibility..cui by Noel Grandin · 9 years ago
- aa09b0c loplugin:useuniqueptr extend to catch more localvar cases by Noel Grandin · 9 years ago
- 572e9cd loplugin:redundantcast find c-style bool casts by Noel Grandin · 9 years ago
- 5ad636a Fix typos by Andrea Gelmini · 9 years ago
- e6ce64b Only need an OStringBuffer in number2PolyPolygon by Stephan Bergmann · 9 years ago
- d948d66 Fix typos by Andrea Gelmini · 9 years ago
- 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
- d9262e1 ofz: timeout loading emf with move clip record by Caolán McNamara · 9 years ago
- 8b70364 loplugin:loopvartoosmall by Stephan Bergmann · 9 years ago
- 3a74745 vector::data seems more natural than &vector::front by Caolán McNamara · 9 years ago
- a3f2bf6 change intervall -> interval by David Tardon · 9 years ago
- 013d978 Drop :: prefix from std in [a-b]*/ by Tor Lillqvist · 9 years ago
- 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
- f1d83ac loplugin:stringconstant check for unnecessary OUString constructor.. by Noel Grandin · 9 years ago
- e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
- 5145f60 loplugin: unnecessary destructor: basctl..codemaker by Noel Grandin · 9 years ago
- d86f83b New loplugin:conststringvar: basegfx by Stephan Bergmann · 9 years ago
- 9e7ff6a coverity#1398371 Useless call by Caolán McNamara · 9 years ago
- d8796f6 cppcheck unreadVariable: curr_Offset by Tibor Móger · 9 years ago
- 1517caa convert some anonymous enums to scoped by Noel Grandin · 9 years ago
- 0a840ed includes should be at the top of the file by Noel Grandin · 9 years ago
- 292560a loplugin:unusedmethods by Noel Grandin · 9 years ago
- 5c84f40 loplugin:constantfunction by Noel Grandin · 9 years ago
- a5442b6 rtl::math::approxEqual(value,0.0) never yields true for value!=0.0 by Eike Rathke · 10 years ago
- 187d7f8 CPPUNIT_ASSERT[_DOUBLES]_EQUAL by Stephan Bergmann · 10 years ago
- 8f9af8d Fix typos by Andrea Gelmini · 10 years ago
- 59097e8 coverity#1371281 Missing move assignment operator by Caolán McNamara · 10 years ago
- 714de95 Remove nonsense comments: // bitfield by Tor Lillqvist · 10 years ago
- f62d222 tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc. by Gökhan Gurbetoğlu · 10 years ago
- 41ce5e2 tdf#43157 Clean up OSL_ASSERT by drazil · 10 years ago
- 45d4b29 cid#1371223 Missing move assignment operator by Noel Grandin · 10 years ago
- b9ab0dd cid#1371276 Missing move assignment operator by Noel Grandin · 10 years ago
- 69a5e1e cid#1371281 Missing move assignment operator by Noel Grandin · 10 years ago
- 781fdb6 cid#1371285 Missing move assignment operator by Noel Grandin · 10 years ago
- d5de00c loplugin:unusedenumconstants in basctl..editeng by Noel Grandin · 10 years ago
- e5e7475 loplugin:countusersofdefaultparams in basctl..basic by Noel Grandin · 10 years ago
- 0bd4154 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Muhammet Kara · 10 years ago
- cf0fea5 tdf#96505 get rid of "long" integer literals 'L' by Asela Dasanayaka · 10 years ago
- 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
- 5b5f66c basegfx: use polygon initializer_list in some places by Tomaž Vajngerl · 10 years ago
- eb09e51 basegfx: initializer_list from polygon by Tomaž Vajngerl · 10 years ago
- e11e73f simplify code now by Caolán McNamara · 10 years ago
- d074b27 Resolves: tdf#100909 artifacts in hole of polypolygon shape by Caolán McNamara · 10 years ago
- 4609380 tdf#82214 optimize performance for primitives by Armin Le Grand · 10 years ago
- cb38203 tdf#50613 speedup fat line drawing on linux using cairo by Armin Le Grand · 10 years ago
- 39979c8 "it is working properly", not "it is working property" by Christian Lohmaier · 10 years ago
- 428e23f Fix some spelling errors in comments and strings by Otto Kekäläinen · 10 years ago
- a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
- f3c1d24 loplugin:constantparams by Noel Grandin · 10 years ago
- 37ed508 tdf#99130 use subdivision on B2DPolygon, angle based subdivision by Tomaž Vajngerl · 10 years ago
- 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
- 58080e8 basegfx,oox,slideshow: replace boost::next/prior with std::next/prev by Michael Stahl · 10 years ago
- 9793d76 Fix typos by Andrea Gelmini · 10 years ago
- e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
- 8762aa9 clang-tidy modernize-loop-convert in b* by Noel Grandin · 10 years ago
- 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
- 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
- 2d72add loplugin:passstuffbyref in basegfx by Noel Grandin · 10 years ago
- 75092fa tdf#96505 Remove 0L occurences from avmedia and basegfx modules by slideon · 10 years ago
- d2f9f27 loplugin:nullptr: Find some more cases in templates by Stephan Bergmann · 10 years ago
- 06895bd loplugin:nullptr by Stephan Bergmann · 10 years ago
- 317118c Avoid reserved identifiers by Stephan Bergmann · 10 years ago
- b38f58a tdf#97703 Removed empty setUp/tearDown methods by Chirag Manwani · 10 years ago