1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
33 //---------------------------------------------------------------------
34 SID_MAIL_SENDDOC // ole(no) api(todo)
36 ExecMethod = ExecMisc_Impl ;
37 StateMethod = GetState_Impl ;
39 SID_MAIL_SENDDOCASPDF // ole(no) api(todo)
41 ExecMethod = ExecMisc_Impl ;
42 StateMethod = GetState_Impl ;
44 SID_WEBHTML // ole(no) api(todo)
46 ExecMethod = ExecMisc_Impl ;
47 StateMethod = GetState_Impl ;
49 SID_MAIL_SENDDOCASFORMAT // ole(no) api(todo)
51 ExecMethod = ExecMisc_Impl ;
52 StateMethod = GetState_Impl ;
54 SID_MAIL_SENDDOCASMS // ole(no) api(todo)
56 ExecMethod = ExecMisc_Impl ;
57 StateMethod = GetState_Impl ;
59 SID_MAIL_SENDDOCASOOO // ole(no) api(todo)
61 ExecMethod = ExecMisc_Impl ;
62 StateMethod = GetState_Impl ;
64 //---------------------------------------------------------------------
65 SID_PRINTDOC // ole(no) api(play/rec)
67 ExecMethod = ExecPrint_Impl ;
68 StateMethod = GetState_Impl ;
70 SID_PRINTDOCDIRECT // ole(no) api(final/play/rec)
72 ExecMethod = ExecPrint_Impl ;
73 StateMethod = GetState_Impl ;
75 SID_PRINTER_NAME // ole(no) api(play/rec)
77 ExecMethod = ExecPrint_Impl ;
79 SID_SETUPPRINTER // ole(no) api(play/rec)
81 ExecMethod = ExecPrint_Impl ;
82 StateMethod = GetState_Impl ;
84 SID_STYLE_CATALOG // ole(no) api(play/rec)
86 ExecMethod = ExecMisc_Impl ;
87 StateMethod = GetState_Impl ;
89 SID_ACTIVATE_STYLE_APPLY
91 ExecMethod = ExecMisc_Impl ;
93 SID_PLUGINS_ACTIVE // ole(no) api(play/rec)
95 ExecMethod = ExecMisc_Impl ;
96 StateMethod = GetState_Impl ;
100 ExecMethod = ExecMisc_Impl ;
101 StateMethod = GetState_Impl ;
105 //=========================================================================
109 import View [Automation];