summaryrefslogtreecommitdiff
path: root/sc/sdi/cellsh.sdi
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-26 18:26:30 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-26 18:26:30 +0000
commit8307bfb0388b946a86876096cef78d012479e981 (patch)
treeca1872bc41533fec5b63aee6c02fe575da279671 /sc/sdi/cellsh.sdi
parentac67f489432eebcb1b37d354f4599bbe72588ae5 (diff)
transliteration menu functions
Diffstat (limited to 'sc/sdi/cellsh.sdi')
-rw-r--r--sc/sdi/cellsh.sdi11
1 files changed, 10 insertions, 1 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index abce92be7130..2bf64b7c68ad 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -3,7 +3,7 @@
// StarCalc
//
// (C) 1994 StarDivision GmbH, Hamburg, Germany
- // $Author: er $ $Date: 2001-02-06 14:46:11 $ $Revision: 1.2 $
+ // $Author: nn $ $Date: 2001-03-26 19:18:57 $ $Revision: 1.3 $
// $Logfile: T:/sc/sdi/cellsh.sdv $ $Workfile: cellsh.sdi $
//----------------------------------------------------------------------------
@@ -161,6 +161,12 @@ interface CellSelection : Selection
SID_THESAURUS [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
SID_SPELLING [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
+ SID_TRANSLITERATE_UPPER [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
+ SID_TRANSLITERATE_LOWER [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
+ SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
+ SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
+ SID_TRANSLITERATE_HIRAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
+ SID_TRANSLITERATE_KATAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
}
// ===========================================================================
@@ -370,6 +376,9 @@ shell ScCellShell : ScFormatShell
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.2 2001/02/06 14:46:11 er
+ SID_DEL_COLS, SID_DEL_ROWS: StateMethod GetBlockState instead of GetState (need matrix formula check)
+
Revision 1.1.1.1 2000/09/18 16:44:52 hr
initial import