bump product version to 4.1.6.2
[LibreOffice.git] / sw / sdi / _listsh.sdi
blob92809e40084bec82e0022b850a9dd1a32823600a
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 interface BaseTextList
21     Automation = FALSE
24     FN_NUM_BULLET_DOWN // status(final|play)
25     [
26         ExecMethod = Execute ;
27         StateMethod = GetState ;
28         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
29     ]
31     FN_NUM_BULLET_NEXT // status(final|play)
32     [
33         ExecMethod = Execute ;
34         StateMethod = GetState ;
35         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
36     ]
38     FN_NUM_BULLET_NONUM // status(final|play)
39     [
40         ExecMethod = Execute ;
41         StateMethod = GetState ;
42         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
43     ]
45     FN_NUM_BULLET_OFF // status(final|play)
46     [
47         ExecMethod = Execute ;
48         StateMethod = GetState ;
49         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
50     ]
53     FN_NUM_BULLET_OUTLINE_DOWN  // status(final|play)
54     [
55         ExecMethod = Execute ;
56         StateMethod = GetState ;
57         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
58     ]
60     FN_NUM_BULLET_OUTLINE_MOVEDOWN // status(final|play)
61     [
62         ExecMethod = Execute ;
63         StateMethod = GetState ;
64         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
65     ]
67     FN_NUM_BULLET_OUTLINE_MOVEUP // status(final|play)
68     [
69         ExecMethod = Execute ;
70         StateMethod = GetState ;
71         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
72     ]
74     FN_NUM_BULLET_OUTLINE_UP   // status(final|play)
75     [
76         ExecMethod = Execute ;
77         StateMethod = GetState ;
78         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
79     ]
81     FN_NUM_BULLET_PREV  // status(final|play)
82     [
83         ExecMethod = Execute ;
84         StateMethod = GetState ;
85         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
86     ]
88     FN_NUM_BULLET_UP // status(final|play)
89     [
90         ExecMethod = Execute ;
91         StateMethod = GetState ;
92         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
93     ]
95     FN_NUM_OR_NONUM // status(play)
96     [
97         ExecMethod = Execute ;
98         StateMethod = GetState ;
99         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
100     ]