tdf#117994 doc: Revert "tdf#99474 close direct char fmt at end of para"
[LibreOffice.git] / sc / sdi / app.sdi
blobcae5e5d95afa5a658546d2136ecb9b1466e2bb69
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     ]
34     SID_ATTR_LANGUAGE
35     [
36         ExecMethod = Execute;
37         StateMethod = GetState;
38     ]
39     SID_ATTR_CHAR_CJK_LANGUAGE
40     [
41         ExecMethod = Execute;
42         StateMethod = GetState;
43     ]
44     SID_ATTR_CHAR_CTL_LANGUAGE
45     [
46         ExecMethod = Execute;
47         StateMethod = GetState;
48     ]
50     SID_CHOOSE_DESIGN   [ ExecMethod = Execute; ]
51     SID_EURO_CONVERTER  [ ExecMethod = Execute; ]
54     SID_OPEN_XML_FILTERSETTINGS [ ExecMethod = Execute; ]
57     SID_HANGUL_HANJA_CONVERSION [ StateMethod = HideDisabledSlots; ]
58     SID_CHINESE_CONVERSION      [ StateMethod = HideDisabledSlots; ]
59     SID_TRANSLITERATE_HALFWIDTH [ StateMethod = HideDisabledSlots; ]
60     SID_TRANSLITERATE_FULLWIDTH [ StateMethod = HideDisabledSlots; ]
61     SID_TRANSLITERATE_HIRAGANA  [ StateMethod = HideDisabledSlots; ]
62     SID_TRANSLITERATE_KATAKANA  [ StateMethod = HideDisabledSlots; ]
64     SID_INSERT_RLM              [ StateMethod = HideDisabledSlots; ]
65     SID_INSERT_LRM              [ StateMethod = HideDisabledSlots; ]
70 shell ScModule
72             import StarCalc;