summaryrefslogtreecommitdiff
path: root/svx/source/dialog/svuidlg.hrc
blob: 064c8ef37744a9985fa0632c5db9a9be7beeb991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
/*************************************************************************
 *
 *  $RCSfile: svuidlg.hrc,v $
 *
 *  $Revision: 1.2 $
 *
 *  last change: $Author: kz $ $Date: 2004-10-04 17:49:17 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (the "License"); You may not use this file
 *  except in compliance with the License. You may obtain a copy of the
 *  License at http://www.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/

#include <svtools/solar.hrc>

#define HID_PASTE_DLG                   (HID_SO2_START +  0)
#define HID_LINKDLG_TABLB               (HID_SO2_START +  1)

#define TB_LINKS                32014

// gemeinsame Id's
#define CB_DISPLAY_AS_ICON     12
#define FI_DISPLAY             13
#define PB_CHANGE_ICON         14

#define STR_AUTOLINK                            32006
#define STR_MANUALLINK                          32007
#define STR_BROKENLINK                          32008
#define STR_GRAPHICLINK                         32009
#define STR_BUTTONCLOSE                         32010
#define STR_CLOSELINKMSG                        32011
#define STR_CLOSELINKMSG_MULTI                  32024
#define STR_WAITINGLINK                         32028
#define STR_EDIT_APPLET                         32029


#define FL_CHOICE              15
#define LB_INSERT_LIST          7

#define MD_PASTE_OBJECT     32001
#define S_OBJECT               1
#define RB_PASTE               20
#define RB_PASTE_LINK          21
#define FT_OBJECT_SOURCE       22
#define FT_SOURCE              23

#define MD_UPDATE_BASELINKS 32002
#define LB_LINKS               30
#define FT_FILES               31
#define FT_LINKS               32
#define FT_TYPE                33
#define FT_STATUS              34
#define PB_UPDATE_NOW          35
#define PB_OPEN_SOURCE         36
#define PB_CHANGE_SOURCE       37
#define PB_BREAK_LINK          38
#define FT_SOURCE2             39
#define FT_TYPE2               40
#define FT_UPDATE              41
#define RB_AUTOMATIC           42
#define RB_MANUAL              43
#define FT_FULL_SOURCE_NAME    44
#define FT_FULL_TYPE_NAME      45
#define GB_LINK                46
#define FT_FILES2              47
#define FT_FULL_FILE_NAME      48

#define MD_LINKEDIT            32004
#define ED_FULL_SOURCE_NAME    1

#define ED_FILEPATH             10
#define BTN_FILEPATH            11
#define CB_FILELINK             12

#define MD_INSERT_OBJECT_PLUGIN 32008
#define ED_FILEURL              10
#define BTN_FILEURL             11
#define GB_FILEURL              12
#define ED_PLUGINS_OPTIONS      20
#define GB_PLUGINS_OPTIONS      21

#define MD_INSERT_OBJECT_APPLET 32009
#define FT_CLASSFILE            10
#define ED_CLASSFILE            11
#define FT_CLASSLOCATION        12
#define ED_CLASSLOCATION        12
#define BTN_CLASS               13
#define GB_CLASS                14
#define ED_APPLET_OPTIONS       20
#define GB_APPLET_OPTIONS       21

#define MD_INSERT_OLEOBJECT     32010
#define RB_NEW_OBJECT           10
#define RB_OBJECT_FROMFILE      11
#define LB_OBJECTTYPE           12
#define GB_OBJECT               13
#define STR_FILE                14

#define MD_INSERT_OBJECT_IFRAME 32011
#define FT_FRAMENAME                    3
#define ED_FRAMENAME                    4
#define FT_URL                          5
#define ED_URL                          6
#define BT_FILEOPEN                     7
#define NM_MARGINHEIGHT                 8
#define FT_MARGINHEIGHT                 9
#define NM_MARGINWIDTH                  10
#define FT_MARGINWIDTH                  11
#define GB_MARGIN                       12
#define RB_SCROLLINGON                  13
#define RB_SCROLLINGOFF                 14
#define RB_SCROLLINGAUTO                15
#define GB_SCROLLING                    16
#define GB_BORDER                       17
#define RB_FRMBORDER_ON                 18
#define RB_FRMBORDER_INHERIT            19
#define RB_FRMBORDER_OFF                20
#define CB_MARGINWIDTHDEFAULT           21
#define CB_MARGINHEIGHTDEFAULT          22
#define FL_SEP_LEFT                     46
#define FL_SEP_RIGHT                    47