summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-08-02 17:16:22 +0000
committerNiklas Nebel <nn@openoffice.org>2001-08-02 17:16:22 +0000
commit42445b930f193033bd265026145f445a0ad9cf1c (patch)
tree1888e6417dbf58f88aa8dbc58478376e98488ace /sc/inc
parent519a20fa2537054eb49073c2f4046d3f372aa456 (diff)
#83616# GetCommonWidth, HasDetectiveObjects
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx8
-rw-r--r--sc/inc/table.hxx6
2 files changed, 10 insertions, 4 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index ab7760e1e221..73ac8fb1efcd 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: document.hxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: er $ $Date: 2001-08-02 14:45:23 $
+ * last change: $Author: nn $ $Date: 2001-08-02 18:14:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1014,6 +1014,8 @@ public:
ScDetOpList* GetDetOpList() const { return pDetOpList; }
void SetDetOpList(ScDetOpList* pNew);
+ BOOL HasDetectiveObjects(USHORT nTab) const;
+
void GetSelectionFrame( const ScMarkData& rMark,
SvxBoxItem& rLineOuter,
SvxBoxInfoItem& rLineInner );
@@ -1137,6 +1139,8 @@ public:
USHORT GetOriginalWidth( USHORT nCol, USHORT nTab ) const;
USHORT GetOriginalHeight( USHORT nRow, USHORT nTab ) const;
+ USHORT GetCommonWidth( USHORT nEndCol, USHORT nTab ) const;
+
inline USHORT FastGetRowHeight( USHORT nRow, USHORT nTab ) const; // ohne Ueberpruefungen!
USHORT GetHiddenRowCount( USHORT nRow, USHORT nTab ) const;
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index e8ad98ed81e7..e91ef6c2d898 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: table.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: er $ $Date: 2001-06-21 12:06:46 $
+ * last change: $Author: nn $ $Date: 2001-08-02 18:14:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -547,6 +547,8 @@ public:
USHORT GetOriginalWidth( USHORT nCol ) const;
USHORT GetOriginalHeight( USHORT nRow ) const;
+ USHORT GetCommonWidth( USHORT nEndCol ) const;
+
USHORT GetHiddenRowCount( USHORT nRow ) const;
void ShowCol(USHORT nCol, BOOL bShow);