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