bump product version to 5.0.4.1
[LibreOffice.git] / sw / sdi / _listsh.sdi
blob0d3adcd7f4a359bd95d3e839a966eb717640b1ac
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     ]
52     FN_NUM_BULLET_OUTLINE_DOWN  // status(final|play)
53     [
54         ExecMethod = Execute ;
55         StateMethod = GetState ;
56         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
57     ]
59     FN_NUM_BULLET_OUTLINE_MOVEDOWN // status(final|play)
60     [
61         ExecMethod = Execute ;
62         StateMethod = GetState ;
63         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
64     ]
66     FN_NUM_BULLET_OUTLINE_MOVEUP // status(final|play)
67     [
68         ExecMethod = Execute ;
69         StateMethod = GetState ;
70         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
71     ]
73     FN_NUM_BULLET_OUTLINE_UP   // status(final|play)
74     [
75         ExecMethod = Execute ;
76         StateMethod = GetState ;
77         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
78     ]
80     FN_NUM_BULLET_PREV  // status(final|play)
81     [
82         ExecMethod = Execute ;
83         StateMethod = GetState ;
84         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
85     ]
87     FN_NUM_BULLET_UP // status(final|play)
88     [
89         ExecMethod = Execute ;
90         StateMethod = GetState ;
91         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
92     ]
94     FN_NUM_OR_NONUM // status(play)
95     [
96         ExecMethod = Execute ;
97         StateMethod = GetState ;
98         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
99     ]