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
21 FN_NUM_BULLET_DOWN // status(final|play)
23 ExecMethod = Execute ;
24 StateMethod = GetState ;
25 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
28 FN_NUM_BULLET_NEXT // status(final|play)
30 ExecMethod = Execute ;
31 StateMethod = GetState ;
32 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
35 FN_NUM_BULLET_NONUM // status(final|play)
37 ExecMethod = Execute ;
38 StateMethod = GetState ;
39 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
42 FN_NUM_BULLET_OFF // status(final|play)
44 ExecMethod = Execute ;
45 StateMethod = GetState ;
46 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
49 FN_NUM_BULLET_OUTLINE_DOWN // status(final|play)
51 ExecMethod = Execute ;
52 StateMethod = GetState ;
53 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
56 FN_NUM_BULLET_OUTLINE_MOVEDOWN // status(final|play)
58 ExecMethod = Execute ;
59 StateMethod = GetState ;
60 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
63 FN_NUM_BULLET_OUTLINE_MOVEUP // status(final|play)
65 ExecMethod = Execute ;
66 StateMethod = GetState ;
67 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
70 FN_NUM_BULLET_OUTLINE_UP // status(final|play)
72 ExecMethod = Execute ;
73 StateMethod = GetState ;
74 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
77 FN_NUM_BULLET_PREV // status(final|play)
79 ExecMethod = Execute ;
80 StateMethod = GetState ;
81 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
84 FN_NUM_BULLET_UP // status(final|play)
86 ExecMethod = Execute ;
87 StateMethod = GetState ;
88 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
91 FN_NUM_OR_NONUM // status(play)
93 ExecMethod = Execute ;
94 StateMethod = GetState ;
95 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";