summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawvie3.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-17Fix typosAndrea Gelmini1-1/+1
2021-01-16tdf#139583 fix case rot 180deg for cell anchored shapesRegina Henschel1-1/+7
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-4/+8
2020-11-15Avoid changing anchor on visibility change of cellRegina Henschel1-2/+16
2020-10-13static_cast after dynamic_castNoel1-6/+6
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-9/+6
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin1-59/+59
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt1-1/+2
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-2/+0
2019-07-22cid#1448325 Dereference after null checkCaolán McNamara1-2/+4
2019-04-25Re-arrange the conditions to avoid the dynamic_castXisco Fauli1-7/+7
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin1-1/+2
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-2/+2
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-2/+4
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-4/+2
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-2/+4
2018-03-13tdf#114552 Improve image scaling in CalcSamuel Mehrbrodt1-1/+1
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt1-6/+12
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-2/+2
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-07-19fdo#39468 translated german comments in drawview*.cxxAlbert Thuswaldner1-6/+6
2015-04-03tdf#51460 Calc fails to set undo step after changing image anchor modeHenry Castro1-0/+10
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna1-2/+2
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-6/+3
2014-10-28loplugin: cstylecastNoel Grandin1-3/+3
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-5/+4
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-6/+6
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-3/+3
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-6/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin1-4/+0
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-1/+1
2013-01-17Const correct-ness in one place...Kohei Yoshida1-1/+1
2012-12-30More cppcheck cleaning in scJulien Nabet1-3/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-01-06Fix re-calculation of the position of circular drawing objects.Kohei Yoshida1-1/+1
2011-12-09fdo#38545: Show/hide anchor when the anchoring status changes.Kohei Yoshida1-0/+7