tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / sw / sdi / basesh.sdi
blob90a69597ab302dc45f08bfca15896a347c69fe2c
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 TextSelection : BaseTextSelection
21     // Here shall the slots are inserted which are not supported by
22     // StarWriter/WEB
24     FN_TOOL_ANCHOR_PAGE
25     [
26         ExecMethod = Execute ;
27         StateMethod = GetState ;
28         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
29     ]
31     SID_CONTOUR_DLG
32     [
33         ExecMethod = Execute ;
34         StateMethod = GetState ;
35         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
36     ]
38     SID_CONTOUR_EXEC
39     [
40         ExecMethod = Execute ;
41         StateMethod = GetState ;
42         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
43     ]
45 }  // end interface Base
47 shell SwBaseShell
49         import TextSelection;