summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-02-12 15:11:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-02-12 15:11:22 +0000
commitf55fda3f03202edf81fd57279b4d7723e098ac3e (patch)
treea4a5d0bfbe8215ed3ffd0f9e74b07dc7dd02460d /sc/sdi
parentffa5ff653eff652808dfe5b53b35c9e5d580c328 (diff)
INTEGRATION: CWS pagemargins (1.36.140); FILE MERGED
2008/02/01 14:10:55 nn 1.36.140.1: #i51656# page margins in page preview (patch from maoyg)
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/scalc.sdi29
1 files changed, 27 insertions, 2 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 4982331b1fb2..7f1f5199a94d 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: scalc.sdi,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: ihi $ $Date: 2008-02-05 15:44:34 $
+ * last change: $Author: vg $ $Date: 2008-02-12 16:11:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -7605,6 +7605,31 @@ SfxVoidItem ClosePreview SID_PREVIEW_CLOSE
]
//--------------------------------------------------------------------------
+SfxVoidItem Margins SID_PREVIEW_MARGIN
+()
+[
+ /* flags: */
+ AutoUpdate = FALSE,
+ Cachable = Cachable,
+ FastCall = TRUE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = TRUE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+ Asynchron;
+
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_VIEW;
+]
+
+//--------------------------------------------------------------------------
SfxVoidItem SelectTables SID_SELECT_TABLES
(SfxIntegerListItem Tables SID_SELECT_TABLES)
[