merge the formfield patch from ooo-build
[ooovba.git] / sc / sdi / app.sdi
blob72f3e0324cc0674f5272d87ee91e3cdd90d7f597
1  /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: app.sdi,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 interface StarCalc
33     uuid ( "AB3257C0-07D7-11CF-89CB-008029E4B0B1" )
36     FID_AUTOCOMPLETE    [ ExecMethod = Execute; StateMethod = GetState; ]
37     SID_DETECTIVE_AUTO  [ ExecMethod = Execute; StateMethod = GetState; ]
38     SID_PSZ_FUNCTION    [ ExecMethod = Execute; StateMethod = GetState; ]
39     FID_FOCUS_POSWND    [ ExecMethod = Execute; ]
41     SID_ATTR_METRIC             [ ExecMethod = Execute; StateMethod = GetState; ]
43     SID_AUTOSPELL_CHECK
44     [
45         ExecMethod = Execute ;
46         StateMethod = GetState ;
47         Export = FALSE;
48     ]
50     SID_ATTR_LANGUAGE
51     [
52         ExecMethod = Execute;
53         StateMethod = GetState;
54         Export = FALSE;
55     ]
56     SID_ATTR_CHAR_CJK_LANGUAGE
57     [
58         ExecMethod = Execute;
59         StateMethod = GetState;
60         Export = FALSE;
61     ]
62     SID_ATTR_CHAR_CTL_LANGUAGE
63     [
64         ExecMethod = Execute;
65         StateMethod = GetState;
66         Export = FALSE;
67     ]
69     SID_CHOOSE_DESIGN   [ ExecMethod = Execute; ]
70     SID_EURO_CONVERTER  [ ExecMethod = Execute; ]
73     SID_OPEN_XML_FILTERSETTINGS [ ExecMethod = Execute; ]
76     SID_HANGUL_HANJA_CONVERSION [ StateMethod = HideDisabledSlots; Export = FALSE; ]
77     SID_CHINESE_CONVERSION      [ StateMethod = HideDisabledSlots; Export = FALSE; ]
78     SID_TRANSLITERATE_HALFWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ]
79     SID_TRANSLITERATE_FULLWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ]
80     SID_TRANSLITERATE_HIRAGANA  [ StateMethod = HideDisabledSlots; Export = FALSE; ]
81     SID_TRANSLITERATE_KATAGANA  [ StateMethod = HideDisabledSlots; Export = FALSE; ]
83     SID_INSERT_RLM              [ StateMethod = HideDisabledSlots; Export = FALSE; ]
84     SID_INSERT_LRM              [ StateMethod = HideDisabledSlots; Export = FALSE; ]
85     SID_INSERT_ZWSP             [ StateMethod = HideDisabledSlots; Export = FALSE; ]
86     SID_INSERT_ZWNBSP           [ StateMethod = HideDisabledSlots; Export = FALSE; ]
91 shell ScModule
93             import StarCalc[Automation];