summaryrefslogtreecommitdiff
path: root/sc/source/core/data/drwlayer.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin1-26/+16
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-25/+25
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-54/+54
2018-02-03TypedWhichId in scNoel Grandin1-1/+1
2018-02-03more TypedWhichId in SfxShell and SfxTabDialogNoel Grandin1-1/+1
2018-01-31Improve performance when looking for draw objects anchored to cellsSamuel Mehrbrodt1-9/+10
2018-01-26Move declaration to where it is usedEike Rathke1-2/+1
2018-01-26Improve performance when searching for blocks w/o draw objectsSamuel Mehrbrodt1-0/+25
2018-01-26tdf#98931 Test for sorting imagesSamuel Mehrbrodt1-0/+24
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-0/+23