summaryrefslogtreecommitdiffstats
path: root/include/editeng/outlobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/outlobj.hxx')
-rw-r--r--include/editeng/outlobj.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/editeng/outlobj.hxx b/include/editeng/outlobj.hxx
index a28e255634e5..98414deda072 100644
--- a/include/editeng/outlobj.hxx
+++ b/include/editeng/outlobj.hxx
@@ -30,6 +30,7 @@
class EditTextObject;
enum class OutlinerMode;
+enum class TextRotation;
/**
* This is the guts of OutlinerParaObject, refcounted and shared among
@@ -88,8 +89,11 @@ public:
// vertical access
bool IsVertical() const;
+ bool GetDirectVertical() const;
bool IsTopToBottom() const;
- void SetVertical(bool bNew, bool bTopToBottom = true);
+ void SetVertical(bool bNew);
+ void SetRotation(TextRotation nRotation);
+ TextRotation GetRotation() const;
// data read access
sal_Int32 Count() const;