diff options
author | Oliver Specht <os@openoffice.org> | 2002-09-10 12:07:36 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-09-10 12:07:36 +0000 |
commit | 630c03299c68aa4fc78884c82e4d492068fa5fe8 (patch) | |
tree | a1d92ccdc636656fdb59a7fe3d948083f7f46fb8 /sw/sdi/drwtxtsh.sdi | |
parent | 9cff92399fcced78e0cea37ea7133fc23ad6a368 (diff) |
#102174# recording of character attributes completed
Diffstat (limited to 'sw/sdi/drwtxtsh.sdi')
-rw-r--r-- | sw/sdi/drwtxtsh.sdi | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi index 3c5f571eb20c..7c4231a24a8b 100644 --- a/sw/sdi/drwtxtsh.sdi +++ b/sw/sdi/drwtxtsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: drwtxtsh.sdi,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mba $ $Date: 2002-08-29 14:06:50 $ + * last change: $Author: os $ $Date: 2002-09-10 13:06:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -485,8 +485,48 @@ interface TextDrawFont : Object StateMethod = GetDrawTxtCtrlState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + SID_ATTR_CHAR_WORDLINEMODE // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetDrawTxtCtrlState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + SID_ATTR_CHAR_RELIEF + [ + ExecMethod = Execute ; + StateMethod = GetDrawTxtCtrlState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + SID_ATTR_CHAR_LANGUAGE // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetDrawTxtCtrlState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + SID_ATTR_CHAR_KERNING // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetDrawTxtCtrlState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + SID_ATTR_CHAR_AUTOKERN // // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetDrawTxtCtrlState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + SID_ATTR_CHAR_ESCAPEMENT // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetDrawTxtCtrlState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] - + SID_ATTR_CHAR_SCALEWIDTH // status() + [ + ExecMethod = Execute ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] } |