summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)AuthorFilesLines
2017-06-06cppcheck: knownConditionTrueFalseJochen Nitschke1-2/+2
2017-05-31basegfx: remove global IdentityMatrix thread safety hazardMichael Stahl1-11/+4
2017-05-19loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin9-23/+23
2017-05-18loplugin:comparisonwithconstant in basegfxNoel Grandin18-84/+84
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke7-7/+0
2017-05-08cppcheck: knownConditionTrueFalseJochen Nitschke1-41/+34
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert basegfx from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-03remove empty namespacesJochen Nitschke3-19/+0
2017-04-28loplugin:salunicodeliteral: basegfxStephan Bergmann1-4/+4
2017-04-28loplugin:cppunitassertequals: basegfxStephan Bergmann5-203/+209
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin2-14/+2
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2-12/+8
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1
2017-03-26Fix typosAndrea Gelmini1-1/+1
2017-03-21Only need an OStringBuffer in number2PolyPolygonStephan Bergmann1-3/+3
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2017-03-01ofz: timeout loading emf with move clip recordCaolán McNamara2-0/+25
2017-02-26loplugin:loopvartoosmallStephan Bergmann1-3/+4
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara2-16/+16
2017-02-23change intervall -> intervalDavid Tardon1-2/+2
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist24-113/+113
2017-02-06Add missing #includesStephan Bergmann3-0/+3
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-3/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-22/+18
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2-20/+0
2017-01-10New loplugin:conststringvar: basegfxStephan Bergmann4-44/+41
2017-01-07coverity#1398371 Useless callCaolán McNamara2-24/+0
2016-12-06cppcheck unreadVariable: curr_OffsetTibor Móger1-1/+0
2016-12-02convert some anonymous enums to scopedNoel Grandin1-6/+2
2016-11-18includes should be at the top of the fileNoel Grandin2-2/+2
2016-10-18loplugin:unusedmethodsNoel Grandin2-99/+0
2016-10-11loplugin:constantfunctionNoel Grandin1-5/+0
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke5-13/+13
2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann2-31/+53
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-23coverity#1371281 Missing move assignment operatorCaolán McNamara1-0/+11
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu1-3/+4
2016-08-29tdf#43157 Clean up OSL_ASSERTdrazil1-6/+6
2016-08-29cid#1371223 Missing move assignment operatorNoel Grandin3-0/+32
2016-08-25cid#1371276 Missing move assignment operatorNoel Grandin1-0/+10
2016-08-25cid#1371281 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-25cid#1371285 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin1-10/+0
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin2-4/+4
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-3/+1
2016-07-30tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka13-117/+117