xref: /aoo42x/main/formula/source/ui/dlg/formdlgs.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
28
29#define FT_RESULT			1
30#define WND_RESULT			2
31#define FT_EDITNAME			3
32#define STR_TITLE1			4
33#define STR_TITLE2			5
34#define BTN_HELP			6
35#define BTN_CANCEL			7
36#define BTN_BACKWARD		8
37#define BTN_FORWARD			9
38#define BTN_END				10
39#define BTN_MATRIX			11
40#define FT_FUNCNAME			12
41#define FT_FUNCDESC			13
42#define FT_HEADLINE			14
43#define GB_EDIT				15
44#define FT_FORMULA			16
45#define ED_FORMULA			17
46#define TC_FUNCTION			18
47#define ED_REF				19
48#define RB_REF				20
49#define FT_FORMULA_RESULT	21
50#define WND_FORMULA_RESULT	22
51#define STR_END	            23
52// Fuer Tabpage
53#define TP_FUNCTION			1
54#define TP_STRUCT			2
55
56// Funktions-Tabpage
57#define FT_FUNCTION			1
58#define FT_CATEGORY			2
59#define LB_CATEGORY			3
60#define LB_FUNCTION			4
61
62// Struktur-Tabpage
63#define FT_STRUCT			1
64#define TLB_STRUCT			2
65
66// Bitmaps
67#define BMP_STR_CLOSE		1
68#define BMP_STR_OPEN		2
69#define BMP_STR_END  		3
70#define BMP_STR_ERROR		4
71#define BMP_STR_CLOSE_H     11
72#define BMP_STR_OPEN_H      12
73#define BMP_STR_END_H       13
74#define BMP_STR_ERROR_H     14
75
76// Texte
77#define STR_STRUCT_ERR1		1
78#define STR_STRUCT_ERR2		2
79
80
81