summaryrefslogtreecommitdiff
path: root/sw/source/core/draw
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Get rid of a dynamic_castTor Lillqvist1-0/+6
2017-11-19Fix typosAndrea Gelmini1-4/+4
2017-11-18RotateFlyFrame3: add support for AutoContourArmin Le Grand1-4/+4
2017-11-18RotateFlyFrame3: Corrected interactive CropArmin Le Grand1-56/+78
2017-11-18RotateFlyFrame3: Made interactions work properlyArmin Le Grand1-45/+183
2017-11-18RotateFlyFrame3: Late-Updating of AreasArmin Le Grand1-18/+12
2017-11-09new loplugin simplifydynamiccastNoel Grandin2-4/+4
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand3-28/+28
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand3-28/+28
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand3-28/+28
2017-10-27coverity#1420315 Unchecked dynamic_castCaolán McNamara1-3/+3
2017-10-23loplugin:includeform: swStephan Bergmann3-37/+37
2017-10-20Fix typosAndrea Gelmini1-1/+1
2017-10-20RotGrfFlyFrame: Clang error fixArmin Le Grand1-5/+1
2017-10-20RotGrfFlyFrame: Added interactive rotation modeArmin Le Grand2-22/+101
2017-10-20RotGrfFlyFrame: Corrected position for CropHandlesArmin Le Grand1-7/+8
2017-10-20RotGrfFlyFrame: Adapt Crop functionality to rotated GraphicArmin Le Grand1-11/+89
2017-10-08Replace some lists by vectors (sw)Julien Nabet2-6/+6
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2-3/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-4/+4
2017-08-03loplugin:constparams in sw part2Noel Grandin3-6/+6
2017-07-10sw: prefix members of SwDrawViewMiklos Vajna1-24/+24
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-21loplugin:unusedfields in svx part2Noel Grandin1-1/+0
2017-06-21loplugin:unusedfields in svx part1Noel Grandin2-2/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann2-3/+3
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-1/+1
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin1-1/+1
2017-04-26remove this whole "kill SwFlyDrawContact with last frame" nonsenseBjoern Michaelsen1-4/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-25remove DYING_FLYFRAMEFORMAT: now obsoleteBjoern Michaelsen1-11/+0
2017-04-24move SwFlyDrawContact ownership to SwFlyFrameFormatBjoern Michaelsen1-4/+2
2017-04-24move SwDrawFlyContract creation into CreateNewRefBjoern Michaelsen1-11/+15
2017-04-12enum spelling: throught -> throughJustin Luth1-2/+2
2017-04-10tdf#39468 Translate German comments in swJens Carl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna4-53/+53
2017-03-20convert RndStdIds to scoped enumNoel Grandin2-15/+15
2017-03-16convert SwUndoId to scoped enumNoel Grandin2-4/+4
2017-03-06sw: remove unnecessary upcastsJochen Nitschke1-1/+1
2017-03-06convert SdrTextAniKind to scoped enumNoel Grandin1-2/+2
2017-03-02Fix typosAndrea Gelmini1-3/+3
2017-03-02elide the SwSurround enumNoel Grandin1-2/+2
2017-03-01remove UsedOrUnusedVirtObjPred and replace it with a small lambdaBjoern Michaelsen1-10/+1
2017-03-01move GetOrdNumForNewRef() and CreateNewRef() ...Bjoern Michaelsen1-0/+52
2017-03-01move predicates into only using compilation unitBjoern Michaelsen1-34/+31
2017-03-01simplify setContextWritingMode a bitBjoern Michaelsen1-13/+9
2017-02-28fold CreateVirtObj()Bjoern Michaelsen1-12/+3