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