bump product version to 4.1.6.2
[LibreOffice.git] / sw / sdi / wrtapp.sdi
blob3415dfafb9864b59650866f0a3ac901de674f843
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  */
20 interface StarWriter
22     uuid ( "4BF0AA20-E6B9-101C-8A0E-040224007802" )
25     FN_ENVELOP  // status(final|play)
26     [
27         ExecMethod = ExecOther ;
28         StateMethod = StateOther ;
29         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
30     ]
32     FN_LABEL  // status(final|play)
33     [
34         ExecMethod = ExecOther ;
35         StateMethod = StateOther ;
36         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
37     ]
39     FN_BUSINESS_CARD // status()
40     [
41         ExecMethod = ExecOther ;
42         StateMethod = StateOther ;
43         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
44     ]
46     FN_XFORMS_INIT  // #i31958#
47     [
48         ExecMethod = ExecOther ;
49         StateMethod = StateOther ;
50         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
51     ]
53     SID_ATTR_METRIC // status(final|play)
54     [
55         ExecMethod = ExecOther ;
56         StateMethod = StateOther ;
57     ]
58     SID_ATTR_UNDO_COUNT // ole(no) api(final/play)
59     [
60         ExecMethod = ExecOther ;
61         StateMethod = StateOther ;
62     ]
64     FN_MAILMERGE_WIZARD
65     [
66         ExecMethod = ExecOther ;
67     ]
69     FN_SET_MODOPT_TBLNUMFMT // status()
70     [
71         ExecMethod = ExecOther ;
72         StateMethod = StateOther ;
73     ]
75 }  //end interface Application
77 shell SwModule
79     import StarWriter[Automation];