INTEGRATION: CWS calcuno01 (1.19.34); FILE MERGED
2005/03/04 14:00:30 sab 1.19.34.1: #i22706#; don't use USHORT
This commit is contained in:
parent
40a83392f2
commit
65e57894cd
1 changed files with 7 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: docuno.hxx,v $
|
||||
*
|
||||
* $Revision: 1.19 $
|
||||
* $Revision: 1.20 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2004-10-04 20:03:41 $
|
||||
* last change: $Author: vg $ $Date: 2005-03-23 12:44:41 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -449,7 +449,7 @@ class ScTableSheetsObj : public cppu::WeakImplHelper4<
|
|||
private:
|
||||
ScDocShell* pDocShell;
|
||||
|
||||
ScTableSheetObj* GetObjectByIndex_Impl(USHORT nIndex) const;
|
||||
ScTableSheetObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const;
|
||||
ScTableSheetObj* GetObjectByName_Impl(const ::rtl::OUString& aName) const;
|
||||
|
||||
public:
|
||||
|
@ -537,7 +537,7 @@ private:
|
|||
SCCOL nStartCol;
|
||||
SCCOL nEndCol;
|
||||
|
||||
ScTableColumnObj* GetObjectByIndex_Impl(USHORT nIndex) const;
|
||||
ScTableColumnObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const;
|
||||
ScTableColumnObj* GetObjectByName_Impl(const ::rtl::OUString& aName) const;
|
||||
|
||||
public:
|
||||
|
@ -643,7 +643,7 @@ private:
|
|||
SCROW nStartRow;
|
||||
SCROW nEndRow;
|
||||
|
||||
ScTableRowObj* GetObjectByIndex_Impl(USHORT nIndex) const;
|
||||
ScTableRowObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const;
|
||||
|
||||
public:
|
||||
ScTableRowsObj(ScDocShell* pDocSh, SCTAB nT,
|
||||
|
@ -801,7 +801,7 @@ private:
|
|||
SCTAB nTab; // Collection haengt am Sheet
|
||||
|
||||
BOOL GetAddressByIndex_Impl( ULONG nIndex, ScAddress& rPos ) const;
|
||||
ScAnnotationObj* GetObjectByIndex_Impl(USHORT nIndex) const;
|
||||
ScAnnotationObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const;
|
||||
|
||||
public:
|
||||
ScAnnotationsObj(ScDocShell* pDocSh, SCTAB nT);
|
||||
|
@ -854,7 +854,7 @@ private:
|
|||
SCTAB nTab;
|
||||
|
||||
BOOL GetScenarioIndex_Impl( const ::rtl::OUString& rName, SCTAB& rIndex );
|
||||
ScTableSheetObj* GetObjectByIndex_Impl(USHORT nIndex);
|
||||
ScTableSheetObj* GetObjectByIndex_Impl(sal_Int32 nIndex);
|
||||
ScTableSheetObj* GetObjectByName_Impl(const ::rtl::OUString& aName);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue