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