xref: /AOO41X/main/sw/sdi/wrtapp.sdi (revision a02241ff8aec54e414276c40fc61b6a88af4d516)
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
24
25interface StarWriter
26[
27    uuid ( "4BF0AA20-E6B9-101C-8A0E-040224007802" )
28]
29{
30    FN_ENVELOP  // status(final|play)
31    [
32        ExecMethod = ExecOther ;
33        StateMethod = StateOther ;
34        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
35    ]
36
37    FN_LABEL  // status(final|play)
38    [
39        ExecMethod = ExecOther ;
40        StateMethod = StateOther ;
41        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
42    ]
43
44    FN_BUSINESS_CARD // status()
45    [
46        ExecMethod = ExecOther ;
47        StateMethod = StateOther ;
48        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
49    ]
50
51    FN_XFORMS_INIT  // #i31958#
52    [
53        ExecMethod = ExecOther ;
54        StateMethod = StateOther ;
55        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
56    ]
57
58    SID_ATTR_METRIC // status(final|play)
59    [
60        ExecMethod = ExecOther ;
61        StateMethod = StateOther ;
62    ]
63    SID_ATTR_UNDO_COUNT // ole(no) api(final/play)
64    [
65        ExecMethod = ExecOther ;
66        StateMethod = StateOther ;
67    ]
68
69    FN_MAILMERGE_WIZARD
70    [
71        ExecMethod = ExecOther ;
72    ]
73
74    FN_SET_MODOPT_TBLNUMFMT // status()
75    [
76        ExecMethod = ExecOther ;
77        StateMethod = StateOther ;
78    ]
79
80}  //end interface Application
81
82shell SwModule
83{
84    import StarWriter[Automation];
85}
86
87