summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-06-13 21:42:35 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-06-13 22:44:00 +0200
commit6372309a0d285f4a176dbcded3f18b72220e123a (patch)
treeee93b61e9d7db3a2c6fed37cfdf4b93a61b47980 /starmath/inc
parent6934312f617ccd86d0467e38129c2e5d861241b5 (diff)
Starmath: ElementsDockingWindow vertical orientation of elements
Change-Id: I4161cacc95576a5f34205c92482a38bb60ecc9f2
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/ElementsDockingWindow.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx
index c338bdaf6ca9..c46cf7948e28 100644
--- a/starmath/inc/ElementsDockingWindow.hxx
+++ b/starmath/inc/ElementsDockingWindow.hxx
@@ -88,6 +88,7 @@ class SmElementsControl : public Control
SmElementList maElementList;
Size maMaxElementDimensions;
+ bool mbVerticalMode;
void addElement(OUString aElementVisual, OUString aElementSource);
@@ -102,6 +103,8 @@ public:
void setElementSetId(sal_uInt16 aSetId);
+ void setVerticalMode(bool bVertical);
+
void SetSelectHdl(const Link& rLink) { aSelectHdlLink = rLink; }
};
@@ -124,6 +127,8 @@ public:
SfxChildWindow* pChildWindow,
Window* pParent );
~SmElementsDockingWindow();
+
+ virtual void EndDocking( const Rectangle& rReactangle, sal_Bool bFloatMode);
};
class SmElementsDockingWindowWrapper : public SfxChildWindow