summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch)
treed266019c3c89a0649074f3290439d74010ec618c /sc/source/filter/inc
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/colrowst.hxx3
-rw-r--r--sc/source/filter/inc/exp_op.hxx6
-rw-r--r--sc/source/filter/inc/fapihelper.hxx34
-rw-r--r--sc/source/filter/inc/fdumper.hxx4
-rw-r--r--sc/source/filter/inc/formel.hxx6
-rw-r--r--sc/source/filter/inc/fprogressbar.hxx4
-rw-r--r--sc/source/filter/inc/htmlpars.hxx5
-rw-r--r--sc/source/filter/inc/namebuff.hxx7
-rw-r--r--sc/source/filter/inc/otlnbuff.hxx3
-rw-r--r--sc/source/filter/inc/qproform.hxx4
-rw-r--r--sc/source/filter/inc/tokstack.hxx6
-rw-r--r--sc/source/filter/inc/tool.h4
-rw-r--r--sc/source/filter/inc/xcl97rec.hxx30
-rw-r--r--sc/source/filter/inc/xehelper.hxx30
-rw-r--r--sc/source/filter/inc/xerecord.hxx6
-rw-r--r--sc/source/filter/inc/xestream.hxx16
-rw-r--r--sc/source/filter/inc/xestring.hxx69
-rw-r--r--sc/source/filter/inc/xestyle.hxx33
-rw-r--r--sc/source/filter/inc/xistream.hxx15
-rw-r--r--sc/source/filter/inc/xlpivot.hxx8
-rw-r--r--sc/source/filter/inc/xlstyle.hxx7
-rw-r--r--sc/source/filter/inc/xltools.hxx7
-rw-r--r--sc/source/filter/inc/xltracer.hxx16
23 files changed, 137 insertions, 186 deletions
diff --git a/sc/source/filter/inc/colrowst.hxx b/sc/source/filter/inc/colrowst.hxx
index 5a485de77af5..0e1e70fc3b78 100644
--- a/sc/source/filter/inc/colrowst.hxx
+++ b/sc/source/filter/inc/colrowst.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: colrowst.hxx,v $
- * $Revision: 1.24 $
+ * $Revision: 1.23.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -50,7 +50,6 @@ public:
void SetDefHeight( sal_uInt16 nDefHeight, sal_uInt16 nFlags );
void SetHeight( SCROW nRow, sal_uInt16 nHeight );
- void HideRow( SCROW nRow );
void SetRowSettings( SCROW nRow, sal_uInt16 nHeight, sal_uInt16 nFlags );
void SetDefaultXF( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nXFIndex );
diff --git a/sc/source/filter/inc/exp_op.hxx b/sc/source/filter/inc/exp_op.hxx
index 655e0a17d723..4936e07cc36e 100644
--- a/sc/source/filter/inc/exp_op.hxx
+++ b/sc/source/filter/inc/exp_op.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: exp_op.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.13.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -62,7 +62,7 @@ public:
-
+#if ENABLE_LOTUS123_EXPORT
class ExportWK1 : public ExportTyp
{
private:
@@ -101,7 +101,7 @@ public:
FltError Write();
};
-
+#endif
diff --git a/sc/source/filter/inc/fapihelper.hxx b/sc/source/filter/inc/fapihelper.hxx
index 8771d1653452..9e91cd13b891 100644
--- a/sc/source/filter/inc/fapihelper.hxx
+++ b/sc/source/filter/inc/fapihelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fapihelper.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.11.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -89,22 +89,22 @@ public:
/** Creates an instance from the passed service name, using the process service factory. */
static XInterfaceRef CreateInstance( const ::rtl::OUString& rServiceName );
- /** Creates an instance from the passed service name, using the passed service factory. */
- static XInterfaceRef CreateInstanceWithArgs(
- XServiceFactoryRef xFactory,
- const ::rtl::OUString& rServiceName,
- const UnoAnySequence& rArgs );
-
- /** Creates an instance from the passed service name, using the service factory of the passed object. */
- static XInterfaceRef CreateInstanceWithArgs(
- SfxObjectShell* pShell,
- const ::rtl::OUString& rServiceName,
- const UnoAnySequence& rArgs );
-
- /** Creates an instance from the passed service name, using the process service factory. */
- static XInterfaceRef CreateInstanceWithArgs(
- const ::rtl::OUString& rServiceName,
- const UnoAnySequence& rArgs );
+//UNUSED2008-05 /** Creates an instance from the passed service name, using the passed service factory. */
+//UNUSED2008-05 static XInterfaceRef CreateInstanceWithArgs(
+//UNUSED2008-05 XServiceFactoryRef xFactory,
+//UNUSED2008-05 const ::rtl::OUString& rServiceName,
+//UNUSED2008-05 const UnoAnySequence& rArgs );
+//UNUSED2008-05
+//UNUSED2008-05 /** Creates an instance from the passed service name, using the service factory of the passed object. */
+//UNUSED2008-05 static XInterfaceRef CreateInstanceWithArgs(
+//UNUSED2008-05 SfxObjectShell* pShell,
+//UNUSED2008-05 const ::rtl::OUString& rServiceName,
+//UNUSED2008-05 const UnoAnySequence& rArgs );
+//UNUSED2008-05
+//UNUSED2008-05 /** Creates an instance from the passed service name, using the process service factory. */
+//UNUSED2008-05 static XInterfaceRef CreateInstanceWithArgs(
+//UNUSED2008-05 const ::rtl::OUString& rServiceName,
+//UNUSED2008-05 const UnoAnySequence& rArgs );
/** Opens a password dialog and returns the entered password.
@return The entered password or an empty string on 'Cancel' or any error. */
diff --git a/sc/source/filter/inc/fdumper.hxx b/sc/source/filter/inc/fdumper.hxx
index aea8de6ae96c..997e4092e53f 100644
--- a/sc/source/filter/inc/fdumper.hxx
+++ b/sc/source/filter/inc/fdumper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fdumper.hxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.8.28.2 $
*
* This file is part of OpenOffice.org.
*
@@ -31,7 +31,7 @@
#ifndef SC_FDUMPER_HXX
#define SC_FDUMPER_HXX
-#define SCF_INCL_DUMPER (OSL_DEBUG_LEVEL > 0)
+#define SCF_INCL_DUMPER (OSL_DEBUG_LEVEL > 0) && 0
#include <map>
#include <math.h>
diff --git a/sc/source/filter/inc/formel.hxx b/sc/source/filter/inc/formel.hxx
index 7e0e18885871..ebef6bd83810 100644
--- a/sc/source/filter/inc/formel.hxx
+++ b/sc/source/filter/inc/formel.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: formel.hxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.11.32.4 $
*
* This file is part of OpenOffice.org.
*
@@ -240,8 +240,8 @@ protected:
virtual ~LotusConverterBase();
public:
- void Reset( INT32 nLen );
- void Reset( INT32 nLen, const ScAddress& rEingPos );
+//UNUSED2008-05 void Reset( INT32 nLen );
+//UNUSED2008-05 void Reset( INT32 nLen, const ScAddress& rEingPos );
void Reset( const ScAddress& rEingPos );
virtual ConvErr Convert( const ScTokenArray*& rpErg, INT32& nRest,
diff --git a/sc/source/filter/inc/fprogressbar.hxx b/sc/source/filter/inc/fprogressbar.hxx
index 140a7e3147aa..77349615faac 100644
--- a/sc/source/filter/inc/fprogressbar.hxx
+++ b/sc/source/filter/inc/fprogressbar.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fprogressbar.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.8.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -222,7 +222,7 @@ private:
class ScfStreamProgressBar
{
public:
- explicit ScfStreamProgressBar( SvStream& rStrm, SfxObjectShell* pDocShell, const String& rText );
+//UNUSED2008-05 explicit ScfStreamProgressBar( SvStream& rStrm, SfxObjectShell* pDocShell, const String& rText );
explicit ScfStreamProgressBar( SvStream& rStrm, SfxObjectShell* pDocShell, USHORT nResId = STR_LOAD_DOC );
/** Sets the progress bar to the current stream position. */
diff --git a/sc/source/filter/inc/htmlpars.hxx b/sc/source/filter/inc/htmlpars.hxx
index 0b8ffe4390a8..b75a44c618db 100644
--- a/sc/source/filter/inc/htmlpars.hxx
+++ b/sc/source/filter/inc/htmlpars.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: htmlpars.hxx,v $
- * $Revision: 1.16 $
+ * $Revision: 1.16.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -597,9 +597,6 @@ public:
virtual const ScHTMLTable* GetGlobalTable() const;
private:
- /** Returns the specified table (may be maGlobTable, if no real table can be found). */
- ScHTMLTable* GetTable( ScHTMLTableId nTableId ) const;
-
/** Handles all possible tags in the HTML document. */
void ProcessToken( const ImportInfo& rInfo );
/** Inserts a text portion into current entry. */
diff --git a/sc/source/filter/inc/namebuff.hxx b/sc/source/filter/inc/namebuff.hxx
index 0ee10c9eb09e..060422fe6b52 100644
--- a/sc/source/filter/inc/namebuff.hxx
+++ b/sc/source/filter/inc/namebuff.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: namebuff.hxx,v $
- * $Revision: 1.16 $
+ * $Revision: 1.15.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -118,8 +118,6 @@ public:
inline UINT16 GetLastIndex( void );
inline void SetBase( UINT16 nNewBase = 0 );
void operator <<( const String& rNewString );
- void Reset( void );
- BOOL Find( const sal_Char* pRefName, UINT16& rIndex );
};
//#94039# prevent empty rootdata
@@ -307,7 +305,6 @@ public:
BOOL GetScTabIndex( UINT16 nExcSheetIndex, UINT16& rIn_LastTab_Out_ScIndex );
BOOL IsLink( const UINT16 nExcSheetIndex ) const;
BOOL GetLink( const UINT16 nExcSheetIndex, String &rAppl, String &rDoc ) const;
- BOOL IsExternal( UINT16 nExcSheetIndex ) const;
void Reset( void );
};
@@ -329,8 +326,6 @@ struct ExtName
inline ExtName( const String& r ) : aName( r ), nStorageId( 0 ) {}
BOOL IsDDE( void ) const;
- BOOL IsOLE( void ) const;
- BOOL IsName( void ) const;
};
diff --git a/sc/source/filter/inc/otlnbuff.hxx b/sc/source/filter/inc/otlnbuff.hxx
index 886c2c713dbf..883705afc6d7 100644
--- a/sc/source/filter/inc/otlnbuff.hxx
+++ b/sc/source/filter/inc/otlnbuff.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: otlnbuff.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.5.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -53,7 +53,6 @@ class XclImpOutlineBuffer
void SetLevel( SCSIZE nIndex, BYTE nVal, BOOL bOuted, BOOL bHidden );
void SetOutlineArray( ScOutlineArray* pOArray );
void Reset( void );
- void Reset( ScOutlineArray* pOArray );
void MakeScOutline( void );
void SetLevelRange( SCSIZE nF, SCSIZE nL, BYTE nVal,
BOOL bOuted, BOOL bHidden );
diff --git a/sc/source/filter/inc/qproform.hxx b/sc/source/filter/inc/qproform.hxx
index 153d819d612a..82a5dd72d9fb 100644
--- a/sc/source/filter/inc/qproform.hxx
+++ b/sc/source/filter/inc/qproform.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: qproform.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -81,8 +81,6 @@ class QProToSc : public ConverterBase
void DoFunc( DefTokenId eOc, sal_uInt16 nArgs, const sal_Char* pExtString );
void ReadSRD( SingleRefData& rR, sal_Int8 nPage, sal_Int8 nCol, sal_uInt16 rRel );
void IncToken( TokenId &aParam );
- void DecToken( TokenId& aParam );
- void NegToken( TokenId& aParam );
DefTokenId IndexToToken( sal_uInt16 nToken );
FUNC_TYPE IndexToType( sal_uInt8 nToken );
DefTokenId IndexToDLLId( sal_uInt16 nIndex );
diff --git a/sc/source/filter/inc/tokstack.hxx b/sc/source/filter/inc/tokstack.hxx
index 7378c4302be5..42e5718ecda4 100644
--- a/sc/source/filter/inc/tokstack.hxx
+++ b/sc/source/filter/inc/tokstack.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tokstack.hxx,v $
- * $Revision: 1.15 $
+ * $Revision: 1.14.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -167,7 +167,7 @@ class TokenPool
inline void operator >>( TokenStack& rStack );
inline const TokenId Store( void );
const TokenId Store( const double& rDouble );
- const TokenId StoreError( USHORT nError );
+//UNUSED2008-05 const TokenId StoreError( USHORT nError );
// nur fuer Range-Names
const TokenId Store( const UINT16 nIndex );
@@ -188,7 +188,7 @@ class TokenPool
inline const SingleRefData* GetSRD( const TokenId& nId ) const;
BOOL IsSingleOp( const TokenId& nId, const DefTokenId eId ) const;
const String* GetExternal( const TokenId& nId ) const;
- const String* GetString( const TokenId& nId ) const;
+//UNUSED2008-05 const String* GetString( const TokenId& nId ) const;
ScMatrix* GetMatrix( unsigned int n ) const;
};
diff --git a/sc/source/filter/inc/tool.h b/sc/source/filter/inc/tool.h
index 2cc2a8c20f9f..24de125426b8 100644
--- a/sc/source/filter/inc/tool.h
+++ b/sc/source/filter/inc/tool.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tool.h,v $
- * $Revision: 1.6 $
+ * $Revision: 1.5.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -42,8 +42,6 @@ void PutFormString( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_Char *pString
void SetFormat( SCCOL nCol, SCROW nRow, SCTAB nTab, BYTE nFormat, BYTE nSt );
-sal_Char* ReplaceWith( sal_Char* pString, sal_Char cVon, sal_Char cNach );
-
void InitPage( void );
String DosToSystem( sal_Char *pSource );
diff --git a/sc/source/filter/inc/xcl97rec.hxx b/sc/source/filter/inc/xcl97rec.hxx
index 9afc12be25ad..8740af2c70e5 100644
--- a/sc/source/filter/inc/xcl97rec.hxx
+++ b/sc/source/filter/inc/xcl97rec.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xcl97rec.hxx,v $
- * $Revision: 1.49 $
+ * $Revision: 1.48.30.3 $
*
* This file is part of OpenOffice.org.
*
@@ -338,15 +338,6 @@ public:
};
-// --- class ExcBofC8 ------------------------------------------------
-// Header Record fuer CHARTs
-
-class ExcBofC8 : public ExcBof8_Base
-{
-public:
- ExcBofC8();
-};
-
// --- class ExcBundlesheet8 -----------------------------------------
class ExcBundlesheet8 : public ExcBundlesheetBase
@@ -374,25 +365,6 @@ public:
};
-// --- class XclDConRef ----------------------------------------------
-
-class XclDConRef : public ExcRecord
-{
-private:
- ScRange aSourceRange;
- XclExpString* pWorkbook;
-
- virtual void SaveCont( XclExpStream& rStrm );
-
-public:
- XclDConRef( const ScRange& rSrcR, const String& rWB );
- virtual ~XclDConRef();
-
- virtual UINT16 GetNum() const;
- virtual sal_Size GetLen() const;
-};
-
-
// ---- class XclCodename --------------------------------------------
class XclCodename : public ExcRecord
diff --git a/sc/source/filter/inc/xehelper.hxx b/sc/source/filter/inc/xehelper.hxx
index e58d443af39c..cb9170396ead 100644
--- a/sc/source/filter/inc/xehelper.hxx
+++ b/sc/source/filter/inc/xehelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xehelper.hxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.20.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -142,23 +142,23 @@ public:
@return true = Cell range returned in rXclRange is valid (original or cropped). */
bool ConvertRange( XclRange& rXclRange, const ScRange& rScRange, bool bWarn );
- /** Returns a valid cell range by moving it into allowed dimensions.
- @descr The start and/or end position of the range may be modified.
- @param rScRange The Calc cell range to convert.
- @param bWarn true = Sets the internal flag that produces a warning box
- after loading/saving the file, if the cell range contains invalid cells.
- @return The converted Excel cell range. */
- XclRange CreateValidRange( const ScRange& rScRange, bool bWarn );
+//UNUSED2008-05 /** Returns a valid cell range by moving it into allowed dimensions.
+//UNUSED2008-05 @descr The start and/or end position of the range may be modified.
+//UNUSED2008-05 @param rScRange The Calc cell range to convert.
+//UNUSED2008-05 @param bWarn true = Sets the internal flag that produces a warning box
+//UNUSED2008-05 after loading/saving the file, if the cell range contains invalid cells.
+//UNUSED2008-05 @return The converted Excel cell range. */
+//UNUSED2008-05 XclRange CreateValidRange( const ScRange& rScRange, bool bWarn );
// cell range list --------------------------------------------------------
- /** Checks if the passed cell range list is valid.
- @param rScRanges The Calc cell range list to check.
- @param bWarn true = Sets the internal flag that produces a warning box
- after loading/saving the file, if the cell range list contains at
- least one invalid range.
- @return true = Cell range list in rScRanges is completly valid. */
- bool CheckRangeList( const ScRangeList& rScRanges, bool bWarn );
+//UNUSED2008-05 /** Checks if the passed cell range list is valid.
+//UNUSED2008-05 @param rScRanges The Calc cell range list to check.
+//UNUSED2008-05 @param bWarn true = Sets the internal flag that produces a warning box
+//UNUSED2008-05 after loading/saving the file, if the cell range list contains at
+//UNUSED2008-05 least one invalid range.
+//UNUSED2008-05 @return true = Cell range list in rScRanges is completly valid. */
+//UNUSED2008-05 bool CheckRangeList( const ScRangeList& rScRanges, bool bWarn );
/** Checks and eventually crops the cell ranges to valid dimensions.
@descr The start position of the ranges will not be modified. Cell
diff --git a/sc/source/filter/inc/xerecord.hxx b/sc/source/filter/inc/xerecord.hxx
index 21f161f7f6ee..1a7cf2143736 100644
--- a/sc/source/filter/inc/xerecord.hxx
+++ b/sc/source/filter/inc/xerecord.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xerecord.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.14.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -51,8 +51,8 @@ public:
/** Overwrite this method to do any operation while saving the record. */
virtual void Save( XclExpStream& rStrm );
- /** Calls Save(XclExpStream&) nCount times. */
- void SaveRepeated( XclExpStream& rStrm, size_t nCount );
+//UNUSED2008-05 /** Calls Save(XclExpStream&) nCount times. */
+//UNUSED2008-05 void SaveRepeated( XclExpStream& rStrm, size_t nCount );
};
// ----------------------------------------------------------------------------
diff --git a/sc/source/filter/inc/xestream.hxx b/sc/source/filter/inc/xestream.hxx
index 1094dddc0dc0..8408fef68acf 100644
--- a/sc/source/filter/inc/xestream.hxx
+++ b/sc/source/filter/inc/xestream.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xestream.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.8.30.2 $
*
* This file is part of OpenOffice.org.
*
@@ -120,18 +120,20 @@ public:
// *** unicode string export is realized with helper class XclExpString ***
// (slice length setting has no effect here -> disabled automatically)
- /** Writes Unicode buffer as 8/16 bit, repeats nFlags at start of a CONTINUE record. */
- void WriteUnicodeBuffer( const sal_uInt16* pBuffer, sal_Size nChars, sal_uInt8 nFlags );
+//UNUSED2008-05 /** Writes Unicode buffer as 8/16 bit, repeats nFlags at start of a CONTINUE record. */
+//UNUSED2008-05 void WriteUnicodeBuffer( const sal_uInt16* pBuffer, sal_Size nChars, sal_uInt8 nFlags );
+
/** Writes Unicode buffer as 8/16 bit, repeats nFlags at start of a CONTINUE record. */
void WriteUnicodeBuffer( const ScfUInt16Vec& rBuffer, sal_uInt8 nFlags );
// *** write 8-bit-strings ***
// (slice length setting has no effect here -> disabled automatically)
- /** Writes ByteString buffer (without string length field). */
- void WriteByteStringBuffer(
- const ByteString& rString,
- sal_uInt16 nMaxLen = 0x00FF );
+//UNUSED2008-05 /** Writes ByteString buffer (without string length field). */
+//UNUSED2008-05 void WriteByteStringBuffer(
+//UNUSED2008-05 const ByteString& rString,
+//UNUSED2008-05 sal_uInt16 nMaxLen = 0x00FF );
+
/** Writes string length field and ByteString buffer. */
void WriteByteString(
const ByteString& rString,
diff --git a/sc/source/filter/inc/xestring.hxx b/sc/source/filter/inc/xestring.hxx
index 757f6e9506e8..d26d69976171 100644
--- a/sc/source/filter/inc/xestring.hxx
+++ b/sc/source/filter/inc/xestring.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xestring.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.11.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -74,15 +74,6 @@ public:
const String& rString,
XclStrFlags nFlags = EXC_STR_DEFAULT,
sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
- /** Constructs a formatted BIFF8 Unicode string.
- @param rFormats The formatting runs.
- @param nFlags Modifiers for string export.
- @param nMaxLen The maximum number of characters to store in this string. */
- explicit XclExpString(
- const String& rString,
- const XclFormatRunVec& rFormats,
- XclStrFlags nFlags = EXC_STR_DEFAULT,
- sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
/** Constructs an unformatted BIFF8 Unicode string.
@param nFlags Modifiers for string export.
@param nMaxLen The maximum number of characters to store in this string. */
@@ -90,15 +81,25 @@ public:
const ::rtl::OUString& rString,
XclStrFlags nFlags = EXC_STR_DEFAULT,
sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
- /** Constructs a formatted BIFF8 Unicode string.
- @param rFormats The formatting runs.
- @param nFlags Modifiers for string export.
- @param nMaxLen The maximum number of characters to store in this string. */
- explicit XclExpString(
- const ::rtl::OUString& rString,
- const XclFormatRunVec& rFormats,
- XclStrFlags nFlags = EXC_STR_DEFAULT,
- sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
+//UNUSED2008-05 /** Constructs a formatted BIFF8 Unicode string.
+//UNUSED2008-05 @param rFormats The formatting runs.
+//UNUSED2008-05 @param nFlags Modifiers for string export.
+//UNUSED2008-05 @param nMaxLen The maximum number of characters to store in this string. */
+//UNUSED2008-05 explicit XclExpString(
+//UNUSED2008-05 const String& rString,
+//UNUSED2008-05 const XclFormatRunVec& rFormats,
+//UNUSED2008-05 XclStrFlags nFlags = EXC_STR_DEFAULT,
+//UNUSED2008-05 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
+//UNUSED2008-05
+//UNUSED2008-05 /** Constructs a formatted BIFF8 Unicode string.
+//UNUSED2008-05 @param rFormats The formatting runs.
+//UNUSED2008-05 @param nFlags Modifiers for string export.
+//UNUSED2008-05 @param nMaxLen The maximum number of characters to store in this string. */
+//UNUSED2008-05 explicit XclExpString(
+//UNUSED2008-05 const ::rtl::OUString& rString,
+//UNUSED2008-05 const XclFormatRunVec& rFormats,
+//UNUSED2008-05 XclStrFlags nFlags = EXC_STR_DEFAULT,
+//UNUSED2008-05 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
// assign -----------------------------------------------------------------
@@ -150,26 +151,28 @@ public:
rtl_TextEncoding eTextEnc,
XclStrFlags nFlags = EXC_STR_DEFAULT,
sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
- /** Assigns a character, converts this object to a BIFF2-BIFF7 byte string.
- @param nFlags Modifiers for string export.
- @param nMaxLen The maximum number of characters to store in this string (for appending). */
- void AssignByte(
- sal_Unicode cChar,
- rtl_TextEncoding eTextEnc,
- XclStrFlags nFlags = EXC_STR_DEFAULT,
- sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
+
+//UNUSED2008-05 /** Assigns a character, converts this object to a BIFF2-BIFF7 byte string.
+//UNUSED2008-05 @param nFlags Modifiers for string export.
+//UNUSED2008-05 @param nMaxLen The maximum number of characters to store in this string (for appending). */
+//UNUSED2008-05 void AssignByte(
+//UNUSED2008-05 sal_Unicode cChar,
+//UNUSED2008-05 rtl_TextEncoding eTextEnc,
+//UNUSED2008-05 XclStrFlags nFlags = EXC_STR_DEFAULT,
+//UNUSED2008-05 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
// append -----------------------------------------------------------------
/** Appends a string. Uses the string flags used in constructor or last Assign().
@descr This object must be a BIFF8 Unicode string. */
void Append( const String& rString );
- /** Appends a string. Uses the string flags used in constructor or last Assign().
- @descr This object must be a BIFF8 Unicode string. */
- void Append( const ::rtl::OUString& rString );
- /** Appends a character. Uses the string flags used in constructor or last Assign().
- @descr This object must be a BIFF8 Unicode string. */
- void Append( sal_Unicode cChar );
+
+//UNUSED2008-05 /** Appends a string. Uses the string flags used in constructor or last Assign().
+//UNUSED2008-05 @descr This object must be a BIFF8 Unicode string. */
+//UNUSED2008-05 void Append( const ::rtl::OUString& rString );
+//UNUSED2008-05 /** Appends a character. Uses the string flags used in constructor or last Assign().
+//UNUSED2008-05 @descr This object must be a BIFF8 Unicode string. */
+//UNUSED2008-05 void Append( sal_Unicode cChar );
/** Appends a string. Uses the string flags used in constructor or last Assign().
@descr This object must be a BIFF2-BIFF7 byte string. */
diff --git a/sc/source/filter/inc/xestyle.hxx b/sc/source/filter/inc/xestyle.hxx
index c0e500992fe4..0c5523a510da 100644
--- a/sc/source/filter/inc/xestyle.hxx
+++ b/sc/source/filter/inc/xestyle.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xestyle.hxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.20.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -529,26 +529,27 @@ class XclExpDefaultXF : public XclExpXF
public:
explicit XclExpDefaultXF( const XclExpRoot& rRoot, bool bCellXF );
- /** Sets the parent XF ID. Only allowed for cell XFs. */
- void SetParent( sal_uInt32 nParentXFId );
+//UNUSED2008-05 /** Sets the parent XF ID. Only allowed for cell XFs. */
+//UNUSED2008-05 void SetParent( sal_uInt32 nParentXFId );
+//UNUSED2008-05
+//UNUSED2008-05 /** Sets all "attribute used" flags explicitely.
+//UNUSED2008-05 @descr The following Set***() functions set the appropriate flag too. */
+//UNUSED2008-05 void SetUsedFlags(
+//UNUSED2008-05 bool bProtUsed, bool bFontUsed, bool bFmtUsed,
+//UNUSED2008-05 bool bAlignUsed, bool bBorderUsed, bool bAreaUsed );
+//UNUSED2008-05 /** Sets the cell protection flags. */
+//UNUSED2008-05 void SetProtection( const XclExpCellProt& rProtection );
+//UNUSED2008-05 /** Sets cell alignment attributes. */
+//UNUSED2008-05 void SetAlignment( const XclExpCellAlign& rAlignment );
+//UNUSED2008-05 /** Sets a cell border style. */
+//UNUSED2008-05 void SetBorder( const XclExpCellBorder& rBorder );
+//UNUSED2008-05 /** Sets a cell area style. */
+//UNUSED2008-05 void SetArea( const XclExpCellArea& rArea );
- /** Sets all "attribute used" flags explicitely.
- @descr The following Set***() functions set the appropriate flag too. */
- void SetUsedFlags(
- bool bProtUsed, bool bFontUsed, bool bFmtUsed,
- bool bAlignUsed, bool bBorderUsed, bool bAreaUsed );
- /** Sets the cell protection flags. */
- void SetProtection( const XclExpCellProt& rProtection );
/** Sets the Excel font index. */
void SetFont( sal_uInt16 nXclFont );
/** Sets the Excel number format index. */
void SetNumFmt( sal_uInt16 nXclNumFmt );
- /** Sets cell alignment attributes. */
- void SetAlignment( const XclExpCellAlign& rAlignment );
- /** Sets a cell border style. */
- void SetBorder( const XclExpCellBorder& rBorder );
- /** Sets a cell area style. */
- void SetArea( const XclExpCellArea& rArea );
};
// ----------------------------------------------------------------------------
diff --git a/sc/source/filter/inc/xistream.hxx b/sc/source/filter/inc/xistream.hxx
index f35dbe17a518..bad06af69ac2 100644
--- a/sc/source/filter/inc/xistream.hxx
+++ b/sc/source/filter/inc/xistream.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xistream.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.13.30.3 $
*
* This file is part of OpenOffice.org.
*
@@ -310,8 +310,8 @@ public:
/** Seeks to last position from user position stack.
@descr This position will be removed from the stack. */
void PopPosition();
- /** Removes last position from user position stack, but does not seek to it. */
- void RejectPosition();
+//UNUSED2008-05 /** Removes last position from user position stack, but does not seek to it. */
+//UNUSED2008-05 void RejectPosition();
/** Stores current position. This position keeps valid in all records. */
void StoreGlobalPosition();
@@ -357,9 +357,10 @@ public:
/** Copies nBytes bytes to rOutStrm.
@return Count of bytes really written. */
sal_Size CopyToStream( SvStream& rOutStrm, sal_Size nBytes );
- /** Copies the entire record to rOutStrm. The current record position keeps unchanged.
- @return Count of bytes really written. */
- sal_Size CopyRecordToStream( SvStream& rOutStrm );
+
+//UNUSED2008-05 /** Copies the entire record to rOutStrm. The current record position keeps unchanged.
+//UNUSED2008-05 @return Count of bytes really written. */
+//UNUSED2008-05 sal_Size CopyRecordToStream( SvStream& rOutStrm );
/** Seeks absolute in record content to the specified position.
@descr The value 0 means start of record, independent from physical stream position. */
@@ -430,8 +431,6 @@ public:
String ReadRawByteString( sal_uInt16 nChars );
/** Reads 8/16 bit string length, character array and returns the string. */
String ReadByteString( bool b16BitLen );
- /** Ignores 8/16 bit string length, character array. */
- void IgnoreByteString( bool b16BitLen );
// *** SvStream functions *** ---------------------------------------------
diff --git a/sc/source/filter/inc/xlpivot.hxx b/sc/source/filter/inc/xlpivot.hxx
index bd26ac1540a3..9604c7b1d17d 100644
--- a/sc/source/filter/inc/xlpivot.hxx
+++ b/sc/source/filter/inc/xlpivot.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xlpivot.hxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.12.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -490,7 +490,6 @@ struct XclPCNumGroupInfo
explicit XclPCNumGroupInfo();
- bool IsNumType() const;
void SetNumType();
sal_Int32 GetScDateType() const;
@@ -520,8 +519,9 @@ public:
/** Returns true, if this is a standard field build directly from source data. */
bool IsStandardField() const;
- /** Returns true, if the items of the field are calculated from a formula. */
- bool IsCalculatedField() const;
+
+//UNUSED2008-05 /** Returns true, if the items of the field are calculated from a formula. */
+//UNUSED2008-05 bool IsCalculatedField() const;
/** Returns true, if this field is a grouping field. */
bool IsStdGroupField() const;
diff --git a/sc/source/filter/inc/xlstyle.hxx b/sc/source/filter/inc/xlstyle.hxx
index 28ab38a1cfe0..ac56f254492c 100644
--- a/sc/source/filter/inc/xlstyle.hxx
+++ b/sc/source/filter/inc/xlstyle.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xlstyle.hxx,v $
- * $Revision: 1.23 $
+ * $Revision: 1.23.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -465,8 +465,9 @@ protected:
/** Returns the current number format map. */
inline const XclNumFmtMap& GetFormatMap() const { return maFmtMap; }
- /** Returns the number format with the specified Excel format index. */
- const XclNumFmt* GetFormat( sal_uInt16 nXclNumFmt ) const;
+
+//UNUSED2008-05 /** Returns the number format with the specified Excel format index. */
+//UNUSED2008-05 const XclNumFmt* GetFormat( sal_uInt16 nXclNumFmt ) const;
/** Inserts a new number format for the specified Excel format index. */
void InsertFormat( sal_uInt16 nXclNumFmt, const String& rFormat );
diff --git a/sc/source/filter/inc/xltools.hxx b/sc/source/filter/inc/xltools.hxx
index f76190f1464f..459a5c9b3a78 100644
--- a/sc/source/filter/inc/xltools.hxx
+++ b/sc/source/filter/inc/xltools.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xltools.hxx,v $
- * $Revision: 1.27 $
+ * $Revision: 1.27.32.2 $
*
* This file is part of OpenOffice.org.
*
@@ -166,8 +166,9 @@ public:
/** Returns a text encoding from an Excel code page.
@return The corresponding text encoding or RTL_TEXTENCODING_DONTKNOW. */
static rtl_TextEncoding GetTextEncoding( sal_uInt16 nCodePage );
- /** Returns an Excel code page from a text encoding. */
- static sal_uInt16 GetXclCodePage( rtl_TextEncoding eTextEnc );
+
+//UNUSED2008-05 /** Returns an Excel code page from a text encoding. */
+//UNUSED2008-05 static sal_uInt16 GetXclCodePage( rtl_TextEncoding eTextEnc );
// font names -------------------------------------------------------------
diff --git a/sc/source/filter/inc/xltracer.hxx b/sc/source/filter/inc/xltracer.hxx
index eec0c294bb0e..2d3009260140 100644
--- a/sc/source/filter/inc/xltracer.hxx
+++ b/sc/source/filter/inc/xltracer.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xltracer.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.9.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -99,15 +99,10 @@ public:
/** Adds an attribute to be traced with the next Trace() call. */
void AddAttribute( const ::rtl::OUString& rName, const ::rtl::OUString& rValue );
- /** Adds an attribute to be traced with the next Trace() call. */
- void AddAttribute( const ::rtl::OUString& rName, sal_Int32 nValue );
/** Creates an element including all attributes set up to this call.
@descr Removes all attributes after the element is traced. */
void Trace( const ::rtl::OUString& rElementID, const ::rtl::OUString& rMessage );
- /** Creates an element including all attributes set up to this call.
- @descr Removes all attributes after the element is traced. */
- void Trace( const ::rtl::OUString& rElementID, sal_Int32 nMessage );
/** Calls Trace() with a known document properties problem. */
void TraceLog( XclTracerId eProblem, sal_Int32 nValue = 0 );
@@ -125,24 +120,15 @@ public:
void TraceDates(sal_uInt16 nNumFmt);
void TraceBorderLineStyle(bool bBorderLineStyle);
void TraceFillPattern(bool bFillPattern);
- void TraceInvisibleGrid(bool bVisibleGrid);
void TraceFormulaExtName();
void TraceFormulaMissingArg();
void TracePivotDataSource(bool bExternal);
void TracePivotChartExists();
void TraceChartUnKnownType();
- void TraceChartTrendLines();
- void TraceChartErrorBars();
void TraceChartOnlySheet();
- void TraceChartRange();
- void TraceChartDSName();
void TraceChartDataTable();
void TraceChartLegendPosition();
- void TraceChartTextFormatting();
void TraceChartEmbeddedObj();
- void TraceChartAxisAutoCross();
- void TraceChartAxisManualCross();
- void TraceChartInvalidXY();
void TraceUnsupportedObjects();
void TraceObjectNotPrintable();
void TraceDVType(bool bType);