workaround segfault in compiler on macos-clang-intel
[LibreOffice.git] / sw / sdi / wrtapp.sdi
blob138c22fb4ecb13e101ff0bd55879bad0f52e6a0e
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 StarWriter
21     FN_ENVELOP  // status(final|play)
22     [
23         ExecMethod = ExecOther ;
24         StateMethod = StateOther ;
25         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
26     ]
28     FN_LABEL  // status(final|play)
29     [
30         ExecMethod = ExecOther ;
31         StateMethod = StateOther ;
32         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
33     ]
35     FN_BUSINESS_CARD // status()
36     [
37         ExecMethod = ExecOther ;
38         StateMethod = StateOther ;
39         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
40     ]
42     FN_XFORMS_INIT  // #i31958#
43     [
44         ExecMethod = ExecOther ;
45         StateMethod = StateOther ;
46         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
47     ]
49     SID_ATTR_METRIC // status(final|play)
50     [
51         ExecMethod = ExecOther ;
52         StateMethod = StateOther ;
53     ]
54     SID_ATTR_UNDO_COUNT // ole(no) api(final/play)
55     [
56         ExecMethod = ExecOther ;
57         StateMethod = StateOther ;
58     ]
60     FN_MAILMERGE_WIZARD
61     [
62         ExecMethod = ExecOther ;
63         StateMethod = StateOther ;
64     ]
66     FN_MAILMERGE_FIRST_ENTRY
67     [
68         ExecMethod = ExecOther ;
69         StateMethod = StateOther ;
70     ]
72     FN_MAILMERGE_PREV_ENTRY
73     [
74         ExecMethod = ExecOther ;
75         StateMethod = StateOther ;
76     ]
78     FN_MAILMERGE_NEXT_ENTRY
79     [
80         ExecMethod = ExecOther ;
81         StateMethod = StateOther ;
82     ]
84     FN_MAILMERGE_LAST_ENTRY
85     [
86         ExecMethod = ExecOther ;
87         StateMethod = StateOther ;
88     ]
90     FN_MAILMERGE_CURRENT_ENTRY
91     [
92         ExecMethod = ExecOther ;
93         StateMethod = StateOther ;
94     ]
96     FN_MAILMERGE_EXCLUDE_ENTRY
97     [
98         StateMethod = StateOther ;
99     ]
101     FN_MAILMERGE_CREATE_DOCUMENTS
102     [
103         ExecMethod = ExecOther ;
104         StateMethod = StateOther ;
105     ]
107     FN_MAILMERGE_SAVE_DOCUMENTS
108     [
109         ExecMethod = ExecOther ;
110         StateMethod = StateOther ;
111     ]
113     FN_MAILMERGE_PRINT_DOCUMENTS
114     [
115         ExecMethod = ExecOther ;
116         StateMethod = StateOther ;
117     ]
119     FN_MAILMERGE_EMAIL_DOCUMENTS
120     [
121         ExecMethod = ExecOther ;
122         StateMethod = StateOther ;
123     ]
125     FN_SET_MODOPT_TBLNUMFMT // status()
126     [
127         ExecMethod = ExecOther ;
128         StateMethod = StateOther ;
129     ]
131 }  //end interface Application
133 shell SwModule
135     import StarWriter;