xref: /aoo4110/main/sfx2/sdi/viwslots.sdi (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24interface View
25[
26	Automation = FALSE ;
27]
28{
29	 //---------------------------------------------------------------------
30	SID_MAIL_SENDDOC // ole(no) api(todo)
31	[
32		ExecMethod = ExecMisc_Impl ;
33		StateMethod = GetState_Impl ;
34	]
35	SID_MAIL_SENDDOCASPDF // ole(no) api(todo)
36	[
37		ExecMethod = ExecMisc_Impl ;
38		StateMethod = GetState_Impl ;
39	]
40	SID_WEBHTML // ole(no) api(todo)
41	[
42        ExecMethod = ExecMisc_Impl ;
43        StateMethod = GetState_Impl ;
44	]
45	SID_MAIL_SENDDOCASFORMAT // ole(no) api(todo)
46	[
47		ExecMethod = ExecMisc_Impl ;
48		StateMethod = GetState_Impl ;
49	]
50	SID_MAIL_SENDDOCASMS // ole(no) api(todo)
51	[
52		ExecMethod = ExecMisc_Impl ;
53		StateMethod = GetState_Impl ;
54	]
55	SID_MAIL_SENDDOCASOOO // ole(no) api(todo)
56	[
57		ExecMethod = ExecMisc_Impl ;
58		StateMethod = GetState_Impl ;
59	]
60	 //---------------------------------------------------------------------
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_STYLE_CATALOG // ole(no) api(play/rec)
81	[
82		ExecMethod = ExecMisc_Impl ;
83		StateMethod = GetState_Impl ;
84	]
85    SID_ACTIVATE_STYLE_APPLY
86    [
87        ExecMethod = ExecMisc_Impl ;
88    ]
89	SID_PLUGINS_ACTIVE // ole(no) api(play/rec)
90	[
91		ExecMethod = ExecMisc_Impl ;
92		StateMethod = GetState_Impl ;
93	]
94	SID_STYLE_FAMILY
95	[
96		ExecMethod = ExecMisc_Impl ;
97		StateMethod = GetState_Impl ;
98	]
99}
100
101 //=========================================================================
102
103shell SfxViewShell
104{
105    import View [Automation];
106}
107