xref: /aoo42x/main/sw/inc/statstr.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#ifndef _STATSTR_HRC
24cdf0e10cSrcweir#define _STATSTR_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include "rcid.hrc"
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define STR_STATSTR_W4WREAD           (RC_STATLIN_STR + 0)
29cdf0e10cSrcweir#define STR_STATSTR_W4WWRITE      (RC_STATLIN_STR + 1)
30cdf0e10cSrcweir#define STR_STATSTR_SWGREAD           (RC_STATLIN_STR + 2)
31cdf0e10cSrcweir#define STR_STATSTR_SWGWRITE      (RC_STATLIN_STR + 3)
32cdf0e10cSrcweir#define STR_STATSTR_REFORMAT		(RC_STATLIN_STR + 4)
33cdf0e10cSrcweir#define STR_STATSTR_AUTOFORMAT		(RC_STATLIN_STR + 5)
34cdf0e10cSrcweir#define STR_STATSTR_IMPGRF          (RC_STATLIN_STR + 6)
35cdf0e10cSrcweir#define STR_STATSTR_SEARCH			(RC_STATLIN_STR + 7)
36cdf0e10cSrcweir#define STR_STATSTR_FORMAT			(RC_STATLIN_STR + 8)
37cdf0e10cSrcweir#define STR_STATSTR_PRINT 			(RC_STATLIN_STR + 9)
38cdf0e10cSrcweir#define STR_STATSTR_LAYOUTINIT		(RC_STATLIN_STR + 10)
39cdf0e10cSrcweir#define STR_STATSTR_LETTER			(RC_STATLIN_STR + 11)
40cdf0e10cSrcweir#define STR_STATSTR_SPELL			(RC_STATLIN_STR + 12)
41cdf0e10cSrcweir#define STR_STATSTR_HYPHEN			(RC_STATLIN_STR + 13)
42cdf0e10cSrcweir#define STR_STATSTR_TOX_INSERT		(RC_STATLIN_STR + 14)
43cdf0e10cSrcweir#define STR_STATSTR_TOX_UPDATE		(RC_STATLIN_STR + 15)
44cdf0e10cSrcweir#define STR_STATSTR_SUMMARY			(RC_STATLIN_STR + 16)
45cdf0e10cSrcweir#define STR_STATSTR_SWGPRTOLENOTIFY (RC_STATLIN_STR + 17)
46cdf0e10cSrcweir
47cdf0e10cSrcweir#endif
48cdf0e10cSrcweir
49cdf0e10cSrcweir
50cdf0e10cSrcweir
51