summaryrefslogtreecommitdiff
path: root/sw/sdi/drwtxtsh.sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-04-18 08:08:49 +0000
committerOliver Specht <os@openoffice.org>2001-04-18 08:08:49 +0000
commit83768452caa75a042ca0e09445c6d5a96c0013b9 (patch)
treef38e3c845056581cc7b0133a82b49047358e48c6 /sw/sdi/drwtxtsh.sdi
parentf27ad02d82279cf4f2fa008dfe643930148b1301 (diff)
CJK options depend on the installation
Diffstat (limited to 'sw/sdi/drwtxtsh.sdi')
-rw-r--r--sw/sdi/drwtxtsh.sdi13
1 files changed, 8 insertions, 5 deletions
diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi
index df1b05567602..74e3e3072c1e 100644
--- a/sw/sdi/drwtxtsh.sdi
+++ b/sw/sdi/drwtxtsh.sdi
@@ -2,7 +2,7 @@
$Workfile: drwtxtsh.sdi $
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/drwtxtsh.sdi,v 1.3 2001-03-16 14:47:06 jp Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/drwtxtsh.sdi,v 1.4 2001-04-18 09:08:43 os Exp $
Beschreibung: IDL - File DrawTextshell fuer Sw3
@@ -381,25 +381,25 @@ interface TextDrawText : Selection
SID_TRANSLITERATE_HALFWIDTH
[
ExecMethod = ExecTransliteration;
- StateMethod = NoState ;
+ StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_TRANSLITERATE_FULLWIDTH
[
ExecMethod = ExecTransliteration;
- StateMethod = NoState ;
+ StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_TRANSLITERATE_HIRAGANA
[
ExecMethod = ExecTransliteration;
- StateMethod = NoState ;
+ StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
SID_TRANSLITERATE_KATAGANA
[
ExecMethod = ExecTransliteration;
- StateMethod = NoState ;
+ StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
}
@@ -442,6 +442,9 @@ shell SwDrawTextShell
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.3 2001/03/16 14:47:06 jp
+ new: vertical support for textboxes
+
Revision 1.2 2001/03/09 12:00:37 jp
new: Transliteration for TextBoxes