summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 14:03:18 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 14:03:18 +0000
commit8ea552859516afc97c51110f8dc0646f77a87a12 (patch)
treea807e3472802fb39cc079175963a2e1b4d04f2d6 /sc/inc/document.hxx
parenta63e4fc258dc1d6e52fbb307ea7f8ab437cd41dd (diff)
INTEGRATION: CWS numberformat (1.88.28); FILE MERGED
2005/11/01 14:00:48 kendy 1.88.28.2: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable. 2005/10/26 17:51:42 kendy 1.88.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 517004e255a3..44b203007cc6 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: document.hxx,v $
*
- * $Revision: 1.88 $
+ * $Revision: 1.89 $
*
- * last change: $Author: hr $ $Date: 2005-09-28 11:26:15 $
+ * last change: $Author: rt $ $Date: 2005-12-14 15:03:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -170,10 +170,10 @@ namespace com { namespace sun { namespace star {
#ifdef _ZFORLIST_DECLARE_TABLE
-class SvULONGTable;
+class SvNumberFormatterIndexTable;
#else
class Table;
-typedef Table SvULONGTable;
+typedef Table SvNumberFormatterIndexTable;
#endif
@@ -262,7 +262,7 @@ private:
XColorTable* pColorTable;
ScConditionalFormatList* pCondFormList; // bedingte Formate
ScValidationDataList* pValidationList; // Gueltigkeit
- SvULONGTable* pFormatExchangeList; // zum Umsetzen von Zahlenformaten
+ SvNumberFormatterIndexTable* pFormatExchangeList; // zum Umsetzen von Zahlenformaten
ScTable* pTab[MAXTABCOUNT];
ScRangeName* pRangeName;
ScDBCollection* pDBCollection;
@@ -500,7 +500,7 @@ SC_DLLPUBLIC ScDBCollection* GetDBCollection() const;
SC_DLLPUBLIC BOOL GetName( SCTAB nTab, String& rName ) const;
BOOL GetTable( const String& rName, SCTAB& rTab ) const;
inline SCTAB GetTableCount() const { return nMaxTableNumber; }
- SvULONGTable* GetFormatExchangeList() const { return pFormatExchangeList; }
+ SvNumberFormatterIndexTable* GetFormatExchangeList() const { return pFormatExchangeList; }
void SetDocProtection( BOOL bProtect, const com::sun::star::uno::Sequence <sal_Int8>& aPass );
void SetTabProtection( SCTAB nTab, BOOL bProtect, const com::sun::star::uno::Sequence <sal_Int8>& aPass );
@@ -712,8 +712,8 @@ SC_DLLPUBLIC ScDBCollection* GetDBCollection() const;
void GetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, double& rValue );
double RoundValueAsShown( double fVal, ULONG nFormat );
void GetNumberFormat( SCCOL nCol, SCROW nRow, SCTAB nTab,
- ULONG& rFormat );
- ULONG GetNumberFormat( const ScAddress& ) const;
+ sal_uInt32& rFormat );
+ sal_uInt32 GetNumberFormat( const ScAddress& ) const;
/// if no number format attribute is set the calculated
/// number format of the formula cell is returned
void GetNumberFormatInfo( short& nType, ULONG& nIndex,
@@ -1103,7 +1103,7 @@ SC_DLLPUBLIC ScDBCollection* GetDBCollection() const;
BOOL bPutToPool = FALSE );
void SetPattern( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPatternAttr& rAttr,
BOOL bPutToPool = FALSE );
- void DeleteNumberFormat( const ULONG* pDelKeys, ULONG nCount );
+ void DeleteNumberFormat( const sal_uInt32* pDelKeys, sal_uInt32 nCount );
void AutoFormat( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
USHORT nFormatNo, const ScMarkData& rMark );