bump product version to 5.0.4.1
[LibreOffice.git] / sw / sdi / docsh.sdi
blob9085bdf431282feba3b3d131d52061a9f807d0e0
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 TextDocument : BaseTextDocument
21     uuid = "0D960120-111C-101D-9757-6E74207A7520"
24     // Slots, which are not needed in the WebDocShell
26     FN_OUTLINE_TO_IMPRESS
27     [
28         ExecMethod = Execute;
29         StateMethod = GetState;
30     ]
32     FN_OUTLINE_TO_CLIPBOARD
33     [
34         ExecMethod = Execute;
35         StateMethod = GetState;
36     ]
37     FN_ABSTRACT_STARIMPRESS
38     [
39         ExecMethod = Execute;
40         StateMethod = GetState;
41     ]
42     FN_ABSTRACT_NEWDOC
43     [
44         ExecMethod = Execute;
45         StateMethod = GetState;
46     ]
47     FN_NEW_GLOBAL_DOC
48     [
49         ExecMethod = Execute;
50         StateMethod = GetState;
51     ]
52     FN_NEW_HTML_DOC
53     [
54         ExecMethod = Execute;
55         StateMethod = GetState;
56     ]
57     FN_OPEN_FILE
58     [
59         ExecMethod = Execute;
60         StateMethod = GetState;
61     ]
64 shell SwDocShell
66     import TextDocument[Automation];
69 shell SwGlosDocShell : SwDocShell
71     import TextDocument[Automation];
73     SID_SAVEDOC  // status()
74     [
75         ExecMethod = Execute ;
76         StateMethod = GetState ;
77     ]