summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 12:52:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 12:52:17 +0000
commit2a130edba5beecfec5b6878b3f1d470793aa033f (patch)
treeb7602c535fd58d4a5201b966c1ec749b94ddfa46 /sc/source
parent17c28949ac916a9d1c2e46cfffe9c78ed683ed95 (diff)
INTEGRATION: CWS dr32 (1.24.56); FILE MERGED
2005/01/12 10:41:01 dr 1.24.56.1: #i34769# conversion parameter handling; restore cursor after conversion
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/inc/viewfunc.hxx27
1 files changed, 4 insertions, 23 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index ee090d9cf1b2..8bcb32a15131 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfunc.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 16:38:13 $
+ * last change: $Author: vg $ $Date: 2005-02-21 13:52:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#ifndef SC_VIEWFUNC_HXX
#define SC_VIEWFUNC_HXX
@@ -102,6 +101,7 @@ struct ScTabOpParam;
class ScPostIt;
class ScConditionalFormat;
class ScValidationData;
+class ScConversionParam;
class SdrModel;
class Graphic;
class Exchange;
@@ -112,24 +112,6 @@ namespace com { namespace sun { namespace star { namespace datatransfer { class
//==================================================================
-struct ChineseTranslationParams
-{
- Font aTargetFont;
- sal_Int32 nOptions;
- LanguageType nSourceLang;
- LanguageType nTargetLang;
-
- ChineseTranslationParams( LanguageType nSL, LanguageType nTL, const Font &rTF , sal_Int32 nOpt ) :
- nSourceLang( nSL ),
- nTargetLang( nTL ),
- aTargetFont( rTF ),
- nOptions( nOpt )
- {
- }
-};
-
-//==================================================================
-
class ScViewFunc : public ScTabView
{
private:
@@ -352,12 +334,11 @@ public:
void SetNote( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPostIt& rNote );
void DoSpellingChecker( BOOL bRecord = TRUE );
void DoHangulHanjaConversion( BOOL bRecord = TRUE );
- void DoChineseTranslation( const ChineseTranslationParams &rParams, BOOL bRecord = TRUE );
void DoThesaurus( BOOL bRecord = TRUE );
DECL_LINK( SpellError, void * );
/** Generic implementation of sheet conversion functions. */
- void DoSheetConversion( ScConversionType eConvType, BOOL bRecord, const ChineseTranslationParams *pChParams = NULL);
+ void DoSheetConversion( const ScConversionParam& rParam, BOOL bRecord = TRUE );
void SetPrintRanges( BOOL bEntireSheet,
const String* pPrint,