xref: /trunk/main/svx/source/dialog/imapdlg.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include <svx/dialogs.hrc>
28
29
30// ImapDlg-Dialoge
31#define	RID_SVX_IMAPDLG_START	RID_SVX_IMAP_START
32
33
34/******************************************************************************/
35
36
37#define RID_SVXDLG_IMAP			(RID_SVX_IMAPDLG_START)
38#define RID_SVXCTL_IMAP			(RID_SVX_IMAPDLG_START + 7)
39
40#define TBX_IMAPDLG1			1
41#define TBI_APPLY				1
42#define TBI_OPEN				2
43#define TBI_SAVEAS				3
44
45#define TBI_SELECT				4
46#define TBI_RECT				5
47#define TBI_CIRCLE				6
48#define TBI_POLY				7
49#define TBI_FREEPOLY			8
50
51#define TBI_ACTIVE				16
52#define TBI_COLOR				17
53#define TBI_MACRO				18
54#define TBI_PROPERTY			19
55
56#define TBI_POLYEDIT			30
57#define TBI_POLYMOVE			31
58#define TBI_POLYINSERT			32
59#define TBI_POLYDELETE			33
60
61#define TBI_UNDO				40
62#define TBI_REDO				41
63
64#define FT_URL					1
65#define FT_TEXT					2
66#define FT_TARG					3
67#define CBB_URL					1
68#define EDT_TEXT				1
69#define LB_TARG					1
70
71#define STB_STATUS				1
72
73#define IL_IMAPDLG				1024
74#define ILH_IMAPDLG				1025
75
76/******************************************************************************/
77
78
79#define RID_SVXMN_IMAP 			(RID_SVX_IMAPDLG_START + 1)
80
81#define MN_URL					1
82#define MN_POSITION				2
83#define MN_FRAME_TO_TOP			3
84#define MN_MOREFRONT			4
85#define MN_MOREBACK				5
86#define MN_FRAME_TO_BOTTOM		6
87#define MN_MARK_ALL				7
88#define MN_DELETE1              8
89#define MN_ACTIVATE				9
90#define MN_MACRO				10
91
92/******************************************************************************/
93
94
95#define RID_SVXCTL_FT_TARGET	(RID_SVX_IMAPDLG_START + 3)
96#define RID_SVXCTL_CBB_TARGET	(RID_SVX_IMAPDLG_START + 4)
97
98
99/******************************************************************************/
100
101
102#define STR_IMAPDLG_SAVE		(RID_SVX_IMAPDLG_START + 5)
103#define STR_IMAPDLG_MODIFY		(RID_SVX_IMAPDLG_START + 6)
104
105
106/******************************************************************************/
107