summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-23 16:43:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:39 +0100
commit8eaf8158156935a0e5b7ed2d1bf56e9f759629de (patch)
tree8ad072b912e0e1102acb2a51be7685042b7cb2eb /vcl/inc/window.h
parent817e876a8df0c969b63cb20b0cb7d85d7280b7fc (diff)
add left/right/top/bottom margin support
Change-Id: Ia43941071f3e1f1a364558e93928bce094d4c81f
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r--vcl/inc/window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index cf27c16ed00e..dd7718b82e2f 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -323,6 +323,11 @@ public:
sal_Int32 mnGridLeftAttach;
sal_Int32 mnGridTopAttach;
sal_Int32 mnGridWidth;
+ sal_Int32 mnBorderWidth;
+ sal_Int32 mnMarginLeft;
+ sal_Int32 mnMarginRight;
+ sal_Int32 mnMarginTop;
+ sal_Int32 mnMarginBottom;
sal_uInt8 mbFrame:1,
mbBorderWin:1,
mbOverlapWin:1,