summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoashp.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-17SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-3/+4
2018-05-16loplugin:unusedmethodsNoel Grandin1-1/+0
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-4/+4
2018-05-03tdf#117145 Cleanup MapMode handling between SdrModel/UNO APIArmin Le Grand1-50/+0
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen1-3/+3
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-23/+14
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-14/+23
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-23/+14
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-56/+56
2018-02-20use VirtualDevice in ImpCreateShadowObjectCloneNoel Grandin1-31/+12
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-1/+2
2018-02-03use more TypedWhichId in SdrObject::GetObjectItemNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-28/+28
2017-12-11ofz#4583 AbrtCaolán McNamara1-3/+10
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin1-16/+16
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin1-16/+16
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-5/+5
2017-11-17TypedWhichId for EE_PARA* constantsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann1-8/+8
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-3/+3
2017-09-25Improve resizing chevrons so the control point is a fixed distance from endCaolán McNamara1-1/+16
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-4/+4
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-3/+3
2017-08-10tdf#109317 Fix incorrect rotation of flipped custom OOXML shapesPaul Trojahn1-12/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-27loplugin:oncevar in svxNoel Grandin1-8/+5
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-1/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-6/+4
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann1-18/+18
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-2/+0
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin1-2/+2
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-40/+40
2017-03-27ofz#946 NbcAdjustTextFrameWidthAndHeight calling itselfCaolán McNamara1-7/+15
2017-03-18tdf#104722: Align text correctly also during editingTamás Zolnai1-1/+9
2017-02-14remove unused Handles enumerator from DefaultType enumNoel Grandin1-29/+0
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page1-4/+4
2016-10-31loplugin:oncevar in svl..svxNoel Grandin1-10/+5
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin1-17/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-23/+23
2016-08-22convert DefaultType to scoped enumNoel Grandin1-9/+9
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-6/+6
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin1-4/+4
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1