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 BaseTextDocument 25[ 26 Automation = FALSE; 27] 28{ 29 SID_PRINTPREVIEW 30 [ 31 ExecMethod = Execute ; 32 StateMethod = GetState ; 33 ] 34 35 SID_AUTO_CORRECT_DLG 36 [ 37 ExecMethod = Execute ; 38 ] 39 40 SID_STYLE_NEW 41 [ 42 ExecMethod = ExecStyleSheet ; 43 StateMethod = NoState ; 44 ] 45 46 SID_STYLE_EDIT 47 [ 48 ExecMethod = ExecStyleSheet ; 49 StateMethod = NoState ; 50 ] 51 52 SID_STYLE_DELETE 53 [ 54 ExecMethod = ExecStyleSheet ; 55 StateMethod = NoState ; 56 ] 57 58 SID_TEMPLATE_LOAD 59 [ 60 ExecMethod = Execute ; 61 StateMethod = NoState ; 62 ] 63 64 SID_GET_COLORTABLE 65 [ 66 ExecMethod = Execute ; 67 ] 68 69 SID_SPELLCHECKER_CHANGED 70 [ 71 ExecMethod = Execute ; 72 ] 73 74 SID_MAIL_EXPORT_FINISHED 75 [ 76 ExecMethod = Execute; 77 ] 78 //No Export 79 SID_STYLE_FAMILY1 80 [ 81 Export = FALSE ; 82 StateMethod = StateStyleSheet ; 83 ] 84 85 SID_STYLE_FAMILY2 86 [ 87 Export = FALSE ; 88 StateMethod = StateStyleSheet ; 89 ] 90 91 SID_STYLE_FAMILY3 92 [ 93 Export = FALSE ; 94 StateMethod = StateStyleSheet ; 95 ] 96 97 SID_STYLE_FAMILY4 98 [ 99 Export = FALSE ; 100 StateMethod = StateStyleSheet ; 101 ] 102 SID_STYLE_FAMILY5 103 [ 104 Export = FALSE ; 105 StateMethod = StateStyleSheet ; 106 ] 107 108 109 SID_ATTR_YEAR2000 110 [ 111 ExecMethod = Execute ; 112 StateMethod = GetState; 113 ] 114 115 SID_ATTR_CHAR_FONTLIST 116 [ 117 StateMethod = GetState ; 118 ] 119 120 SID_MAIL_PREPAREEXPORT 121 [ 122 ExecMethod = Execute ; 123 StateMethod = GetState; 124 ] 125} 126 127 128