1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
13 * This file is part of OpenOffice.org.
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.
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).
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.
30 ************************************************************************/
37 //---------------------------------------------------------------------
38 SID_MAIL_SENDDOC // ole(no) api(todo)
40 ExecMethod = ExecMisc_Impl ;
41 StateMethod = GetState_Impl ;
43 SID_MAIL_SENDDOCASPDF // ole(no) api(todo)
45 ExecMethod = ExecMisc_Impl ;
46 StateMethod = GetState_Impl ;
48 SID_WEBHTML // ole(no) api(todo)
50 ExecMethod = ExecMisc_Impl ;
51 StateMethod = GetState_Impl ;
53 SID_MAIL_SENDDOCASFORMAT // ole(no) api(todo)
55 ExecMethod = ExecMisc_Impl ;
56 StateMethod = GetState_Impl ;
58 SID_MAIL_SENDDOCASMS // ole(no) api(todo)
60 ExecMethod = ExecMisc_Impl ;
61 StateMethod = GetState_Impl ;
63 SID_MAIL_SENDDOCASOOO // ole(no) api(todo)
65 ExecMethod = ExecMisc_Impl ;
66 StateMethod = GetState_Impl ;
68 //---------------------------------------------------------------------
69 SID_PRINTDOC // ole(no) api(play/rec)
71 ExecMethod = ExecPrint_Impl ;
72 StateMethod = GetState_Impl ;
74 SID_PRINTDOCDIRECT // ole(no) api(final/play/rec)
76 ExecMethod = ExecPrint_Impl ;
77 StateMethod = GetState_Impl ;
79 SID_PRINTER_NAME // ole(no) api(play/rec)
81 ExecMethod = ExecPrint_Impl ;
83 SID_SETUPPRINTER // ole(no) api(play/rec)
85 ExecMethod = ExecPrint_Impl ;
86 StateMethod = GetState_Impl ;
88 SID_STYLE_CATALOG // ole(no) api(play/rec)
90 ExecMethod = ExecMisc_Impl ;
91 StateMethod = GetState_Impl ;
93 SID_ACTIVATE_STYLE_APPLY
95 ExecMethod = ExecMisc_Impl ;
97 SID_PLUGINS_ACTIVE // ole(no) api(play/rec)
99 ExecMethod = ExecMisc_Impl ;
100 StateMethod = GetState_Impl ;
104 ExecMethod = ExecMisc_Impl ;
105 StateMethod = GetState_Impl ;
109 //=========================================================================
113 import View [Automation];