xref: /aoo4110/main/sw/source/ui/utlui/initui.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#ifndef _INITUI_HRC
25#define _INITUI_HRC
26
27#define BMP_FRAME_ANCHOR			 1
28#define BMP_FRAME_DRAG_ANCHOR		 2
29
30// lokale Resourcen fuer die Shells:
31#define STR_POSTIT_PAGE				 1
32#define STR_POSTIT_AUTHOR			 2
33#define STR_CALC_SYNTAX				 3
34#define STR_CALC_ZERODIV			 4
35#define STR_CALC_BRACK				 5
36#define STR_CALC_POW				 6
37#define STR_CALC_VARNFND			 7
38#define STR_CALC_OVERFLOW			 8
39#define STR_CALC_WRONGTIME			 9
40#define STR_CALC_DEFAULT			10
41#define STR_CALC_ERROR				11
42#define STR_GETREFFLD_UP			12
43#define STR_GETREFFLD_DOWN			13
44#define STR_ALLPAGE_HEADFOOT		14
45#define STR_TEMPLATE_NONE			15
46#define STR_POSTIT_LINE				16
47#define STR_FIELD_FIXED				17
48#define STR_TOI    					18
49#define STR_TOU                     19
50#define STR_TOC                     20
51#define STR_TOX_ILL                 21
52#define STR_TOX_OBJ                 22
53#define STR_TOX_TBL                 23
54#define STR_TOX_AUTH                24
55#define STR_PAGEDESC_NAME			25
56#define STR_PAGEDESC_FIRSTNAME		26
57#define STR_PAGEDESC_FOLLOWNAME		27
58#define STR_HYPERLINK_CLICK         28
59#define STR_GETREFFLD_REFITEMNOTFOUND   29
60#define STR_DURATION_FORMAT             30
61#endif
62
63