1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: hyperdlg.hrc,v $
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 ************************************************************************/
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
43 #define CBX_ANONYMOUS 11
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
58 #define BTN_ADRESSBOOK 8
59 #define IMG_ADRESSBOOK_HC 9
61 /* Tabpage : Hyperlink - Document */
63 #define GRP_DOCUMENT 1
66 #define BTN_FILEOPEN 4
68 #define FT_TARGET_DOC 6
69 #define ED_TARGET_DOC 7
72 #define IMG_FILEOPEN_HC 10
74 /* Tabpage : Hyperlink - New document */
76 #define GRP_NEWDOCUMENT 1
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
84 #define IMG_CREATE_HC 9
86 /* Tabpage-section : Hyperlink - more justifications */
93 #define FT_INDICATION 35
94 #define ED_INDICATION 36
98 #define IMG_SCRIPT_HC 40
102 #define COL_DIFF (COL_2 - COL_OLD)