summaryrefslogtreecommitdiff
path: root/sw/inc/hhcwrp.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-05 12:18:19 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-05 12:18:19 +0000
commit2b9652e8f9ac15cd5561c4250dfd77b44c834b6e (patch)
treed30edd96feceaec1088e85e041177b64be18bfec /sw/inc/hhcwrp.hxx
parent0f09dd8f819da5f235bc6609687bd3cd87a52477 (diff)
INTEGRATION: CWS tl12 (1.3.52); FILE MERGED
2005/09/22 17:10:27 tl 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/22 11:16:51 tl 1.3.52.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also
Diffstat (limited to 'sw/inc/hhcwrp.hxx')
-rw-r--r--sw/inc/hhcwrp.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx
index 9adf3d78e131..4199a2152681 100644
--- a/sw/inc/hhcwrp.hxx
+++ b/sw/inc/hhcwrp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hhcwrp.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:56:59 $
+ * last change: $Author: kz $ $Date: 2005-10-05 13:18:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -90,12 +90,15 @@ class SwHHCWrapper : public svx::HangulHanjaConversion
void SelectNewUnit_impl( const sal_Int32 nUnitStart,
const sal_Int32 nUnitEnd );
+ void ChangeText( const String &rNewText );
inline BOOL IsDrawObj() { return bIsDrawObj; }
inline void SetDrawObj( BOOL bNew ) { bIsDrawObj = bNew; }
protected:
- virtual void GetNextPortion( ::rtl::OUString& rNextPortion, LanguageType& rLangOfPortion );
+ virtual void GetNextPortion( ::rtl::OUString& rNextPortion,
+ LanguageType& rLangOfPortion,
+ sal_Bool bAllowImplicitChangesForNotConvertibleText );
virtual void HandleNewUnit( const sal_Int32 nUnitStart,
const sal_Int32 nUnitEnd );
virtual void ReplaceUnit(