1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: pagedlg.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
32 #include "sc.hrc" // -> RID_SCDLG_PAGE
33 // -> RID_SCPAGE_TABLE
34 // -> RID_SCPAGE_AREAS
37 #define TP_PAGE_HEADER 2
38 #define TP_PAGE_FOOTER 3
39 #define TP_PAGE_TABLE 4
40 #define TP_PAGE_AREAS 5
42 //================================================
49 #define BTN_OBJECTS 14
50 #define BTN_DRAWINGS 15
51 #define BTN_FORMULAS 16
52 #define BTN_NULLVALS 17
55 #define BTN_TOPDOWN 20
56 #define BTN_LEFTRIGHT 21
57 #define BMP_PAGEDIR 22
58 #define IMG_LEFTRIGHT 23
59 #define IMG_TOPDOWN 24
64 #define FT_SCALEMODE 30
65 #define LB_SCALEMODE 31
66 #define ED_SCALEALL 32
67 #define ED_SCALEPAGENUM 34
68 #define ED_SCALEPAGEWIDTH 35
69 #define ED_SCALEPAGEHEIGHT 36
72 #define FT_SCALEFACTOR 51
73 #define FT_SCALEPAGEWIDTH 52
74 #define FT_SCALEPAGEHEIGHT 53
75 #define FT_SCALEPAGENUM 54
77 #define IMG_LEFTRIGHT_H 41
78 #define IMG_TOPDOWN_H 42
80 // List box entries "Scaling mode"
81 #define SC_TPTABLE_SCALE_PERCENT 0
82 #define SC_TPTABLE_SCALE_TO 1
83 #define SC_TPTABLE_SCALE_TO_PAGES 2
85 //================================================
86 // Dialog: Druckbereiche
88 #define FL_PRINTAREA 10
89 #define ED_PRINTAREA 11
90 #define RB_PRINTAREA 12
91 #define LB_PRINTAREA 13
93 #define FL_REPEATROW 20
94 #define ED_REPEATROW 21
95 #define RB_REPEATROW 22
96 #define LB_REPEATROW 23
98 #define FL_REPEATCOL 30
99 #define ED_REPEATCOL 31
100 #define RB_REPEATCOL 32
101 #define LB_REPEATCOL 33