merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / uiview / pview.hrc
blob25e68194fd02d4beec528992bf00846e52edecc8
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: pview.hrc,v $
10  * $Revision: 1.4 $
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  ************************************************************************/
30 #include "view.hrc"
32 #define FT_COL                  1
33 #define FT_ROW                  2
34 #define ED_COL                  4
35 #define ED_ROW                  5
37 #define BT_OK                   20
38 #define BT_CANCEL               21
39 #define BT_HELP                 22
41 // Grenzwerte fuers Zooming (werden auch im piew.cxx benutzt!)
42 #define PVIEW_MIN_ROW   1
43 #define PVIEW_MAX_ROW   10
44 #define PVIEW_MIN_COL   1
45 #define PVIEW_MAX_COL   20
47 //Dialog Druckoptionen
48 #define FL_ROWCOL               1
49 #define FT_ROWS                 2
50 #define NF_ROWS         3
51 #define FT_COLS         4
52 #define NF_COLS         5
53 #define FL_MARGINS      6
54 #define FL_DISTANCE     7
55 #define FL_ORIENTATION  8
57 #define WIN_PREVIEW     11
60 #define FT_LMARGIN      12
61 #define MF_LMARGIN      13
62 #define FT_RMARGIN      14
63 #define MF_RMARGIN      15
64 #define FT_TMARGIN      16
65 #define MF_TMARGIN      17
66 #define FT_BMARGIN      18
67 #define MF_BMARGIN      19
68 #define FT_HMARGIN      20
69 #define MF_HMARGIN      21
70 #define FT_VMARGIN      22
71 #define MF_VMARGIN      23
72 #define PB_STANDARD     24
74 #define RB_LANDSCAPE    24
75 #define RB_PORTRAIT     25