1*a02241ffSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*a02241ffSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*a02241ffSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*a02241ffSAndrew Rist * distributed with this work for additional information 6*a02241ffSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*a02241ffSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*a02241ffSAndrew Rist * "License"); you may not use this file except in compliance 9*a02241ffSAndrew Rist * with the License. You may obtain a copy of the License at 10*a02241ffSAndrew Rist * 11*a02241ffSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*a02241ffSAndrew Rist * 13*a02241ffSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*a02241ffSAndrew Rist * software distributed under the License is distributed on an 15*a02241ffSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*a02241ffSAndrew Rist * KIND, either express or implied. See the License for the 17*a02241ffSAndrew Rist * specific language governing permissions and limitations 18*a02241ffSAndrew Rist * under the License. 19*a02241ffSAndrew Rist * 20*a02241ffSAndrew Rist *************************************************************/ 21*a02241ffSAndrew Rist 22*a02241ffSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweirinterface BaseTextDocument 25cdf0e10cSrcweir[ 26cdf0e10cSrcweir Automation = FALSE; 27cdf0e10cSrcweir] 28cdf0e10cSrcweir{ 29cdf0e10cSrcweir SID_PRINTPREVIEW 30cdf0e10cSrcweir [ 31cdf0e10cSrcweir ExecMethod = Execute ; 32cdf0e10cSrcweir StateMethod = GetState ; 33cdf0e10cSrcweir ] 34cdf0e10cSrcweir 35cdf0e10cSrcweir SID_AUTO_CORRECT_DLG 36cdf0e10cSrcweir [ 37cdf0e10cSrcweir ExecMethod = Execute ; 38cdf0e10cSrcweir ] 39cdf0e10cSrcweir 40cdf0e10cSrcweir SID_STYLE_NEW 41cdf0e10cSrcweir [ 42cdf0e10cSrcweir ExecMethod = ExecStyleSheet ; 43cdf0e10cSrcweir StateMethod = NoState ; 44cdf0e10cSrcweir ] 45cdf0e10cSrcweir 46cdf0e10cSrcweir SID_STYLE_EDIT 47cdf0e10cSrcweir [ 48cdf0e10cSrcweir ExecMethod = ExecStyleSheet ; 49cdf0e10cSrcweir StateMethod = NoState ; 50cdf0e10cSrcweir ] 51cdf0e10cSrcweir 52cdf0e10cSrcweir SID_STYLE_DELETE 53cdf0e10cSrcweir [ 54cdf0e10cSrcweir ExecMethod = ExecStyleSheet ; 55cdf0e10cSrcweir StateMethod = NoState ; 56cdf0e10cSrcweir ] 57cdf0e10cSrcweir 58cdf0e10cSrcweir SID_TEMPLATE_LOAD 59cdf0e10cSrcweir [ 60cdf0e10cSrcweir ExecMethod = Execute ; 61cdf0e10cSrcweir StateMethod = NoState ; 62cdf0e10cSrcweir ] 63cdf0e10cSrcweir 64cdf0e10cSrcweir SID_GET_COLORTABLE 65cdf0e10cSrcweir [ 66cdf0e10cSrcweir ExecMethod = Execute ; 67cdf0e10cSrcweir ] 68cdf0e10cSrcweir 69cdf0e10cSrcweir SID_SPELLCHECKER_CHANGED 70cdf0e10cSrcweir [ 71cdf0e10cSrcweir ExecMethod = Execute ; 72cdf0e10cSrcweir ] 73cdf0e10cSrcweir 74cdf0e10cSrcweir SID_MAIL_EXPORT_FINISHED 75cdf0e10cSrcweir [ 76cdf0e10cSrcweir ExecMethod = Execute; 77cdf0e10cSrcweir ] 78cdf0e10cSrcweir //No Export 79cdf0e10cSrcweir SID_STYLE_FAMILY1 80cdf0e10cSrcweir [ 81cdf0e10cSrcweir Export = FALSE ; 82cdf0e10cSrcweir StateMethod = StateStyleSheet ; 83cdf0e10cSrcweir ] 84cdf0e10cSrcweir 85cdf0e10cSrcweir SID_STYLE_FAMILY2 86cdf0e10cSrcweir [ 87cdf0e10cSrcweir Export = FALSE ; 88cdf0e10cSrcweir StateMethod = StateStyleSheet ; 89cdf0e10cSrcweir ] 90cdf0e10cSrcweir 91cdf0e10cSrcweir SID_STYLE_FAMILY3 92cdf0e10cSrcweir [ 93cdf0e10cSrcweir Export = FALSE ; 94cdf0e10cSrcweir StateMethod = StateStyleSheet ; 95cdf0e10cSrcweir ] 96cdf0e10cSrcweir 97cdf0e10cSrcweir SID_STYLE_FAMILY4 98cdf0e10cSrcweir [ 99cdf0e10cSrcweir Export = FALSE ; 100cdf0e10cSrcweir StateMethod = StateStyleSheet ; 101cdf0e10cSrcweir ] 102cdf0e10cSrcweir SID_STYLE_FAMILY5 103cdf0e10cSrcweir [ 104cdf0e10cSrcweir Export = FALSE ; 105cdf0e10cSrcweir StateMethod = StateStyleSheet ; 106cdf0e10cSrcweir ] 107cdf0e10cSrcweir 108cdf0e10cSrcweir 109cdf0e10cSrcweir SID_ATTR_YEAR2000 110cdf0e10cSrcweir [ 111cdf0e10cSrcweir ExecMethod = Execute ; 112cdf0e10cSrcweir StateMethod = GetState; 113cdf0e10cSrcweir ] 114cdf0e10cSrcweir 115cdf0e10cSrcweir SID_ATTR_CHAR_FONTLIST 116cdf0e10cSrcweir [ 117cdf0e10cSrcweir StateMethod = GetState ; 118cdf0e10cSrcweir ] 119cdf0e10cSrcweir 120cdf0e10cSrcweir SID_MAIL_PREPAREEXPORT 121cdf0e10cSrcweir [ 122cdf0e10cSrcweir ExecMethod = Execute ; 123cdf0e10cSrcweir StateMethod = GetState; 124cdf0e10cSrcweir ] 125cdf0e10cSrcweir} 126cdf0e10cSrcweir 127cdf0e10cSrcweir 128