xref: /aoo4110/main/sc/source/ui/inc/condfrmt.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "sc.hrc" // ->RID_SCDLG_SOLVER
25
26#define CBX_COND1			 1
27#define LB_COND1_1			 2
28#define LB_COND1_2			 3
29#define EDT_COND1_1			 4
30#define RB_COND1_1			 5
31#define FT_COND1_AND		 6
32#define EDT_COND1_2			 7
33#define RB_COND1_2			 8
34#define FT_COND1_TEMPLATE	 9
35#define LB_COND1_TEMPLATE	10
36
37#define CBX_COND2			11
38#define LB_COND2_1			12
39#define LB_COND2_2			13
40#define EDT_COND2_1			14
41#define RB_COND2_1			15
42#define FT_COND2_AND		16
43#define EDT_COND2_2			17
44#define RB_COND2_2			18
45#define FT_COND2_TEMPLATE	19
46#define LB_COND2_TEMPLATE	20
47
48#define CBX_COND3			21
49#define LB_COND3_1			22
50#define LB_COND3_2			23
51#define EDT_COND3_1			24
52#define RB_COND3_1			25
53#define FT_COND3_AND		26
54#define EDT_COND3_2			27
55#define RB_COND3_2			28
56#define FT_COND3_TEMPLATE	29
57#define LB_COND3_TEMPLATE	30
58
59#define FL_SEP1             41
60#define FL_SEP2             42
61
62#define LABEL_FORMARTTING_CONDITIONS	5043
63#define LABEL_CONDITIONS 				5044
64#define LABEL_CONDITION_VALUE 			5045
65
66#define BTN_OK              31
67#define BTN_CANCEL			32
68#define BTN_HELP			33
69
70#define BTN_COND1_NEW       34
71#define BTN_COND2_NEW       35
72#define BTN_COND3_NEW       36
73
74