summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/olinefun.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:36:38 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:36:38 +0000
commit11d5f2c74a6d8b939e9fe2247b6b2fb58ac715da (patch)
tree27c60798b24ad62716d34a0efa060c4d135b979d /sc/source/ui/inc/olinefun.hxx
parent483a96bf36c4f1efd576791bb631b46f040a6013 (diff)
INTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED
2004/01/13 20:04:20 er 1.1.1.1.346.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/source/ui/inc/olinefun.hxx')
-rw-r--r--sc/source/ui/inc/olinefun.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/olinefun.hxx b/sc/source/ui/inc/olinefun.hxx
index 9f10400abd90..35405baf0971 100644
--- a/sc/source/ui/inc/olinefun.hxx
+++ b/sc/source/ui/inc/olinefun.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: olinefun.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:00 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:36:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,18 +83,18 @@ public:
BOOL MakeOutline( const ScRange& rRange, BOOL bColumns, BOOL bRecord, BOOL bApi );
BOOL RemoveOutline( const ScRange& rRange, BOOL bColumns, BOOL bRecord, BOOL bApi );
- BOOL RemoveAllOutlines( USHORT nTab, BOOL bRecord, BOOL bApi );
+ BOOL RemoveAllOutlines( SCTAB nTab, BOOL bRecord, BOOL bApi );
BOOL AutoOutline( const ScRange& rRange, BOOL bRecord, BOOL bApi );
- BOOL SelectLevel( USHORT nTab, BOOL bColumns, USHORT nLevel,
+ BOOL SelectLevel( SCTAB nTab, BOOL bColumns, USHORT nLevel,
BOOL bRecord, BOOL bPaint, BOOL bApi );
BOOL ShowMarkedOutlines( const ScRange& rRange, BOOL bRecord, BOOL bApi );
BOOL HideMarkedOutlines( const ScRange& rRange, BOOL bRecord, BOOL bApi );
- BOOL ShowOutline( USHORT nTab, BOOL bColumns, USHORT nLevel, USHORT nEntry,
+ BOOL ShowOutline( SCTAB nTab, BOOL bColumns, USHORT nLevel, USHORT nEntry,
BOOL bRecord, BOOL bPaint, BOOL bApi );
- BOOL HideOutline( USHORT nTab, BOOL bColumns, USHORT nLevel, USHORT nEntry,
+ BOOL HideOutline( SCTAB nTab, BOOL bColumns, USHORT nLevel, USHORT nEntry,
BOOL bRecord, BOOL bPaint, BOOL bApi );
};