summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-12-21 12:02:28 +0000
committerjp <jp@openoffice.org>2000-12-21 12:02:28 +0000
commitf843b98b5579f8e07226a9521da0248bb8f3dbf4 (patch)
treec9626a05ff6a40306b64eb1295e00ecd5b5227e4 /sw/sdi
parentee6401c8ac3cf961825cb4db7eb7d524d0c073bf (diff)
new: transliteration
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_textsh.sdi46
1 files changed, 44 insertions, 2 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index a3e47861969e..e96c39141328 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -2,7 +2,7 @@
$Workfile: _textsh.sdi $
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_textsh.sdi,v 1.3 2000-11-13 12:25:09 jp Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_textsh.sdi,v 1.4 2000-12-21 13:02:28 jp Exp $
Beschreibung: Basis-interfaces fuer Text
@@ -485,7 +485,6 @@ interface BaseText : Selection
StateMethod = NoState ;
]
-
//
// Get - Properties
//
@@ -1179,12 +1178,55 @@ interface BaseText : Selection
StateMethod = GetAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+
+
+ FN_TRANSLITERATE_UPPER
+ [
+ ExecMethod = ExecTransliteration;
+ StateMethod = NoState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ FN_TRANSLITERATE_LOWER
+ [
+ ExecMethod = ExecTransliteration;
+ StateMethod = NoState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ FN_TRANSLITERATE_HALFWIDTH
+ [
+ ExecMethod = ExecTransliteration;
+ StateMethod = NoState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ FN_TRANSLITERATE_FULLWIDTH
+ [
+ ExecMethod = ExecTransliteration;
+ StateMethod = NoState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ FN_TRANSLITERATE_HIRAGANA
+ [
+ ExecMethod = ExecTransliteration;
+ StateMethod = NoState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ FN_TRANSLITERATE_KATAGANA
+ [
+ ExecMethod = ExecTransliteration;
+ StateMethod = NoState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+
+
} //ende interface text
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/13 12:25:09 jp
+ character attribute use the method of the BaseShell
+
Revision 1.2 2000/10/05 11:58:51 jp
should change: remove image