Update ooo320-m1
[ooovba.git] / goodies / inc / goodies.hrc
blob813391b6398ce77c3fb37cef191978ac4e4e24de
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: goodies.hrc,v $
10  * $Revision: 1.5 $
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 #ifndef _GOODIES_HRC
31 #define _GOODIES_HRC
33 #ifndef _SOLAR_HRC
34 #include <svtools/solar.hrc>
35 #endif
37 // Dialoge ---------------------------------------------------------------
39 #define DLG_EXPORT_EPCT                                 (RID_GOODIES_START+ 0)
40 #define DLG_EXPORT_GIF                                  (RID_GOODIES_START+ 1)
41 #define DLG_EXPORT_EMET                                 (RID_GOODIES_START+ 2)
42 #define DLG_EXPORT_JPG                                  (RID_GOODIES_START+ 3)
43 #define DLG_IMPORT_PCD                                  (RID_GOODIES_START+ 4)
44 #define DLG_EXPORT_EPNG                                 (RID_GOODIES_START+ 5)
45 #define DLG_EXPORT_EPS                                  (RID_GOODIES_START+ 8)
46 #define DLG_EXPORT_EPBM                                 (RID_GOODIES_START+ 9)
47 #define DLG_EXPORT_EPGM                                 (RID_GOODIES_START+ 10)
48 #define DLG_EXPORT_EPPM                                 (RID_GOODIES_START+ 11)
49 #define DLG_SSL_NEWCERT                                 (RID_GOODIES_START+ 12)
50 #define DLG_SSL_INFCERT                                 (RID_GOODIES_START+ 13)
51 #define PAGE_SSL_NEWCERT_OPEN                   (RID_GOODIES_START+ 14)
52 #define PAGE_SSL_NEWCERT_SHOWCERT               (RID_GOODIES_START+ 15)
53 #define PAGE_SSL_NEWCERT_ACCEPTCERT             (RID_GOODIES_START+ 16)
54 #define PAGE_SSL_NEWCERT_WARNCERT               (RID_GOODIES_START+ 17)
55 #define PAGE_SSL_NEWCERT_READYCERT              (RID_GOODIES_START+ 18)
56 #define WIN_SSL_INFCERT                                 (RID_GOODIES_START+ 19)
57 #define WIN_SSL_INFCERT_EDIT                    (RID_GOODIES_START+ 20)
59 #endif