summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/svuidlg.hrc
blob: f15e35ca8660c85b02793023eadbd5b42e24d474 (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
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 .
 */

#include <svl/solar.hrc>
#include <helpid.hrc>

#define TB_LINKS                32014

// gemeinsame Id's
#define CB_DISPLAY_AS_ICON     12
#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 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_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

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */