From 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 9 Mar 2012 15:48:53 +0100 Subject: cui: implement contextual spacing UI --- cui/source/inc/paragrph.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui/source/inc') diff --git a/cui/source/inc/paragrph.hxx b/cui/source/inc/paragrph.hxx index 7a7af80ad4ea..1267298e5b68 100644 --- a/cui/source/inc/paragrph.hxx +++ b/cui/source/inc/paragrph.hxx @@ -85,6 +85,7 @@ private: SvxRelativeField aTopDist; FixedText aBottomLabel; SvxRelativeField aBottomDist; + CheckBox aContextualCB; // Zeilenabstand FixedLine aLineDistFrm; @@ -132,6 +133,7 @@ public: void SetPageWidth( sal_uInt16 nPageWidth ); void EnableRelativeMode(); void EnableRegisterMode(); + void EnableContextualMode(); void EnableAutoFirstLine(); void EnableAbsLineDist(long nMinTwip); void EnableNegativeMode(); -- cgit