diff options
Diffstat (limited to 'include/oox/drawingml/shape.hxx')
-rw-r--r-- | include/oox/drawingml/shape.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index 7c58bfbf014e..b5dad22b64af 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -222,6 +222,8 @@ public: const Color& getFontRefColorForNodes() const { return maFontRefColorForNodes; } void setLockedCanvas(bool bLockedCanvas); bool getLockedCanvas() const { return mbLockedCanvas;} + void setWordprocessingCanvas(bool bWordprocessingCanvas); + bool isInWordprocessingCanvas() const {return mbWordprocessingCanvas;} void setWPGChild(bool bWPG); bool isWPGChild() const { return mbWPGChild;} void setWps(bool bWps); @@ -388,6 +390,7 @@ private: bool mbLocked; bool mbWPGChild; // Is this shape a child of a WPG shape? bool mbLockedCanvas; ///< Is this shape part of a locked canvas? + bool mbWordprocessingCanvas; ///< Is this shape part of a wordprocessing canvas? bool mbWps; ///< Is this a wps shape? bool mbTextBox; ///< This shape has a textbox. LinkedTxbxAttr maLinkedTxbxAttr; |