xref: /AOO41X/main/accessibility/inc/accessibility/helper/accessiblestrings.hrc (revision ffad8df045fe8db79e3e50f731c1fa6ab6501c83)
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 ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
25#define ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
26
27
28//------------------------------------------------------------------------------
29
30#define RID_TK_ACC_START        1000
31
32
33// Accessible Action Id's ------------------------------------------------------
34
35#define RID_STR_ACC_ACTION_CLICK            ( RID_TK_ACC_START +    0 )
36#define RID_STR_ACC_ACTION_TOGGLEPOPUP      ( RID_TK_ACC_START +    1 )
37#define RID_STR_ACC_ACTION_SELECT           ( RID_TK_ACC_START +    2 )
38#define RID_STR_ACC_ACTION_INCLINE          ( RID_TK_ACC_START +    3 )
39#define RID_STR_ACC_ACTION_DECLINE          ( RID_TK_ACC_START +    4 )
40#define RID_STR_ACC_ACTION_INCBLOCK         ( RID_TK_ACC_START +    5 )
41#define RID_STR_ACC_ACTION_DECBLOCK         ( RID_TK_ACC_START +    6 )
42#define RID_STR_ACC_NAME_PREVIEW                    ( RID_TK_ACC_START +    7 )
43
44#define STR_SVT_ACC_ACTION_EXPAND           ( RID_TK_ACC_START +    8 )
45#define STR_SVT_ACC_ACTION_COLLAPSE         ( RID_TK_ACC_START +    9 )
46#define STR_SVT_ACC_LISTENTRY_SELCTED_STATE     ( RID_TK_ACC_START +    10 )
47
48#define RID_STR_ACC_ACTION_CHECK            ( RID_TK_ACC_START +    11 )
49#define RID_STR_ACC_ACTION_UNCHECK          ( RID_TK_ACC_START +    12 )
50#define RID_STR_ACC_ACTION_DOUBLE_CLICK         ( RID_TK_ACC_START +    13 )
51#define RID_STR_ACC_SCROLLBAR_NAME_VERTICAL     ( RID_TK_ACC_START +    14 )
52#define RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL       ( RID_TK_ACC_START +    15 )
53#define RID_STR_ACC_PANEL_DESCRIPTION           ( RID_TK_ACC_START +    16 )
54
55#define RID_STR_ACC_NAME_BROWSEBUTTON       ( RID_TK_ACC_START + 100 )
56#define RID_STR_ACC_DESC_PANELDECL_TABBAR   ( RID_TK_ACC_START + 101 )
57
58// -----------------------------------------------------------------------------
59
60#endif          // ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
61