drwtxtsh.sdi (512ec161) drwtxtsh.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

--- 196 unchanged lines hidden (view full) ---

205
206 SID_ATTR_CHAR_STRIKEOUT
207 [
208 ExecMethod = Execute ;
209 StateMethod = GetDrawTxtCtrlState ;
210 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
211 ]
212
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

--- 196 unchanged lines hidden (view full) ---

205
206 SID_ATTR_CHAR_STRIKEOUT
207 [
208 ExecMethod = Execute ;
209 StateMethod = GetDrawTxtCtrlState ;
210 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
211 ]
212
213 SID_ATTR_PARA_LRSPACE //for indent
214 [
215 ExecMethod = Execute ;
216 StateMethod = GetState ;
217 ]
218
219 SID_ATTR_PARA_LINESPACE // api:
220 [
221 ExecMethod = Execute ;
222 StateMethod = GetState ;
223 ]
224
225 SID_ATTR_PARA_ULSPACE
226 [
227 ExecMethod = Execute ;
228 StateMethod = GetState ;
229 ]
230
231 SID_ATTR_PARA_ADJUST_LEFT // api:
232 [
233 ExecMethod = Execute ;
234 StateMethod = GetState ;
235 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
236 ]
237
238 SID_ATTR_PARA_ADJUST_CENTER // api:

--- 73 unchanged lines hidden (view full) ---

312 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
313 ]
314 SID_CHAR_DLG // api:
315 [
316 ExecMethod = Execute ;
317 StateMethod = GetState ;
318 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
319 ]
213 SID_ATTR_PARA_ADJUST_LEFT // api:
214 [
215 ExecMethod = Execute ;
216 StateMethod = GetState ;
217 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
218 ]
219
220 SID_ATTR_PARA_ADJUST_CENTER // api:

--- 73 unchanged lines hidden (view full) ---

294 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
295 ]
296 SID_CHAR_DLG // api:
297 [
298 ExecMethod = Execute ;
299 StateMethod = GetState ;
300 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
301 ]
320
321 SID_CHAR_DLG_EFFECT
322 [
323 ExecMethod = Execute ;
324 StateMethod = GetState ;
325 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
326 ]
327 SID_CHAR_DLG_FOR_PARAGRAPH
328 [
329 ExecMethod = Execute ;
330 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
331 ]
332
333 SID_PARA_DLG // api:
334 [

--- 98 unchanged lines hidden (view full) ---

433
434 SID_FORMTEXT_SHDWYVAL // api:
435 [
436 ExecMethod = ExecFormText ;
437 StateMethod = GetFormTextState ;
438 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
439 ]
440
302 SID_CHAR_DLG_FOR_PARAGRAPH
303 [
304 ExecMethod = Execute ;
305 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
306 ]
307
308 SID_PARA_DLG // api:
309 [

--- 98 unchanged lines hidden (view full) ---

408
409 SID_FORMTEXT_SHDWYVAL // api:
410 [
411 ExecMethod = ExecFormText ;
412 StateMethod = GetFormTextState ;
413 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
414 ]
415
441 SID_FORMTEXT_STDFORM // api:
442 [
443 ExecMethod = ExecFormText ;
444 StateMethod = GetFormTextState ;
445 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
446 ]
447
448 SID_THESAURUS // api:
449 [
450 ExecMethod = ExecDrawLingu ;
451 StateMethod = GetState ;
452 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
453 ]
454
455 SID_HANGUL_HANJA_CONVERSION // api:

--- 140 unchanged lines hidden (view full) ---

596 [
597 StateMethod = StateDisableItems ;
598 ]
599
600 SID_TWAIN_TRANSFER
601 [
602 StateMethod = StateDisableItems ;
603 ]
416 SID_THESAURUS // api:
417 [
418 ExecMethod = ExecDrawLingu ;
419 StateMethod = GetState ;
420 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
421 ]
422
423 SID_HANGUL_HANJA_CONVERSION // api:

--- 140 unchanged lines hidden (view full) ---

564 [
565 StateMethod = StateDisableItems ;
566 ]
567
568 SID_TWAIN_TRANSFER
569 [
570 StateMethod = StateDisableItems ;
571 ]
604
605 SID_TABLE_VERT_NONE
606 [
607 ExecMethod = ExecDraw ;
608 StateMethod = GetStatePropPanelAttr ;
609 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
610 ]
611 SID_TABLE_VERT_CENTER
612 [
613 ExecMethod = ExecDraw ;
614 StateMethod = GetStatePropPanelAttr ;
615 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
616 ]
617 SID_TABLE_VERT_BOTTOM
618 [
619 ExecMethod = ExecDraw ;
620 StateMethod = GetStatePropPanelAttr ;
621 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
622 ]
623}
624
625interface TextDrawFont
626[ uuid = "074C35E0-11EF-101D-9757-6E74207A7520"; ]
627{
628 SID_ATTR_CHAR_FONT // status()
629 [
630 ExecMethod = Execute ;

--- 69 unchanged lines hidden ---
572}
573
574interface TextDrawFont
575[ uuid = "074C35E0-11EF-101D-9757-6E74207A7520"; ]
576{
577 SID_ATTR_CHAR_FONT // status()
578 [
579 ExecMethod = Execute ;

--- 69 unchanged lines hidden ---