xref: /trunk/main/editeng/inc/helpid.hrc (revision 0e536ac3)
1*0e536ac3SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e536ac3SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e536ac3SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e536ac3SAndrew Rist * distributed with this work for additional information
6*0e536ac3SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e536ac3SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e536ac3SAndrew Rist * "License"); you may not use this file except in compliance
9*0e536ac3SAndrew Rist * with the License.  You may obtain a copy of the License at
10*0e536ac3SAndrew Rist *
11*0e536ac3SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0e536ac3SAndrew Rist *
13*0e536ac3SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e536ac3SAndrew Rist * software distributed under the License is distributed on an
15*0e536ac3SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e536ac3SAndrew Rist * KIND, either express or implied.  See the License for the
17*0e536ac3SAndrew Rist * specific language governing permissions and limitations
18*0e536ac3SAndrew Rist * under the License.
19*0e536ac3SAndrew Rist *
20*0e536ac3SAndrew Rist *************************************************************/
21*0e536ac3SAndrew Rist
22*0e536ac3SAndrew Rist
23cdf0e10cSrcweir#ifndef _EDITENG_HELPID_HRC
24cdf0e10cSrcweir#define _EDITENG_HELPID_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#define HID_EDITENG_SPELLER_WORDLANGUAGE                   "EDITENG_HID_EDITENG_SPELLER_WORDLANGUAGE"
27cdf0e10cSrcweir#define HID_EDITENG_SPELLER_PARALANGUAGE                   "EDITENG_HID_EDITENG_SPELLER_PARALANGUAGE"
28cdf0e10cSrcweir#define HID_EDITENG_SPELLER_ADDWORD                        "EDITENG_HID_EDITENG_SPELLER_ADDWORD"
29cdf0e10cSrcweir#define HID_EDITENG_SPELLER_AUTOCORRECT                    "EDITENG_HID_EDITENG_SPELLER_AUTOCORRECT"
30cdf0e10cSrcweir#define HID_EDITENG_SPELLER_IGNORE                         "EDITENG_HID_EDITENG_SPELLER_IGNORE"
31cdf0e10cSrcweir#define HID_EDITENG_SPELLER_START                          "EDITENG_HID_EDITENG_SPELLER_START"
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define HID_AUTOCORR_HELP_WORD                             "EDITENG_HID_AUTOCORR_HELP_START"
34cdf0e10cSrcweir#define HID_AUTOCORR_HELP_SENT                             "EDITENG_HID_AUTOCORR_HELP_SENT"
35cdf0e10cSrcweir#define HID_AUTOCORR_HELP_SENTWORD                         "EDITENG_HID_AUTOCORR_HELP_SENTWORD"
36cdf0e10cSrcweir#define HID_AUTOCORR_HELP_ACORWORD                         "EDITENG_HID_AUTOCORR_HELP_ACORWORD"
37cdf0e10cSrcweir#define HID_AUTOCORR_HELP_ACORSENTWORD                     "EDITENG_HID_AUTOCORR_HELP_ACORSENTWORD"
38cdf0e10cSrcweir#define HID_AUTOCORR_HELP_CHGTOENEMDASH                    "EDITENG_HID_AUTOCORR_HELP_CHGTOENEMDASH"
39cdf0e10cSrcweir#define HID_AUTOCORR_HELP_WORDENEMDASH                     "EDITENG_HID_AUTOCORR_HELP_WORDENEMDASH"
40cdf0e10cSrcweir#define HID_AUTOCORR_HELP_SENTENEMDASH                     "EDITENG_HID_AUTOCORR_HELP_SENTENEMDASH"
41cdf0e10cSrcweir#define HID_AUTOCORR_HELP_SENTWORDENEMDASH                 "EDITENG_HID_AUTOCORR_HELP_SENTWORDENEMDASH"
42cdf0e10cSrcweir#define HID_AUTOCORR_HELP_ACORWORDENEMDASH                 "EDITENG_HID_AUTOCORR_HELP_ACORWORDENEMDASH"
43cdf0e10cSrcweir#define HID_AUTOCORR_HELP_ACORSENTWORDENEMDASH             "EDITENG_HID_AUTOCORR_HELP_ACORSENTWORDENEMDASH"
44cdf0e10cSrcweir#define HID_AUTOCORR_HELP_CHGQUOTES                        "EDITENG_HID_AUTOCORR_HELP_CHGQUOTES"
45cdf0e10cSrcweir#define HID_AUTOCORR_HELP_CHGSGLQUOTES                     "EDITENG_HID_AUTOCORR_HELP_CHGSGLQUOTES"
46cdf0e10cSrcweir#define HID_AUTOCORR_HELP_SETINETATTR                      "EDITENG_HID_AUTOCORR_HELP_SETINETATTR"
47cdf0e10cSrcweir#define HID_AUTOCORR_HELP_INGNOREDOUBLESPACE               "EDITENG_HID_AUTOCORR_HELP_INGNOREDOUBLESPACE"
48cdf0e10cSrcweir#define HID_AUTOCORR_HELP_CHGWEIGHTUNDERL                  "EDITENG_HID_AUTOCORR_HELP_CHGWEIGHTUNDERL"
49cdf0e10cSrcweir#define HID_AUTOCORR_HELP_CHGFRACTIONSYMBOL                "EDITENG_HID_AUTOCORR_HELP_CHGFRACTIONSYMBOL"
50cdf0e10cSrcweir#define HID_AUTOCORR_HELP_CHGORDINALNUMBER                 "EDITENG_HID_AUTOCORR_HELP_CHGORDINALNUMBER"
51cdf0e10cSrcweir
52cdf0e10cSrcweir#endif
53cdf0e10cSrcweir
54