summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/sectfrm.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 10:12:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 10:12:58 +0000
commit4530918e38640f85d8baa69be387a9d820362ce6 (patch)
tree131f42252d2d3269df42d317a9107d78548780f0 /sw/source/core/inc/sectfrm.hxx
parentfba47cb45327de5ff17bd5d1eb792c56e67972a2 (diff)
INTEGRATION: CWS cellbreak (1.5.326); FILE MERGED
2003/11/14 10:06:56 fme 1.5.326.1: #i2109# Split table rows
Diffstat (limited to 'sw/source/core/inc/sectfrm.hxx')
-rw-r--r--sw/source/core/inc/sectfrm.hxx20
1 files changed, 4 insertions, 16 deletions
diff --git a/sw/source/core/inc/sectfrm.hxx b/sw/source/core/inc/sectfrm.hxx
index 541f7106bc4f..768cb7c9fbaa 100644
--- a/sw/source/core/inc/sectfrm.hxx
+++ b/sw/source/core/inc/sectfrm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sectfrm.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ama $ $Date: 2002-06-19 14:33:21 $
+ * last change: $Author: obo $ $Date: 2004-01-13 11:12:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,8 +114,8 @@ public:
inline const SwSectionFrm *GetFollow() const;
inline SwSectionFrm *GetFollow();
- inline const SwSectionFrm *FindMaster() const;
- inline SwSectionFrm *FindMaster();
+ SwSectionFrm* FindMaster() const;
+
SwCntntFrm *FindLastCntnt( BYTE nMode = 0 );
inline const SwCntntFrm *FindLastCntnt( BYTE nMode = 0 ) const;
inline SwSection* GetSection() { return pSection; }
@@ -134,8 +134,6 @@ public:
void DelEmpty( BOOL bRemove ); // wie Cut(), Follow-Verkettung wird aber mitgepflegt
BOOL IsToIgnore() const // Keine Groesse, kein Inhalt, muss ignoriert werden
{ return !Frm().Height() && !ContainsCntnt(); }
- SwSectionFrm *FindSectionMaster();
- SwSectionFrm *FindFirstSectionMaster();
SwFtnContFrm* ContainsFtnCont( const SwFtnContFrm* pCont = NULL ) const;
BOOL Growable() const;
SwTwips _Shrink( SwTwips, SZPTR BOOL bTst );
@@ -179,16 +177,6 @@ inline SwSectionFrm *SwSectionFrm::GetFollow()
{
return (SwSectionFrm*)SwFlowFrm::GetFollow();
}
-
-inline const SwSectionFrm *SwSectionFrm::FindMaster() const
-{
- return (const SwSectionFrm*)SwFlowFrm::FindMaster();
-}
-inline SwSectionFrm *SwSectionFrm::FindMaster()
-{
- return (SwSectionFrm*)SwFlowFrm::FindMaster();
-}
-
inline const SwCntntFrm *SwSectionFrm::FindLastCntnt( BYTE nMode ) const
{
return ((SwSectionFrm*)this)->FindLastCntnt( nMode );