Update ooo320-m1
[ooovba.git] / svx / source / inc / hyperdlg.hrc
blobd6725cd74c44a41f2094fe36e7675ccef40d0061
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: hyperdlg.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  ************************************************************************/
31 /* Tabpage : Hyperlink - Internet */
33 #define GRP_LINKTYPE                            1
34 #define RB_LINKTYP_INTERNET                     2
35 #define RB_LINKTYP_FTP                          3
36 #define RB_LINKTYP_TELNET                       4
37 #define FT_TARGET_HTML                          5
38 #define CB_TARGET_HTML                          6
39 #define FT_LOGIN                                        7
40 #define ED_LOGIN                                        8
41 #define FT_PASSWD                                       9
42 #define ED_PASSWD                                       10
43 #define CBX_ANONYMOUS                           11
44 #define BTN_BROWSE                                      12
45 #define BTN_TARGET                                      13
46 #define IMG_BROWSE_HC                           14
47 #define IMG_TARGET_HC                           15
49 /* Tabpage : Hyperlink - Mail & News */
51 #define GRP_MAILNEWS                            1
52 #define RB_LINKTYP_MAIL                         2
53 #define RB_LINKTYP_NEWS                         3
54 #define FT_RECEIVER                                     4
55 #define CB_RECEIVER                                     5
56 #define FT_SUBJECT                                      6
57 #define ED_SUBJECT                                      7
58 #define BTN_ADRESSBOOK                          8
59 #define IMG_ADRESSBOOK_HC                       9
61 /* Tabpage : Hyperlink - Document */
63 #define GRP_DOCUMENT                            1
64 #define FT_PATH_DOC                                     2
65 #define CB_PATH_DOC                                     3
66 #define BTN_FILEOPEN                            4
67 #define GRP_TARGET                                      5
68 #define FT_TARGET_DOC                           6
69 #define ED_TARGET_DOC                           7
70 #define FT_URL                                          8
71 #define FT_FULL_URL                                     9
72 #define IMG_FILEOPEN_HC                         10
74 /* Tabpage : Hyperlink - New document */
76 #define GRP_NEWDOCUMENT                         1
77 #define RB_EDITNOW                                      2
78 #define RB_EDITLATER                            3
79 #define FT_PATH_NEWDOC                          4
80 #define ED_PATH_NEWDOC                          5
81 #define FT_DOCUMENT_TYPES                       6
82 #define LB_DOCUMENT_TYPES                       7
83 #define BTN_CREATE                                      8
84 #define IMG_CREATE_HC                           9
86 /* Tabpage-section : Hyperlink - more justifications */
88 #define GRP_MORE                                        30
89 #define FT_FRAME                                        31
90 #define CB_FRAME                                        32
91 #define FT_FORM                                         33
92 #define LB_FORM                                         34
93 #define FT_INDICATION                           35
94 #define ED_INDICATION                           36
95 #define FT_TEXT                                         37
96 #define ED_TEXT                                         38
97 #define BTN_SCRIPT                                      39
98 #define IMG_SCRIPT_HC                           40
100 #define COL_OLD         54
101 #define COL_2           63
102 #define COL_DIFF        (COL_2 - COL_OLD)