1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
30 // defines ---------------------------------------------------------------
32 #define FT_LEFT_MARGIN 10
33 #define ED_LEFT_MARGIN 11
34 #define FT_RIGHT_MARGIN 12
35 #define ED_RIGHT_MARGIN 13
36 #define FT_TOP_MARGIN 14
37 #define ED_TOP_MARGIN 15
38 #define FT_BOTTOM_MARGIN 16
39 #define ED_BOTTOM_MARGIN 17
43 #define FT_PAGELAYOUT 21
45 #define LB_NUMBER_FORMAT 30
47 #define FT_NUMBER_FORMAT 32
49 #define FT_TEXT_FLOW 35
50 #define LB_TEXT_FLOW 36
54 #define FT_ORIENTATION 48
55 #define FT_PAPER_FORMAT 49
56 #define LB_PAPER_SIZE 50
57 #define RB_PORTRAIT 51
58 #define RB_LANDSCAPE 52
59 #define FT_PAPER_WIDTH 53
60 #define ED_PAPER_WIDTH 54
61 #define FT_PAPER_HEIGHT 55
62 #define ED_PAPER_HEIGHT 56
63 #define FT_PAPER_TRAY 57
64 #define LB_PAPER_TRAY 58
65 #define FL_PAPER_SIZE 59
67 #define CB_REGISTER 60
68 #define FT_REGISTER 61
69 #define LB_REGISTER 62
70 #define FL_BOTTOM_SEP 64
75 #define FT_TBL_ALIGN 73
80 #define STR_OUTSIDE 91
81 #define STR_QUERY_PRINTRANGE 92