summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewutil.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-27 15:11:36 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-27 15:11:36 +0000
commitb78a3d4005ea5a7dce7e471293abc6b9a47d9331 (patch)
tree539b415e5131cd18f3564122ae23ab5773151e8c /sc/source/ui/inc/viewutil.hxx
parentc4062f3ceb152afa2a309c1147c449321fbaa4de (diff)
INTEGRATION: CWS tl01 (1.4.290); FILE MERGED
2003/10/07 14:32:28 dr 1.4.290.1: #112060# Hangul/Hanja Conversion in Calc
Diffstat (limited to 'sc/source/ui/inc/viewutil.hxx')
-rw-r--r--sc/source/ui/inc/viewutil.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx
index 1fde471cdcc0..edd642bb3c73 100644
--- a/sc/source/ui/inc/viewutil.hxx
+++ b/sc/source/ui/inc/viewutil.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewutil.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2001-03-26 19:21:59 $
+ * last change: $Author: obo $ $Date: 2004-04-27 16:11:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,12 @@ class ScAddress;
enum ScUpdateMode { SC_UPDATE_ALL, SC_UPDATE_CHANGED, SC_UPDATE_MARKS };
+/** Specifiers for sheet conversion (functions iterating over the sheet and modifying cells). */
+enum ScConversionType
+{
+ SC_CONVERSION_SPELLCHECK, /// Spell checker.
+ SC_CONVERSION_HANGULHANJA /// Hangul-Hanja converter.
+};
// ---------------------------------------------------------------------------