merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / page.h
blob1df26b13b26afa8cfa37851fff93aaf6cb3111e7
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: page.h,v $
10 * $Revision: 1.4 $
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 ************************************************************************/
30 #ifndef _SVX_PAGE_H
31 #define _SVX_PAGE_H
33 // define ----------------------------------------------------------------
35 #define PAPERSIZE_A0 0
36 #define PAPERSIZE_A1 1
37 #define PAPERSIZE_A2 2
38 #define PAPERSIZE_A3 3
39 #define PAPERSIZE_A4 4
40 #define PAPERSIZE_A5 5
41 #define PAPERSIZE_B4_ISO 6
42 #define PAPERSIZE_B5_ISO 7
43 #define PAPERSIZE_LETTER 8
44 #define PAPERSIZE_LEGAL 9
45 #define PAPERSIZE_TABLOID 10
46 #define PAPERSIZE_USER 11
47 #define PAPERSIZE_B6_ISO 12
48 #define PAPERSIZE_C4 13
49 #define PAPERSIZE_C5 14
50 #define PAPERSIZE_C6 15
51 #define PAPERSIZE_C65 16
52 #define PAPERSIZE_DL 17
53 #define PAPERSIZE_DIA 18
54 #define PAPERSIZE_SCREEN 19
55 #define PAPERSIZE_C 20
56 #define PAPERSIZE_D 21
57 #define PAPERSIZE_E 22
58 #define PAPERSIZE_EXECUTIVE 23
59 #define PAPERSIZE_LEGAL2 24
60 #define PAPERSIZE_MONARCH 25
61 #define PAPERSIZE_COM675 26
62 #define PAPERSIZE_COM9 27
63 #define PAPERSIZE_COM10 28
64 #define PAPERSIZE_COM11 29
65 #define PAPERSIZE_COM12 30
66 #define PAPERSIZE_KAI16 31
67 #define PAPERSIZE_KAI32 32
68 #define PAPERSIZE_KAI32BIG 33
69 #define PAPERSIZE_B4_JIS 34
70 #define PAPERSIZE_B5_JIS 35
71 #define PAPERSIZE_B6_JIS 36
73 #endif