xref: /aoo41x/main/sw/source/ui/utlui/initui.hrc (revision fefe2166)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _INITUI_HRC
25cdf0e10cSrcweir#define _INITUI_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define BMP_FRAME_ANCHOR			 1
28cdf0e10cSrcweir#define BMP_FRAME_DRAG_ANCHOR		 2
29cdf0e10cSrcweir
30cdf0e10cSrcweir// lokale Resourcen fuer die Shells:
31cdf0e10cSrcweir#define STR_POSTIT_PAGE				 1
32cdf0e10cSrcweir#define STR_POSTIT_AUTHOR			 2
33cdf0e10cSrcweir#define STR_CALC_SYNTAX				 3
34cdf0e10cSrcweir#define STR_CALC_ZERODIV			 4
35cdf0e10cSrcweir#define STR_CALC_BRACK				 5
36cdf0e10cSrcweir#define STR_CALC_POW				 6
37cdf0e10cSrcweir#define STR_CALC_VARNFND			 7
38cdf0e10cSrcweir#define STR_CALC_OVERFLOW			 8
39cdf0e10cSrcweir#define STR_CALC_WRONGTIME			 9
40cdf0e10cSrcweir#define STR_CALC_DEFAULT			10
41cdf0e10cSrcweir#define STR_CALC_ERROR				11
42cdf0e10cSrcweir#define STR_GETREFFLD_UP			12
43cdf0e10cSrcweir#define STR_GETREFFLD_DOWN			13
44cdf0e10cSrcweir#define STR_ALLPAGE_HEADFOOT		14
45cdf0e10cSrcweir#define STR_TEMPLATE_NONE			15
46cdf0e10cSrcweir#define STR_POSTIT_LINE				16
47cdf0e10cSrcweir#define STR_FIELD_FIXED				17
48cdf0e10cSrcweir#define STR_TOI    					18
49cdf0e10cSrcweir#define STR_TOU                     19
50cdf0e10cSrcweir#define STR_TOC                     20
51cdf0e10cSrcweir#define STR_TOX_ILL                 21
52cdf0e10cSrcweir#define STR_TOX_OBJ                 22
53cdf0e10cSrcweir#define STR_TOX_TBL                 23
54cdf0e10cSrcweir#define STR_TOX_AUTH                24
55cdf0e10cSrcweir#define STR_PAGEDESC_NAME			25
56cdf0e10cSrcweir#define STR_PAGEDESC_FIRSTNAME		26
57cdf0e10cSrcweir#define STR_PAGEDESC_FOLLOWNAME		27
58cdf0e10cSrcweir#define STR_HYPERLINK_CLICK         28
59cdf0e10cSrcweir#define STR_GETREFFLD_REFITEMNOTFOUND   29
60cdf0e10cSrcweir#define STR_DURATION_FORMAT             30
61cdf0e10cSrcweir#endif
62cdf0e10cSrcweir
63