summaryrefslogtreecommitdiff
path: root/source/auxiliary/fr/default.css
AgeCommit message (Expand)Author
2017-04-26tdf#107193 tdf#107436 Increase body size to 11 ptAdolfo Jayme Barrientos
2016-11-11tdf#82997 Update CSS for fonts used in systems of this decadeAdolfo Jayme Barrientos
2013-02-12enable syntax highligh of Basic code in offline helpAndras Timar
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
2012-10-16move help structure one directory upNorbert Thiebaud
e/priorities LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/qa/unit/data/tdf150020-shadow-alignment.pptx
AgeCommit message (Collapse)Author
2023-04-19tdf#150020: pass transform and scale matrix for the table shadow primitiveSarper Akdemir
Shadow scaling related bits in createEmbeddedShadowPrimitive, requires the ObjectMatrix with scale and translate. Pass these in for table shadow creation too. Change-Id: I28c30fe49d3c90e3ca03fb5294ca97eb5ba22773 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150639 Tested-by: Jenkins Reviewed-by: Sarper Akdemir <sarper.akdemir@collabora.com>
2023-04-18tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir
Introduces RectangleAlignmentItem that holds a value of the enum model::RectangleAlignment. Introduces SDRATTR_SHADOWALIGNMENT that holds alignment for a shadow. Implements import of algn for outerShdw. Makes the alignment considered while the shadow is being scaled. Also adds a unit test that covers this. Change-Id: I8f4eaed5f0d9428a7f405c65f19237f9e70ca151 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148934 Tested-by: Jenkins Reviewed-by: Sarper Akdemir <sarper.akdemir@collabora.com>