xref: /AOO41X/main/sw/sdi/_listsh.sdi (revision a02241ff8aec54e414276c40fc61b6a88af4d516)
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
24interface BaseTextList
25[
26    Automation = FALSE
27]
28{
29    FN_NUM_BULLET_DOWN // status(final|play)
30    [
31        ExecMethod = Execute ;
32        StateMethod = GetState ;
33        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
34    ]
35
36    FN_NUM_BULLET_NEXT // status(final|play)
37    [
38        ExecMethod = Execute ;
39        StateMethod = GetState ;
40        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
41    ]
42
43    FN_NUM_BULLET_NONUM // status(final|play)
44    [
45        ExecMethod = Execute ;
46        StateMethod = GetState ;
47        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
48    ]
49
50    FN_NUM_BULLET_OFF // status(final|play)
51    [
52        ExecMethod = Execute ;
53        StateMethod = GetState ;
54        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
55    ]
56
57
58    FN_NUM_BULLET_OUTLINE_DOWN  // status(final|play)
59    [
60        ExecMethod = Execute ;
61        StateMethod = GetState ;
62        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
63    ]
64
65    FN_NUM_BULLET_OUTLINE_MOVEDOWN // status(final|play)
66    [
67        ExecMethod = Execute ;
68        StateMethod = GetState ;
69        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
70    ]
71
72    FN_NUM_BULLET_OUTLINE_MOVEUP // status(final|play)
73    [
74        ExecMethod = Execute ;
75        StateMethod = GetState ;
76        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
77    ]
78
79    FN_NUM_BULLET_OUTLINE_UP   // status(final|play)
80    [
81        ExecMethod = Execute ;
82        StateMethod = GetState ;
83        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
84    ]
85
86    FN_NUM_BULLET_PREV  // status(final|play)
87    [
88        ExecMethod = Execute ;
89        StateMethod = GetState ;
90        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
91    ]
92
93    FN_NUM_BULLET_UP // status(final|play)
94    [
95        ExecMethod = Execute ;
96        StateMethod = GetState ;
97        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
98    ]
99
100    FN_NUM_OR_NONUM // status(play)
101    [
102        ExecMethod = Execute ;
103        StateMethod = GetState ;
104        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
105    ]
106}
107
108