summaryrefslogtreecommitdiff
path: root/sc/source/core/data/drwlayer.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-30svx: prefix members of SdrModelMiklos Vajna1-3/+3
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt1-78/+0
2019-08-20tdf#119388 don't broadcast when lockedNoel Grandin1-2/+4
2019-08-12Fix typosAndrea Gelmini1-4/+4
2019-07-22cid#1448318 Dereference null return valueCaolán McNamara1-2/+2
2019-05-15tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil1-5/+14
2019-05-10handle empty tools::Rectangle in scNoel Grandin1-2/+6
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-1/+2
2019-04-17loplugin:sequentialassign in scNoel Grandin1-2/+1
2019-02-15tdf#122982 Remove image from cell when cutting the cellSamuel Mehrbrodt1-4/+11
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-9/+6
2019-02-09loplugin:indentation in scNoel Grandin1-1/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-17/+16
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand1-13/+35
2018-11-22tdf#116931 Fix scale when calc cells move indirectlyArmin Le Grand1-28/+76
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-2/+2
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-13/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-4/+4
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin1-1/+1
2018-10-07tdf#120317 Set control layer name if not defaultRegina Henschel1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-4/+4
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin1-20/+18
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen1-0/+1
2018-08-02Directly prevent multiple change broadcastsArmin Le Grand1-2/+5
2018-08-01loplugin:stringloop in scNoel Grandin1-2/+1
2018-06-26tdf#112452 : Refine the fix for tdf#94561Dennis Francis1-5/+0
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-11tdf#42949 Fix IWYU warnings in sc/inc/s*Gabor Kelemen1-0/+1
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand1-6/+3
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-18/+15
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-3/+3
2018-05-03tdf#117145 Cleanup MapMode handling between SdrModel/UNO APIArmin Le Grand1-23/+7
2018-04-17loplugin:constparamsNoel Grandin1-2/+2
2018-04-13make SdrObjUserData::Clone return std::unique_ptrNoel Grandin1-3/+3
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-11/+11
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-11/+11
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-11/+11
2018-04-06tdf#116836 Don't move objects out of cell when shrinking cellSamuel Mehrbrodt1-2/+6
2018-03-27loplugin:useuniqueptr in ScDrawLayerNoel Grandin1-7/+5
2018-03-22tdf#116510 Copy cell anchored images too when copying cellsSamuel Mehrbrodt1-16/+38
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara1-2/+6
2018-03-19tdf#116421 autosum is not workingNoel Grandin1-3/+3
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke1-1/+0
2018-03-13tdf#114552 Also reduce the anchor offset when shrinking imagesSamuel Mehrbrodt1-2/+9
2018-03-13tdf#114552 Improve image scaling in CalcSamuel Mehrbrodt1-37/+117
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-5/+5
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt1-6/+34