summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-04 14:14:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-04 14:14:52 +0000
commit0e1b85d1186b6962c56a6ad2f5cc80e58dd74a89 (patch)
tree57032b8aaaedcf1b020813d8236d94f52bfcfa21 /sw/sdi/_textsh.sdi
parent7427b2ca6e44bceedca8ce15c286500ce7a49416 (diff)
INTEGRATION: CWS os92 (1.36.382); FILE MERGED
2007/02/12 14:58:04 os 1.36.382.1: #i71095# added slots Font, FontHeight, Weight, Posture for CJK and CTL to prevent crashes while recording
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi52
1 files changed, 50 insertions, 2 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index f0a4c9d87472..97616fb2940e 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 15:15:48 $
+ * last change: $Author: rt $ $Date: 2007-04-04 15:14:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1232,12 +1232,36 @@ interface BaseText
StateMethod = GetTxtFontCtrlState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_ATTR_CHAR_CJK_FONT // status(final|play)
+ [
+ ExecMethod = ExecTxtCtrl ;
+ StateMethod = GetTxtFontCtrlState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_ATTR_CHAR_CTL_FONT // status(final|play)
+ [
+ ExecMethod = ExecTxtCtrl ;
+ StateMethod = GetTxtFontCtrlState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_ATTR_CHAR_FONTHEIGHT // status(final|play)
[
ExecMethod = ExecTxtCtrl ;
StateMethod = GetTxtFontCtrlState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_ATTR_CHAR_CJK_FONTHEIGHT // status(final|play)
+ [
+ ExecMethod = ExecTxtCtrl ;
+ StateMethod = GetTxtFontCtrlState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_ATTR_CHAR_CTL_FONTHEIGHT // status(final|play)
+ [
+ ExecMethod = ExecTxtCtrl ;
+ StateMethod = GetTxtFontCtrlState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_ATTR_CHAR_COLOR_BACKGROUND // status()
[
ExecMethod = Execute ;
@@ -1274,12 +1298,36 @@ interface BaseText
StateMethod = GetTxtFontCtrlState;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_ATTR_CHAR_CJK_WEIGHT // status(final|play)
+ [
+ ExecMethod = ExecTxtCtrl;
+ StateMethod = GetTxtFontCtrlState;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_ATTR_CHAR_CTL_WEIGHT // status(final|play)
+ [
+ ExecMethod = ExecTxtCtrl;
+ StateMethod = GetTxtFontCtrlState;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_ATTR_CHAR_POSTURE // status(final|play)
[
ExecMethod = ExecTxtCtrl;
StateMethod = GetTxtFontCtrlState;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_ATTR_CHAR_CJK_POSTURE // status(final|play)
+ [
+ ExecMethod = ExecTxtCtrl;
+ StateMethod = GetTxtFontCtrlState;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_ATTR_CHAR_CTL_POSTURE // status(final|play)
+ [
+ ExecMethod = ExecTxtCtrl;
+ StateMethod = GetTxtFontCtrlState;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_ATTR_CHAR_UNDERLINE // status(final|play)
[
ExecMethod = ExecTxtCtrl;