xref: /aoo41x/main/cui/source/tabpages/numfmt.hrc (revision 8414840e)
1*8414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8414840eSAndrew Rist * distributed with this work for additional information
6*8414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance
9*8414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8414840eSAndrew Rist *
11*8414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8414840eSAndrew Rist *
13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8414840eSAndrew Rist * software distributed under the License is distributed on an
15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8414840eSAndrew Rist * KIND, either express or implied.  See the License for the
17*8414840eSAndrew Rist * specific language governing permissions and limitations
18*8414840eSAndrew Rist * under the License.
19*8414840eSAndrew Rist *
20*8414840eSAndrew Rist *************************************************************/
21*8414840eSAndrew Rist
22*8414840eSAndrew Rist
23cdf0e10cSrcweir#ifndef _SVX_NUMFMT_HRC
24cdf0e10cSrcweir#define _SVX_NUMFMT_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir// defines ------------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir//================================================
29cdf0e10cSrcweir// Zahlen-TabPage:
30cdf0e10cSrcweir#define WND_NUMBER_PREVIEW		2
31cdf0e10cSrcweir#define FT_CATEGORY				3
32cdf0e10cSrcweir#define FT_FORMAT				4
33cdf0e10cSrcweir#define FT_OPTIONS				5
34cdf0e10cSrcweir#define FT_EDFORMAT				6
35cdf0e10cSrcweir#define LB_CATEGORY				9
36cdf0e10cSrcweir#define LB_FORMAT				10
37cdf0e10cSrcweir#define FL_OPTIONS              11
38cdf0e10cSrcweir#define FT_LANGUAGE				12
39cdf0e10cSrcweir#define LB_LANGUAGE				13
40cdf0e10cSrcweir#define ED_FORMAT				14
41cdf0e10cSrcweir#define BTN_ADD					15
42cdf0e10cSrcweir#define BTN_REMOVE				16
43cdf0e10cSrcweir#define BMP_CHECK				17
44cdf0e10cSrcweir#define BMP_DCHECK				18
45cdf0e10cSrcweir#define BMP_CROSS				19
46cdf0e10cSrcweir#define BMP_DCROSS				20
47cdf0e10cSrcweir#define FT_DECIMALS				21
48cdf0e10cSrcweir#define ED_DECIMALS				22
49cdf0e10cSrcweir#define FT_LEADZEROES			23
50cdf0e10cSrcweir#define ED_LEADZEROES			24
51cdf0e10cSrcweir#define BTN_NEGRED				25
52cdf0e10cSrcweir#define BTN_THOUSAND			26
53cdf0e10cSrcweir#define FT_COMMENT				27
54cdf0e10cSrcweir#define ED_COMMENT				28
55cdf0e10cSrcweir#define IB_ADD					29
56cdf0e10cSrcweir#define IB_REMOVE				30
57cdf0e10cSrcweir#define IB_INFO					31
58cdf0e10cSrcweir#define	IL_ICON					32
59cdf0e10cSrcweir#define	LB_CURRENCY				33
60cdf0e10cSrcweir#define CB_SOURCEFORMAT         34
61cdf0e10cSrcweir#define IL_ICON_HC				35
62cdf0e10cSrcweir#define STR_AUTO_ENTRY          36
63cdf0e10cSrcweir
64cdf0e10cSrcweir#define TBX_ADDREMOVE			1
65cdf0e10cSrcweir#define IID_ADD					1
66cdf0e10cSrcweir#define IID_REMOVE				2
67cdf0e10cSrcweir#define IID_INFO				3
68cdf0e10cSrcweir
69cdf0e10cSrcweir#endif
70cdf0e10cSrcweir
71