xref: /aoo41x/main/sw/source/ui/uiview/pview.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
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.
14 *
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).
20 *
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.
25 *
26 ************************************************************************/
27#include "view.hrc"
28
29#define FT_COL			1
30#define FT_ROW			2
31#define ED_COL			4
32#define ED_ROW			5
33
34#define BT_OK			20
35#define BT_CANCEL		21
36#define BT_HELP			22
37
38// Grenzwerte fuers Zooming (werden auch im piew.cxx benutzt!)
39#define PVIEW_MIN_ROW	1
40#define PVIEW_MAX_ROW	10
41#define PVIEW_MIN_COL	1
42#define PVIEW_MAX_COL	20
43
44//Dialog Druckoptionen
45#define FL_ROWCOL               1
46#define FT_ROWS 		2
47#define NF_ROWS         3
48#define FT_COLS         4
49#define NF_COLS         5
50#define FL_MARGINS      6
51#define FL_DISTANCE     7
52#define FL_ORIENTATION  8
53
54#define WIN_PREVIEW     11
55
56
57#define FT_LMARGIN      12
58#define MF_LMARGIN      13
59#define FT_RMARGIN      14
60#define MF_RMARGIN      15
61#define FT_TMARGIN      16
62#define MF_TMARGIN      17
63#define FT_BMARGIN      18
64#define MF_BMARGIN      19
65#define FT_HMARGIN      20
66#define MF_HMARGIN      21
67#define FT_VMARGIN      22
68#define MF_VMARGIN      23
69#define PB_STANDARD     24
70
71#define RB_LANDSCAPE	24
72#define RB_PORTRAIT     25
73