Branch libreoffice-5-0-4
[LibreOffice.git] / sfx2 / sdi / viwslots.sdi
blobc8fdde1c6a421618df64494e41374a7b6b88b300
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 View
21     Automation = FALSE ;
25     SID_MAIL_SENDDOC // ole(no) api(todo)
26     [
27         ExecMethod = ExecMisc_Impl ;
28         StateMethod = GetState_Impl ;
29     ]
30     SID_MAIL_SENDDOCASPDF // ole(no) api(todo)
31     [
32         ExecMethod = ExecMisc_Impl ;
33         StateMethod = GetState_Impl ;
34     ]
35     SID_WEBHTML // ole(no) api(todo)
36     [
37         ExecMethod = ExecMisc_Impl ;
38         StateMethod = GetState_Impl ;
39     ]
40     SID_MAIL_SENDDOCASFORMAT // ole(no) api(todo)
41     [
42         ExecMethod = ExecMisc_Impl ;
43         StateMethod = GetState_Impl ;
44     ]
45     SID_MAIL_SENDDOCASMS // ole(no) api(todo)
46     [
47         ExecMethod = ExecMisc_Impl ;
48         StateMethod = GetState_Impl ;
49     ]
50     SID_MAIL_SENDDOCASOOO // ole(no) api(todo)
51     [
52         ExecMethod = ExecMisc_Impl ;
53         StateMethod = GetState_Impl ;
54     ]
55     SID_BLUETOOTH_SENDDOC // ole(no) api(todo)
56     [
57         ExecMethod = ExecMisc_Impl ;
58         StateMethod = GetState_Impl ;
59     ]
61     SID_PRINTDOC // ole(no) api(play/rec)
62     [
63         ExecMethod = ExecPrint_Impl ;
64         StateMethod = GetState_Impl ;
65     ]
66     SID_PRINTDOCDIRECT // ole(no) api(final/play/rec)
67     [
68         ExecMethod = ExecPrint_Impl ;
69         StateMethod = GetState_Impl ;
70     ]
71     SID_PRINTER_NAME // ole(no) api(play/rec)
72     [
73         ExecMethod = ExecPrint_Impl ;
74     ]
75     SID_SETUPPRINTER // ole(no) api(play/rec)
76     [
77         ExecMethod = ExecPrint_Impl ;
78         StateMethod = GetState_Impl ;
79     ]
80     SID_ACTIVATE_STYLE_APPLY
81     [
82         ExecMethod = ExecMisc_Impl ;
83     ]
84     SID_PLUGINS_ACTIVE // ole(no) api(play/rec)
85     [
86         ExecMethod = ExecMisc_Impl ;
87         StateMethod = GetState_Impl ;
88     ]
89     SID_STYLE_FAMILY
90     [
91         ExecMethod = ExecMisc_Impl ;
92         StateMethod = GetState_Impl ;
93     ]
98 shell SfxViewShell
100     import View [Automation];