summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-17 12:30:29 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-17 12:30:29 +0000
commit54354750991e5d995ee65fe58761d4e4243ee01a (patch)
treec131d9c7eb9ee34c5e449bec61ff4c3a1cae1b48 /sw/source/ui/inc/view.hxx
parent97771b7fc6538ca4a3fb7027e5190f874e9615e4 (diff)
INTEGRATION: CWS os34 (1.22.62); FILE MERGED
2004/09/16 16:34:24 tl 1.22.62.4: RESYNC: (1.22-1.26); FILE MERGED 2004/09/16 08:14:23 tl 1.22.62.3: #i30303# merged to m53 2004/07/29 09:02:48 tl 1.22.62.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:32:57 tl 1.22.62.1: #i30303# implementation of simplified/traditional Chinese conversion
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index ffb4c0eb3518..42713b7cb9bf 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: view.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 09:04:17 $
+ * last change: $Author: rt $ $Date: 2004-09-17 13:30:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -370,15 +370,14 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
SW_DLLPRIVATE void StartThesaurus();
// text conversion
- SW_DLLPRIVATE void ConvertDocument( const String* pStr );
- SW_DLLPRIVATE void _ConvertDocument( const String* pStr );
+ SW_DLLPRIVATE void StartTextConversion( LanguageType nSourceLang, LanguageType nTargetLang, const Font *pTargetFont, sal_Int32 nOptions, sal_Bool bIsInteractive );
// used for spell checking and text conversion
SW_DLLPRIVATE void SpellStart( SvxSpellArea eSpell, BOOL bStartDone,
- BOOL bEndDone, sal_Bool bIsConversion = sal_False );
- SW_DLLPRIVATE void SpellEnd( sal_Bool bIsConversion = sal_False );
+ BOOL bEndDone, SwHHCWrapper *pConvWrapper = 0 );
+ SW_DLLPRIVATE void SpellEnd( SwHHCWrapper *pConvWrapper = 0 );
- SW_DLLPRIVATE void HyphStart( SvxSpellArea eSpell );
+ SW_DLLPRIVATE void HyphStart( SvxSpellArea eSpell );
SW_DLLPRIVATE void _SpellDocument( const String* pStr, BOOL bAllRight );
SW_DLLPRIVATE BOOL CheckSpecialCntnt();
SW_DLLPRIVATE void SpellKontext(BOOL bOn = TRUE)