summaryrefslogtreecommitdiff
path: root/include/basegfx
AgeCommit message (Expand)Author
2018-04-20loplugin:constantparamNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin
2018-01-20BPixel has a default ctor zero'ing its membersStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: basegfxStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-29loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin
2017-11-18RotateFlyFrame3: Initial support addedArmin Le Grand
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin
2017-11-01loplugin:constantparam in basegfxNoel Grandin
2017-10-29ofz#3883 Integer-overflowCaolán McNamara
2017-10-20RotGrfFlyFrame: Implemented Handle Update on rotation changeArmin Le Grand
2017-10-20RotGrfFlyFrame: Adapt Crop functionality to rotated GraphicArmin Le Grand
2017-10-09ofz+ubsan: limit double range to sal_Int32 limitsCaolán McNamara
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-15borderline: Preparing further to use CellCoordinateSystemArmin Le Grand
2017-08-19Removed ignored includesAndrea Gelmini
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-06-02fix comment: B2DVector::angle ranges from -pi to +piJochen Nitschke
2017-04-28Printing of some more basegfx typesStephan Bergmann
2017-04-28Make some basegfx operator << found by ADLStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-03-03Fix typosAndrea Gelmini
2017-03-03Fix typosAndrea Gelmini
2017-03-01ofz: timeout loading emf with move clip recordCaolán McNamara
2017-02-06Add missing #includesStephan Bergmann
2017-01-31more SAL_WARN_UNUSEDNoel Grandin
2017-01-27improve "unnecessary user-declared destructor" checkNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin
2017-01-23new loplugin useuniqueptrNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, basegfxStephan Bergmann
2017-01-07default copy ctor and assignment operator are good enoughCaolán McNamara
2017-01-07coverity#1398371 Useless callCaolán McNamara
2017-01-03default copy ctor and assignment operator are good enoughCaolán McNamara
2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke
2016-10-23Fix typosAndrea Gelmini
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-09-23coverity#1371281 Missing move assignment operatorCaolán McNamara