Bump version to 6.4-15
[LibreOffice.git] / sc / sdi / app.sdi
blobbcf363ca5799dba5892c591d83b49140c99e89e1
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 StarCalc
21     FID_AUTOCOMPLETE    [ ExecMethod = Execute; StateMethod = GetState; ]
22     SID_DETECTIVE_AUTO  [ ExecMethod = Execute; StateMethod = GetState; ]
23     SID_PSZ_FUNCTION    [ ExecMethod = Execute; StateMethod = GetState; ]
24     FID_FOCUS_POSWND    [ ExecMethod = Execute; ]
26     SID_ATTR_METRIC     [ ExecMethod = Execute; StateMethod = GetState; ]
28     SID_AUTOSPELL_CHECK
29     [
30         ExecMethod = Execute ;
31         StateMethod = GetState ;
32         Export = FALSE;
33     ]
35     SID_ATTR_LANGUAGE
36     [
37         ExecMethod = Execute;
38         StateMethod = GetState;
39         Export = FALSE;
40     ]
41     SID_ATTR_CHAR_CJK_LANGUAGE
42     [
43         ExecMethod = Execute;
44         StateMethod = GetState;
45         Export = FALSE;
46     ]
47     SID_ATTR_CHAR_CTL_LANGUAGE
48     [
49         ExecMethod = Execute;
50         StateMethod = GetState;
51         Export = FALSE;
52     ]
54     SID_CHOOSE_DESIGN   [ ExecMethod = Execute; ]
55     SID_EURO_CONVERTER  [ ExecMethod = Execute; ]
58     SID_OPEN_XML_FILTERSETTINGS [ ExecMethod = Execute; ]
61     SID_HANGUL_HANJA_CONVERSION [ StateMethod = HideDisabledSlots; Export = FALSE; ]
62     SID_CHINESE_CONVERSION      [ StateMethod = HideDisabledSlots; Export = FALSE; ]
63     SID_TRANSLITERATE_HALFWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ]
64     SID_TRANSLITERATE_FULLWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ]
65     SID_TRANSLITERATE_HIRAGANA  [ StateMethod = HideDisabledSlots; Export = FALSE; ]
66     SID_TRANSLITERATE_KATAKANA  [ StateMethod = HideDisabledSlots; Export = FALSE; ]
68     SID_INSERT_RLM              [ StateMethod = HideDisabledSlots; Export = FALSE; ]
69     SID_INSERT_LRM              [ StateMethod = HideDisabledSlots; Export = FALSE; ]
74 shell ScModule
76             import StarCalc;