Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / sdi / viwslots.sdi
blob4d14d927adf6f9f27f364288b45b03ef769ff0a0
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 interface View
30     Automation = FALSE ;
33      //---------------------------------------------------------------------
34     SID_MAIL_SENDDOC // ole(no) api(todo)
35     [
36         ExecMethod = ExecMisc_Impl ;
37         StateMethod = GetState_Impl ;
38     ]
39     SID_MAIL_SENDDOCASPDF // ole(no) api(todo)
40     [
41         ExecMethod = ExecMisc_Impl ;
42         StateMethod = GetState_Impl ;
43     ]
44     SID_WEBHTML // ole(no) api(todo)
45     [
46         ExecMethod = ExecMisc_Impl ;
47         StateMethod = GetState_Impl ;
48     ]
49     SID_MAIL_SENDDOCASFORMAT // ole(no) api(todo)
50     [
51         ExecMethod = ExecMisc_Impl ;
52         StateMethod = GetState_Impl ;
53     ]
54     SID_MAIL_SENDDOCASMS // ole(no) api(todo)
55     [
56         ExecMethod = ExecMisc_Impl ;
57         StateMethod = GetState_Impl ;
58     ]
59     SID_MAIL_SENDDOCASOOO // ole(no) api(todo)
60     [
61         ExecMethod = ExecMisc_Impl ;
62         StateMethod = GetState_Impl ;
63     ]
64      //---------------------------------------------------------------------
65     SID_PRINTDOC // ole(no) api(play/rec)
66     [
67         ExecMethod = ExecPrint_Impl ;
68         StateMethod = GetState_Impl ;
69     ]
70     SID_PRINTDOCDIRECT // ole(no) api(final/play/rec)
71     [
72         ExecMethod = ExecPrint_Impl ;
73         StateMethod = GetState_Impl ;
74     ]
75     SID_PRINTER_NAME // ole(no) api(play/rec)
76     [
77         ExecMethod = ExecPrint_Impl ;
78     ]
79     SID_SETUPPRINTER // ole(no) api(play/rec)
80     [
81         ExecMethod = ExecPrint_Impl ;
82         StateMethod = GetState_Impl ;
83     ]
84     SID_STYLE_CATALOG // ole(no) api(play/rec)
85     [
86         ExecMethod = ExecMisc_Impl ;
87         StateMethod = GetState_Impl ;
88     ]
89     SID_ACTIVATE_STYLE_APPLY
90     [
91         ExecMethod = ExecMisc_Impl ;
92     ]
93     SID_PLUGINS_ACTIVE // ole(no) api(play/rec)
94     [
95         ExecMethod = ExecMisc_Impl ;
96         StateMethod = GetState_Impl ;
97     ]
98     SID_STYLE_FAMILY
99     [
100         ExecMethod = ExecMisc_Impl ;
101         StateMethod = GetState_Impl ;
102     ]
105  //=========================================================================
107 shell SfxViewShell
109     import View [Automation];