2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
19 interface BaseTextList
24 FN_NUM_BULLET_DOWN // status(final|play)
26 ExecMethod = Execute ;
27 StateMethod = GetState ;
28 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
31 FN_NUM_BULLET_NEXT // status(final|play)
33 ExecMethod = Execute ;
34 StateMethod = GetState ;
35 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
38 FN_NUM_BULLET_NONUM // status(final|play)
40 ExecMethod = Execute ;
41 StateMethod = GetState ;
42 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
45 FN_NUM_BULLET_OFF // status(final|play)
47 ExecMethod = Execute ;
48 StateMethod = GetState ;
49 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
53 FN_NUM_BULLET_OUTLINE_DOWN // status(final|play)
55 ExecMethod = Execute ;
56 StateMethod = GetState ;
57 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
60 FN_NUM_BULLET_OUTLINE_MOVEDOWN // status(final|play)
62 ExecMethod = Execute ;
63 StateMethod = GetState ;
64 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
67 FN_NUM_BULLET_OUTLINE_MOVEUP // status(final|play)
69 ExecMethod = Execute ;
70 StateMethod = GetState ;
71 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
74 FN_NUM_BULLET_OUTLINE_UP // status(final|play)
76 ExecMethod = Execute ;
77 StateMethod = GetState ;
78 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
81 FN_NUM_BULLET_PREV // status(final|play)
83 ExecMethod = Execute ;
84 StateMethod = GetState ;
85 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
88 FN_NUM_BULLET_UP // status(final|play)
90 ExecMethod = Execute ;
91 StateMethod = GetState ;
92 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
95 FN_NUM_OR_NONUM // status(play)
97 ExecMethod = Execute ;
98 StateMethod = GetState ;
99 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";