summaryrefslogtreecommitdiffstats
path: root/sc/CppunitTest_sc_shapetest.mk
Commit message (Collapse)AuthorAgeFilesLines
* tdf#119191 Implement SdrObjCustomShape::AdjustToMaxRectRegina Henschel2020-02-071-0/+53
and use in ScDrawLayer::RecalcPos and in ScDrawView::FitToCellSize(). Error was, that it was assumed, that SdObjCustomShape::SetSnapRect() changes the shape so, that it fits into the passed rectangle. That is true for other type of shapes, but not for custom shapes. Change-Id: Ib00d52087509f459165000abf43c7f244980a01b Reviewed-on: https://gerrit.libreoffice.org/84216 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> (cherry picked from commit f44140bebb9c493d97ba5aef26c9692c53a6b93f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85043 Reviewed-by: Xisco FaulĂ­ <xiscofauli@libreoffice.org>