xref: /aoo42x/main/sw/source/ui/ribbar/inputwin.hrc (revision ca62e2c2)
1fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5fefe2166SAndrew Rist * distributed with this work for additional information
6fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10fefe2166SAndrew Rist *
11fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12fefe2166SAndrew Rist *
13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14fefe2166SAndrew Rist * software distributed under the License is distributed on an
15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17fefe2166SAndrew Rist * specific language governing permissions and limitations
18fefe2166SAndrew Rist * under the License.
19fefe2166SAndrew Rist *
20fefe2166SAndrew Rist *************************************************************/
21fefe2166SAndrew Rist
22fefe2166SAndrew Rist
23cdf0e10cSrcweir#ifndef _INPUTWIN_HRC
24cdf0e10cSrcweir#define _INPUTWIN_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir
27cdf0e10cSrcweir//PopupMenu Id's
28cdf0e10cSrcweir#define	MN_CALC_PHD      	1
29cdf0e10cSrcweir#define	MN_CALC_SQRT     	2
30cdf0e10cSrcweir#define	MN_CALC_OR       	3
31cdf0e10cSrcweir#define	MN_CALC_XOR      	4
32cdf0e10cSrcweir#define	MN_CALC_AND      	5
33cdf0e10cSrcweir#define	MN_CALC_NOT      	6
34cdf0e10cSrcweir#define	MN_CALC_EQ       	7
35cdf0e10cSrcweir#define	MN_CALC_NEQ      	8
36cdf0e10cSrcweir#define	MN_CALC_LEQ      	9
37cdf0e10cSrcweir#define	MN_CALC_GEQ      	10
38cdf0e10cSrcweir#define	MN_CALC_LES      	11
39cdf0e10cSrcweir#define	MN_CALC_GRE      	12
40cdf0e10cSrcweir#define	MN_CALC_SUM      	13
41cdf0e10cSrcweir#define	MN_CALC_MEAN     	14
42cdf0e10cSrcweir#define	MN_CALC_MIN      	15
43cdf0e10cSrcweir#define	MN_CALC_MAX      	16
44cdf0e10cSrcweir#define	MN_CALC_SIN      	17
45cdf0e10cSrcweir#define	MN_CALC_COS      	18
46cdf0e10cSrcweir#define	MN_CALC_TAN      	19
47cdf0e10cSrcweir#define	MN_CALC_ASIN     	20
48cdf0e10cSrcweir#define	MN_CALC_ACOS     	21
49cdf0e10cSrcweir#define	MN_CALC_ATAN     	22
50cdf0e10cSrcweir#define	MN_CALC_POW 		23
51cdf0e10cSrcweir#define	MN_CALC_LISTSEP		24
52cdf0e10cSrcweir#define	MN_CALC_ROUND		25
53cdf0e10cSrcweir
54cdf0e10cSrcweir#define	MN_POP_OPS	 		29
55cdf0e10cSrcweir#define	MN_POP_STATISTICS	30
56cdf0e10cSrcweir#define	MN_POP_FUNC			31
57cdf0e10cSrcweir#define MN_RSC_END			32
58cdf0e10cSrcweir
59cdf0e10cSrcweir#define TBX_FORMULA  		1
60cdf0e10cSrcweir#define ED_POS				2
61cdf0e10cSrcweir#define ED_FORMULA 			3
62cdf0e10cSrcweir
63*ca62e2c2SSteve Yin//IAccessibility2 Impplementaton 2009-----
64*ca62e2c2SSteve Yin#define STR_ED_POS			1
65*ca62e2c2SSteve Yin#define STR_ED_FORMULA		2
66*ca62e2c2SSteve Yin#define STR_TOOLBAR_FORMULA	35
67*ca62e2c2SSteve Yin//-----IAccessibility2 Impplementaton 2009
68cdf0e10cSrcweir#endif
69cdf0e10cSrcweir
70cdf0e10cSrcweir
71cdf0e10cSrcweir
72cdf0e10cSrcweir
73cdf0e10cSrcweir
74cdf0e10cSrcweir
75cdf0e10cSrcweir
76cdf0e10cSrcweir
77cdf0e10cSrcweir
78cdf0e10cSrcweir
79cdf0e10cSrcweir
80cdf0e10cSrcweir
81cdf0e10cSrcweir
82cdf0e10cSrcweir
83cdf0e10cSrcweir
84cdf0e10cSrcweir
85cdf0e10cSrcweir
86