fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sc / sdi / app.sdi
blob0dbed4ce42f5da5fd91adf4dd7eb0cf64e136ce1
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     uuid ( "AB3257C0-07D7-11CF-89CB-008029E4B0B1" )
24     FID_AUTOCOMPLETE    [ ExecMethod = Execute; StateMethod = GetState; ]
25     SID_DETECTIVE_AUTO  [ ExecMethod = Execute; StateMethod = GetState; ]
26     SID_PSZ_FUNCTION    [ ExecMethod = Execute; StateMethod = GetState; ]
27     FID_FOCUS_POSWND    [ ExecMethod = Execute; ]
29     SID_ATTR_METRIC     [ ExecMethod = Execute; StateMethod = GetState; ]
31     SID_AUTOSPELL_CHECK
32     [
33         ExecMethod = Execute ;
34         StateMethod = GetState ;
35         Export = FALSE;
36     ]
38     SID_ATTR_LANGUAGE
39     [
40         ExecMethod = Execute;
41         StateMethod = GetState;
42         Export = FALSE;
43     ]
44     SID_ATTR_CHAR_CJK_LANGUAGE
45     [
46         ExecMethod = Execute;
47         StateMethod = GetState;
48         Export = FALSE;
49     ]
50     SID_ATTR_CHAR_CTL_LANGUAGE
51     [
52         ExecMethod = Execute;
53         StateMethod = GetState;
54         Export = FALSE;
55     ]
57     SID_CHOOSE_DESIGN   [ ExecMethod = Execute; ]
58     SID_EURO_CONVERTER  [ ExecMethod = Execute; ]
61     SID_OPEN_XML_FILTERSETTINGS [ ExecMethod = Execute; ]
64     SID_HANGUL_HANJA_CONVERSION [ StateMethod = HideDisabledSlots; Export = FALSE; ]
65     SID_CHINESE_CONVERSION      [ StateMethod = HideDisabledSlots; Export = FALSE; ]
66     SID_TRANSLITERATE_HALFWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ]
67     SID_TRANSLITERATE_FULLWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ]
68     SID_TRANSLITERATE_HIRAGANA  [ StateMethod = HideDisabledSlots; Export = FALSE; ]
69     SID_TRANSLITERATE_KATAGANA  [ StateMethod = HideDisabledSlots; Export = FALSE; ]
71     SID_INSERT_RLM              [ StateMethod = HideDisabledSlots; Export = FALSE; ]
72     SID_INSERT_LRM              [ StateMethod = HideDisabledSlots; Export = FALSE; ]
73     SID_INSERT_ZWSP             [ StateMethod = HideDisabledSlots; Export = FALSE; ]
74     SID_INSERT_ZWNBSP           [ StateMethod = HideDisabledSlots; Export = FALSE; ]
79 shell ScModule
81             import StarCalc[Automation];