CppunitTest_sc_tiledrendering2: move to tiledrendering folder
[LibreOffice.git] / sfx2 / sdi / viwslots.sdi
blob111180b30d7dd3469aab0b44805835bd85c6f22c
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
22     SID_MAIL_SENDDOC // ole(no) api(todo)
23     [
24         ExecMethod = ExecMisc_Impl ;
25         StateMethod = GetState_Impl ;
26     ]
27     SID_MAIL_SENDDOCASPDF // ole(no) api(todo)
28     [
29         ExecMethod = ExecMisc_Impl ;
30         StateMethod = GetState_Impl ;
31     ]
32     SID_WEBHTML // ole(no) api(todo)
33     [
34         ExecMethod = ExecMisc_Impl ;
35         StateMethod = GetState_Impl ;
36     ]
37     SID_MAIL_SENDDOCASFORMAT // ole(no) api(todo)
38     [
39         ExecMethod = ExecMisc_Impl ;
40         StateMethod = GetState_Impl ;
41     ]
42     SID_MAIL_SENDDOCASMS // ole(no) api(todo)
43     [
44         ExecMethod = ExecMisc_Impl ;
45         StateMethod = GetState_Impl ;
46     ]
47     SID_MAIL_SENDDOCASOOO // ole(no) api(todo)
48     [
49         ExecMethod = ExecMisc_Impl ;
50         StateMethod = GetState_Impl ;
51     ]
52     SID_BLUETOOTH_SENDDOC // ole(no) api(todo)
53     [
54         ExecMethod = ExecMisc_Impl ;
55         StateMethod = GetState_Impl ;
56     ]
58     SID_PRINTDOC // ole(no) api(play/rec)
59     [
60         ExecMethod = ExecPrint_Impl ;
61         StateMethod = GetState_Impl ;
62     ]
63     SID_PRINTDOCDIRECT // ole(no) api(final/play/rec)
64     [
65         ExecMethod = ExecPrint_Impl ;
66         StateMethod = GetState_Impl ;
67     ]
68     SID_PRINTER_NAME // ole(no) api(play/rec)
69     [
70         ExecMethod = ExecPrint_Impl ;
71     ]
72     SID_SETUPPRINTER // ole(no) api(play/rec)
73     [
74         ExecMethod = ExecPrint_Impl ;
75         StateMethod = GetState_Impl ;
76     ]
77     SID_ACTIVATE_STYLE_APPLY
78     [
79         ExecMethod = ExecMisc_Impl ;
80     ]
81     SID_STYLE_FAMILY
82     [
83         ExecMethod = ExecMisc_Impl ;
84         StateMethod = GetState_Impl ;
85     ]
90 shell SfxViewShell
92     import View;