summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:02:56 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:02:56 +0000
commit13c8273dd9739ee1f6453a069efeb90b7e92a6d2 (patch)
treecd0987aa908822b834ba91974ef635211b8fded1 /sc/inc/cellsuno.hxx
parent1cbc6554ec0b68d91922eefc5445e2222caf6c99 (diff)
INTEGRATION: CWS rowlimit (1.18.36); FILE MERGED
2004/04/29 16:14:49 er 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/12 17:14:51 er 1.18.36.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 510ce8e9d1e7..eca0a8dd6d88 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 16:03:37 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:02:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1086,7 +1086,7 @@ class ScTableSheetObj : public ScCellRangeObj,
private:
SfxItemPropertySet aSheetPropSet;
- USHORT GetTab_Impl() const;
+ SCTAB GetTab_Impl() const;
void PrintAreaUndo_Impl( ScPrintRangeSaver* pOldRanges );
protected:
@@ -1100,10 +1100,10 @@ protected:
::com::sun::star::uno::RuntimeException);
public:
- ScTableSheetObj(ScDocShell* pDocSh, USHORT nTab);
+ ScTableSheetObj(ScDocShell* pDocSh, SCTAB nTab);
virtual ~ScTableSheetObj();
- void InitInsertSheet(ScDocShell* pDocSh, USHORT nTab);
+ void InitInsertSheet(ScDocShell* pDocSh, SCTAB nTab);
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType )
@@ -1325,7 +1325,7 @@ protected:
::com::sun::star::uno::RuntimeException);
public:
- ScTableColumnObj(ScDocShell* pDocSh, USHORT nCol, USHORT nTab);
+ ScTableColumnObj(ScDocShell* pDocSh, SCCOL nCol, SCTAB nTab);
virtual ~ScTableColumnObj();
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
@@ -1376,7 +1376,7 @@ protected:
::com::sun::star::uno::RuntimeException);
public:
- ScTableRowObj(ScDocShell* pDocSh, USHORT nRow, USHORT nTab);
+ ScTableRowObj(ScDocShell* pDocSh, SCROW nRow, SCTAB nTab);
virtual ~ScTableRowObj();
// XPropertySet ueberladen wegen Zeilen-Properties
@@ -1518,7 +1518,7 @@ class ScCellFormatsEnumeration : public cppu::WeakImplHelper2<
{
private:
ScDocShell* pDocShell;
- USHORT nTab;
+ SCTAB nTab;
ScAttrRectIterator* pIter;
ScRange aNext;
BOOL bAtEnd;