summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/pvlaydlg.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:39:24 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:39:24 +0000
commitfb380ad0fb5c2f388d3ef5c4957b49af7b8e8aa9 (patch)
tree2f6c7cf1d7f36c8873c96a1b9280ffb8f3d6c59a /sc/source/ui/inc/pvlaydlg.hxx
parentf7a25425c18de2bb020641aa4aac1649de95d79e (diff)
INTEGRATION: CWS rowlimit (1.5.202); FILE MERGED
2004/04/29 16:33:09 er 1.5.202.3: RESYNC: (1.5-1.6); FILE MERGED 2004/02/24 20:21:25 er 1.5.202.2: #i1967# type correctness 2004/01/13 20:04:34 er 1.5.202.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/source/ui/inc/pvlaydlg.hxx')
-rw-r--r--sc/source/ui/inc/pvlaydlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/pvlaydlg.hxx b/sc/source/ui/inc/pvlaydlg.hxx
index 74d21205e1fb..9d514192fb24 100644
--- a/sc/source/ui/inc/pvlaydlg.hxx
+++ b/sc/source/ui/inc/pvlaydlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pvlaydlg.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-04-13 12:31:44 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:39:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -224,10 +224,10 @@ private:
void InitFocus ();
void CalcWndSizes ();
Point DlgPos2WndPos ( const Point& rPt, Window& rWnd );
- LabelData* GetLabelData ( short nCol, size_t* pPos = NULL );
- String GetLabelString ( short nCol );
+ LabelData* GetLabelData ( SCsCOL nCol, size_t* pPos = NULL );
+ String GetLabelString ( SCsCOL nCol );
String GetFuncString ( USHORT& rFuncMask, BOOL bIsValue = TRUE );
- BOOL Contains ( FuncDataVec* pArr, short nCol, size_t& nAt );
+ BOOL Contains ( FuncDataVec* pArr, SCsCOL nCol, size_t& nAt );
void Remove ( FuncDataVec* pArr, size_t nAt );
void Insert ( FuncDataVec* pArr, const FuncData& rFData, size_t nAt );