summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-08-11 11:37:28 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-08-11 18:13:13 +0200
commit6945d031e759823ab52bdf077e43196b67f594a4 (patch)
treec1fa0095aa216498fe1a441488aeb7488e598cde /include/oox
parentc88855c45a675cf28e2cfe4fa261c2b0339f5898 (diff)
move setting properties into note comments from oox to sc
no change in behavior intended, the SdrCaption doesn't support the skipped conditions Change-Id: Id909ae4ed115c1ad3398d2a62c6432ff1dfde453 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155585 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/vml/vmlshape.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx
index 2aa2163653de..e95e44053330 100644
--- a/include/oox/vml/vmlshape.hxx
+++ b/include/oox/vml/vmlshape.hxx
@@ -267,9 +267,11 @@ public:
const css::uno::Reference< css::drawing::XShapes >& rxShapes,
const ShapeParentAnchor* pParentAnchor = nullptr ) const;
- /** Converts formatting into the passed existing XShape and returns position. */
- css::awt::Rectangle convertFormatting(
- const css::uno::Reference< css::drawing::XShape >& rxShape ) const;
+ /** Returns bounds of Shape */
+ css::awt::Rectangle getShapeRectangle() const;
+
+ /** Collects common shape properties such as formatting attributes. */
+ oox::drawingml::ShapePropertyMap makeShapePropertyMap() const;
void setContainer(ShapeContainer* pContainer);
ShapeContainer* getContainer() const;
@@ -295,9 +297,6 @@ protected:
css::awt::Rectangle calcShapeRectangle(
const ShapeParentAnchor* pParentAnchor ) const;
- /** Collects common shape properties such as formatting attributes. */
- oox::drawingml::ShapePropertyMap makeShapePropertyMap() const;
-
/** Converts common shape properties such as formatting attributes. */
void convertShapeProperties(
const css::uno::Reference< css::drawing::XShape >& rxShape ) const;