From 81bc572b8874b1ebc1a8b5298fbe14c62cacc1da Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 6 Jul 2004 11:52:46 +0000 Subject: [PATCH] INTEGRATION: CWS docking1 (1.10.126); FILE MERGED 2004/05/05 16:17:44 cd 1.10.126.1: #i26252# Fixed wrong item type for some slots and added state slots for CTL and vertical text --- sc/sdi/drtxtob.sdi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index 8a9d770abf0b..c0038ff0dc31 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -2,9 +2,9 @@ * * $RCSfile: drtxtob.sdi,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2003-10-20 15:33:58 $ + * last change: $Author: obo $ $Date: 2004-07-06 12:52:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,6 +150,8 @@ interface TableDrawText : Selection SID_TEXTDIRECTION_TOP_TO_BOTTOM [ ExecMethod = Execute; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_PARA_LEFT_TO_RIGHT [ ExecMethod = ExecuteExtra; StateMethod = GetAttrState; Export = FALSE; ] SID_ATTR_PARA_RIGHT_TO_LEFT [ ExecMethod = ExecuteExtra; StateMethod = GetAttrState; Export = FALSE; ] + SID_VERTICALTEXT_STATE [ StateMethod = GetAttrState ; Export = FALSE; ] + SID_CTLFONT_STATE [ StateMethod = GetAttrState ; Export = FALSE; ] SID_TRANSLITERATE_UPPER [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ] SID_TRANSLITERATE_LOWER [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]