summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/labfmt.hxx')
-rw-r--r--sw/source/ui/envelp/labfmt.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sw/source/ui/envelp/labfmt.hxx b/sw/source/ui/envelp/labfmt.hxx
index 6019081157d1..547d83753a54 100644
--- a/sw/source/ui/envelp/labfmt.hxx
+++ b/sw/source/ui/envelp/labfmt.hxx
@@ -52,6 +52,8 @@ class SwLabPreview : public Window
String aUpperStr;
String aColsStr;
String aRowsStr;
+ String aPWidthStr;
+ String aPHeightStr;
long lHDistWidth;
long lVDistWidth;
@@ -59,6 +61,9 @@ class SwLabPreview : public Window
long lLeftWidth;
long lUpperWidth;
long lColsWidth;
+ long PRowsWidth;
+ long lPWidthWidth;
+ long lPHeightWidth;
long lXWidth;
long lXHeight;
@@ -105,6 +110,10 @@ class SwLabFmtPage : public SfxTabPage
NumericField aColsField;
FixedText aRowsText;
NumericField aRowsField;
+ FixedText aPWidthText;
+ MetricField aPWidthField;
+ FixedText aPHeightText;
+ MetricField aPHeightField;
PushButton aSavePB;
Timer aPreviewTimer;