summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlpage.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:59:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:59:39 +0000
commit0b4fc0cd26126f619c112fe7848b3c5404aeae61 (patch)
tree6215e6157a8e0f3f5f8d3c6537aed69e77da5174 /sc/source/filter/inc/xlpage.hxx
parentf85cddc2431053eb7b78e211d5451c281f593cb5 (diff)
INTEGRATION: CWS chart2mst3 (1.5.26); FILE MERGED
2006/07/11 14:13:49 dr 1.5.26.1: #export of chart line and area formats
Diffstat (limited to 'sc/source/filter/inc/xlpage.hxx')
-rw-r--r--sc/source/filter/inc/xlpage.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xlpage.hxx b/sc/source/filter/inc/xlpage.hxx
index 63970fe1521f..13bba7a1dd95 100644
--- a/sc/source/filter/inc/xlpage.hxx
+++ b/sc/source/filter/inc/xlpage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xlpage.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:37:34 $
+ * last change: $Author: vg $ $Date: 2007-05-22 19:59:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,6 +73,14 @@ const sal_Int32 EXC_MARGIN_DEFAULT_FLR = 1900; /// Left/right footer de
const sal_uInt16 EXC_ID_PRINTHEADERS = 0x002A;
const sal_uInt16 EXC_ID_PRINTGRIDLINES = 0x002B;
+// (0x0033) PRINTSIZE ---------------------------------------------------------
+
+const sal_uInt16 EXC_ID_PRINTSIZE = 0x0033;
+
+const sal_uInt16 EXC_PRINTSIZE_SCREEN = 1;
+const sal_uInt16 EXC_PRINTSIZE_PAGE = 2;
+const sal_uInt16 EXC_PRINTSIZE_FULL = 3;
+
// (0x0082, 0x0083, 0x0084) GRIDSET, HCENTER, VCENTER -------------------------
const sal_uInt16 EXC_ID_GRIDSET = 0x0082;