xref: /aoo41x/main/sc/source/ui/inc/condfrmt.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#include "sc.hrc" // ->RID_SCDLG_SOLVER
29
30#define CBX_COND1			 1
31#define LB_COND1_1			 2
32#define LB_COND1_2			 3
33#define EDT_COND1_1			 4
34#define RB_COND1_1			 5
35#define FT_COND1_AND		 6
36#define EDT_COND1_2			 7
37#define RB_COND1_2			 8
38#define FT_COND1_TEMPLATE	 9
39#define LB_COND1_TEMPLATE	10
40
41#define CBX_COND2			11
42#define LB_COND2_1			12
43#define LB_COND2_2			13
44#define EDT_COND2_1			14
45#define RB_COND2_1			15
46#define FT_COND2_AND		16
47#define EDT_COND2_2			17
48#define RB_COND2_2			18
49#define FT_COND2_TEMPLATE	19
50#define LB_COND2_TEMPLATE	20
51
52#define CBX_COND3			21
53#define LB_COND3_1			22
54#define LB_COND3_2			23
55#define EDT_COND3_1			24
56#define RB_COND3_1			25
57#define FT_COND3_AND		26
58#define EDT_COND3_2			27
59#define RB_COND3_2			28
60#define FT_COND3_TEMPLATE	29
61#define LB_COND3_TEMPLATE	30
62
63#define FL_SEP1             41
64#define FL_SEP2             42
65
66//IAccessibility2 Implementation 2009-----
67#define LABEL_FORMARTTING_CONDITIONS	5043
68#define LABEL_CONDITIONS 				5044
69#define LABEL_CONDITION_VALUE 			5045
70//-----IAccessibility2 Implementation 2009
71
72#define BTN_OK              31
73#define BTN_CANCEL			32
74#define BTN_HELP			33
75
76#define BTN_COND1_NEW       34
77#define BTN_COND2_NEW       35
78#define BTN_COND3_NEW       36
79
80