merge the formfield patch from ooo-build
[ooovba.git] / sc / source / ui / pagedlg / pagedlg.hrc
blobfafc770afc609ba6835f69b200e3e5f8bf1bc01f
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: pagedlg.hrc,v $
10  * $Revision: 1.8 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
32 #include "sc.hrc"       // -> RID_SCDLG_PAGE
33                     // -> RID_SCPAGE_TABLE
34                     // -> RID_SCPAGE_AREAS
36 #define TP_PAGE_STD             1
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 //================================================
43 // TabPage: Tabelle
45 #define BTN_GRID                        10
46 #define BTN_HEADER                      11
47 #define BTN_NOTES                       12
48 #define BTN_CHARTS                      13
49 #define BTN_OBJECTS                     14
50 #define BTN_DRAWINGS            15
51 #define BTN_FORMULAS            16
52 #define BTN_NULLVALS            17
53 #define FL_PRINT            19
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
60 #define BTN_PAGENO                      25
61 #define ED_PAGENO                       26
62 #define FL_PAGEDIR          29
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
70 #define FL_SCALE            39
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
103 #define BTN_OK                          1
104 #define BTN_CANCEL                      2
105 #define BTN_HELP                        3