summaryrefslogtreecommitdiff
path: root/sc/source/core/data/drwlayer.cxx
AgeCommit message (Expand)Author
2020-02-07tdf#119191 Implement SdrObjCustomShape::AdjustToMaxRectRegina Henschel
2019-10-30svx: prefix members of SdrModelMiklos Vajna
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt
2019-08-20tdf#119388 don't broadcast when lockedNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-22cid#1448318 Dereference null return valueCaolán McNamara
2019-05-15tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil
2019-05-10handle empty tools::Rectangle in scNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-02-15tdf#122982 Remove image from cell when cutting the cellSamuel Mehrbrodt
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand
2018-11-22tdf#116931 Fix scale when calc cells move indirectlyArmin Le Grand
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin
2018-10-07tdf#120317 Set control layer name if not defaultRegina Henschel
2018-09-17New loplugin:externalStephan Bergmann
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen
2018-08-02Directly prevent multiple change broadcastsArmin Le Grand
2018-08-01loplugin:stringloop in scNoel Grandin
2018-06-26tdf#112452 : Refine the fix for tdf#94561Dennis Francis
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-06-11tdf#42949 Fix IWYU warnings in sc/inc/s*Gabor Kelemen
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand
2018-05-03tdf#117145 Cleanup MapMode handling between SdrModel/UNO APIArmin Le Grand
2018-04-17loplugin:constparamsNoel Grandin
2018-04-13make SdrObjUserData::Clone return std::unique_ptrNoel 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-04-06tdf#116836 Don't move objects out of cell when shrinking cellSamuel Mehrbrodt
2018-03-27loplugin:useuniqueptr in ScDrawLayerNoel Grandin
2018-03-22tdf#116510 Copy cell anchored images too when copying cellsSamuel Mehrbrodt
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara
2018-03-19tdf#116421 autosum is not workingNoel Grandin
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-03-13tdf#114552 Also reduce the anchor offset when shrinking imagesSamuel Mehrbrodt
2018-03-13tdf#114552 Improve image scaling in CalcSamuel Mehrbrodt
2018-03-10don't use heap for elements in ScRangeListNoel Grandin