1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24interface StarCalc 25[ 26 uuid ( "AB3257C0-07D7-11CF-89CB-008029E4B0B1" ) 27] 28{ 29 FID_AUTOCOMPLETE [ ExecMethod = Execute; StateMethod = GetState; ] 30 SID_DETECTIVE_AUTO [ ExecMethod = Execute; StateMethod = GetState; ] 31 SID_PSZ_FUNCTION [ ExecMethod = Execute; StateMethod = GetState; ] 32 FID_FOCUS_POSWND [ ExecMethod = Execute; ] 33 34 SID_ATTR_METRIC [ ExecMethod = Execute; StateMethod = GetState; ] 35 36 SID_AUTOSPELL_CHECK 37 [ 38 ExecMethod = Execute ; 39 StateMethod = GetState ; 40 Export = FALSE; 41 ] 42 43 SID_ATTR_LANGUAGE 44 [ 45 ExecMethod = Execute; 46 StateMethod = GetState; 47 Export = FALSE; 48 ] 49 SID_ATTR_CHAR_CJK_LANGUAGE 50 [ 51 ExecMethod = Execute; 52 StateMethod = GetState; 53 Export = FALSE; 54 ] 55 SID_ATTR_CHAR_CTL_LANGUAGE 56 [ 57 ExecMethod = Execute; 58 StateMethod = GetState; 59 Export = FALSE; 60 ] 61 62 SID_CHOOSE_DESIGN [ ExecMethod = Execute; ] 63 SID_EURO_CONVERTER [ ExecMethod = Execute; ] 64 65 66 SID_OPEN_XML_FILTERSETTINGS [ ExecMethod = Execute; ] 67 68 69 SID_HANGUL_HANJA_CONVERSION [ StateMethod = HideDisabledSlots; Export = FALSE; ] 70 SID_CHINESE_CONVERSION [ StateMethod = HideDisabledSlots; Export = FALSE; ] 71 SID_TRANSLITERATE_HALFWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ] 72 SID_TRANSLITERATE_FULLWIDTH [ StateMethod = HideDisabledSlots; Export = FALSE; ] 73 SID_TRANSLITERATE_HIRAGANA [ StateMethod = HideDisabledSlots; Export = FALSE; ] 74 SID_TRANSLITERATE_KATAGANA [ StateMethod = HideDisabledSlots; Export = FALSE; ] 75 76 SID_INSERT_RLM [ StateMethod = HideDisabledSlots; Export = FALSE; ] 77 SID_INSERT_LRM [ StateMethod = HideDisabledSlots; Export = FALSE; ] 78 SID_INSERT_ZWSP [ StateMethod = HideDisabledSlots; Export = FALSE; ] 79 SID_INSERT_ZWNBSP [ StateMethod = HideDisabledSlots; Export = FALSE; ] 80 81} 82 83 84shell ScModule 85{ 86 import StarCalc[Automation]; 87} 88 89 90