summaryrefslogtreecommitdiff
path: root/sw/inc/extinput.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 15:02:50 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 15:02:50 +0000
commit956fa5976195e5688811891436cf5cb5bcfff9b2 (patch)
treea05f3f8d090ff6bf24bcd58b90439359c0f6da76 /sw/inc/extinput.hxx
parent60ad99eb70cc52cb6a27fdc301c26e1f47247278 (diff)
INTEGRATION: CWS os30 (1.4.622); FILE MERGED
2004/05/19 13:13:32 os 1.4.622.1: #i21019# set CJK/CTL language on text input if necessary
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r--sw/inc/extinput.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx
index e8bdb97a7526..62fb4f3ce49a 100644
--- a/sw/inc/extinput.hxx
+++ b/sw/inc/extinput.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: extinput.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jp $ $Date: 2001-06-08 13:35:48 $
+ * last change: $Author: rt $ $Date: 2004-06-17 16:02:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,9 @@
#ifndef _PAM_HXX
#include <pam.hxx>
#endif
-
+#ifndef _LANG_HXX
+#include <tools/lang.hxx>
+#endif
class CommandExtTextInputData;
class Font;
@@ -78,6 +80,7 @@ class SwExtTextInput : public SwPaM
String sOverwriteText;
BOOL bInsText : 1;
BOOL bIsOverwriteCursor : 1;
+ LanguageType eInputLanguage;
public:
SwExtTextInput( const SwPaM& rPam, Ring* pRing = 0 );
virtual ~SwExtTextInput();
@@ -90,6 +93,8 @@ public:
void SetInsText( BOOL bFlag ) { bInsText = bFlag; }
BOOL IsOverwriteCursor() const { return bIsOverwriteCursor; }
void SetOverwriteCursor( BOOL bFlag );
+ LanguageType GetLanguage() const { return eInputLanguage;}
+ void SetLanguage(LanguageType eSet) { eInputLanguage = eSet;}
};
#endif //_EXTINPUT_HXX