drawsh.sdi (ee093554) | drawsh.sdi (1e9c32af) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28 SID_ATTR_LINEEND_STYLE 29 [ 30 SlotType = SfxBoolItem ; 31 ExecMethod = ExecDrawAttrArgs ; 32 StateMethod = DisableState ; 33 Export = FALSE; 34 ] 35 | 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 --- 19 unchanged lines hidden (view full) --- 28 SID_ATTR_LINEEND_STYLE 29 [ 30 SlotType = SfxBoolItem ; 31 ExecMethod = ExecDrawAttrArgs ; 32 StateMethod = DisableState ; 33 Export = FALSE; 34 ] 35 |
36 SID_ATTR_LINE_START 37 [ 38 ExecMethod = ExecDrawAttrArgs ; 39 StateMethod = DisableState ; 40 Export = FALSE; 41 ] 42 43 SID_ATTR_LINE_END 44 [ 45 ExecMethod = ExecDrawAttrArgs ; 46 StateMethod = DisableState ; 47 Export = FALSE; 48 ] 49 | |
50 SID_ATTR_LINE_STYLE 51 [ 52 Export = FALSE; 53 ExecMethod = ExecDrawAttrArgs ; 54 StateMethod = GetDrawAttrState ; 55 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 56 ] 57 58 SID_ATTR_LINE_DASH 59 [ 60 ExecMethod = ExecDrawAttrArgs ; 61 StateMethod = GetDrawAttrState ; 62 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 63 ] 64 | 36 SID_ATTR_LINE_STYLE 37 [ 38 Export = FALSE; 39 ExecMethod = ExecDrawAttrArgs ; 40 StateMethod = GetDrawAttrState ; 41 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 42 ] 43 44 SID_ATTR_LINE_DASH 45 [ 46 ExecMethod = ExecDrawAttrArgs ; 47 StateMethod = GetDrawAttrState ; 48 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 49 ] 50 |
65 SID_ATTR_LINE_TRANSPARENCE 66 [ 67 Export = FALSE; 68 ExecMethod = ExecDrawAttrArgs ; 69 StateMethod = GetDrawAttrState ; 70 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 71 ] 72 73 SID_ATTR_LINE_JOINT 74 [ 75 Export = FALSE; 76 ExecMethod = ExecDrawAttrArgs ; 77 StateMethod = GetDrawAttrState ; 78 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 79 ] 80 81 SID_ATTR_LINE_CAP 82 [ 83 Export = FALSE; 84 ExecMethod = ExecDrawAttrArgs ; 85 StateMethod = GetDrawAttrState ; 86 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 87 ] 88 | |
89 SID_DASH_LIST 90 [ 91 StateMethod = GetDrawAttrState ; 92 ] 93 94 SID_LINEEND_LIST 95 [ 96 StateMethod = GetDrawAttrState ; --- 70 unchanged lines hidden (view full) --- 167 SID_ATTR_FILL_BITMAP 168 [ 169 Export = FALSE; 170 ExecMethod = ExecDrawAttrArgs ; 171 StateMethod = GetDrawAttrState ; 172 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 173 ] 174 | 51 SID_DASH_LIST 52 [ 53 StateMethod = GetDrawAttrState ; 54 ] 55 56 SID_LINEEND_LIST 57 [ 58 StateMethod = GetDrawAttrState ; --- 70 unchanged lines hidden (view full) --- 129 SID_ATTR_FILL_BITMAP 130 [ 131 Export = FALSE; 132 ExecMethod = ExecDrawAttrArgs ; 133 StateMethod = GetDrawAttrState ; 134 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 135 ] 136 |
175 SID_ATTR_FILL_TRANSPARENCE 176 [ 177 Export = FALSE; 178 ExecMethod = ExecDrawAttrArgs ; 179 StateMethod = GetDrawAttrState ; 180 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 181 ] 182 183 SID_ATTR_FILL_FLOATTRANSPARENCE 184 [ 185 Export = FALSE; 186 ExecMethod = ExecDrawAttrArgs ; 187 StateMethod = GetDrawAttrState ; 188 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 189 ] 190 | |
191 SID_ATTRIBUTES_LINE 192 [ 193 ExecMethod = ExecDrawDlg ; 194 StateMethod = DisableState ; 195 ] 196 197 SID_ATTRIBUTES_AREA 198 [ --- 8 unchanged lines hidden (view full) --- 207 ] 208 209 FN_FLIP_VERT_GRAFIC 210 [ 211 ExecMethod = Execute ; 212 StateMethod = GetState ; 213 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 214 ] | 137 SID_ATTRIBUTES_LINE 138 [ 139 ExecMethod = ExecDrawDlg ; 140 StateMethod = DisableState ; 141 ] 142 143 SID_ATTRIBUTES_AREA 144 [ --- 8 unchanged lines hidden (view full) --- 153 ] 154 155 FN_FLIP_VERT_GRAFIC 156 [ 157 ExecMethod = Execute ; 158 StateMethod = GetState ; 159 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 160 ] |
215 SID_FLIP_VERTICAL 216 [ 217 ExecMethod = Execute ; 218 StateMethod = GetState ; 219 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 220 ] | |
221 222 FN_FLIP_HORZ_GRAFIC 223 [ 224 ExecMethod = Execute ; 225 StateMethod = GetState ; 226 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 227 ] | 161 162 FN_FLIP_HORZ_GRAFIC 163 [ 164 ExecMethod = Execute ; 165 StateMethod = GetState ; 166 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 167 ] |
228 SID_FLIP_HORIZONTAL 229 [ 230 ExecMethod = Execute ; 231 StateMethod = GetState ; 232 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 233 ] | |
234 235 SID_OBJECT_ROTATE 236 [ 237 Export = FALSE; 238 ExecMethod = Execute ; 239 StateMethod = GetState ; 240 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 241 ] --- 261 unchanged lines hidden (view full) --- 503 504 SID_FORMTEXT_SHDWYVAL 505 [ 506 ExecMethod = ExecFormText ; 507 StateMethod = GetFormTextState ; 508 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 509 ] 510 | 168 169 SID_OBJECT_ROTATE 170 [ 171 Export = FALSE; 172 ExecMethod = Execute ; 173 StateMethod = GetState ; 174 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 175 ] --- 261 unchanged lines hidden (view full) --- 437 438 SID_FORMTEXT_SHDWYVAL 439 [ 440 ExecMethod = ExecFormText ; 441 StateMethod = GetFormTextState ; 442 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 443 ] 444 |
511 SID_FORMTEXT_STDFORM 512 [ 513 ExecMethod = ExecFormText ; 514 StateMethod = GetFormTextState ; 515 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; 516 ] 517 | |
518 FN_FORMAT_FOOTNOTE_DLG // status() 519 [ 520 ExecMethod = Execute; 521 ] 522 523 SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ? 524 [ 525 ExecMethod = Execute ; --- 14 unchanged lines hidden --- | 445 FN_FORMAT_FOOTNOTE_DLG // status() 446 [ 447 ExecMethod = Execute; 448 ] 449 450 SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ? 451 [ 452 ExecMethod = Execute ; --- 14 unchanged lines hidden --- |