Home
last modified time | relevance | path

Searched refs:pLayLeaf (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/core/layout/
H A Dfindfrm.cxx100 const SwLayoutFrm *pLayLeaf = this; in ContainsCntnt() local
103 while ( (!pLayLeaf->IsSctFrm() || pLayLeaf == this ) && in ContainsCntnt()
104 pLayLeaf->Lower() && pLayLeaf->Lower()->IsLayoutFrm() ) in ContainsCntnt()
105 pLayLeaf = (SwLayoutFrm*)pLayLeaf->Lower(); in ContainsCntnt()
107 if( pLayLeaf->IsSctFrm() && pLayLeaf != this ) in ContainsCntnt()
109 const SwCntntFrm *pCnt = pLayLeaf->ContainsCntnt(); in ContainsCntnt()
112 if( pLayLeaf->GetNext() ) in ContainsCntnt()
114 if( pLayLeaf->GetNext()->IsLayoutFrm() ) in ContainsCntnt()
116 pLayLeaf = (SwLayoutFrm*)pLayLeaf->GetNext(); in ContainsCntnt()
120 return (SwCntntFrm*)pLayLeaf->GetNext(); in ContainsCntnt()
[all …]
H A Dsectfrm.cxx1636 SwLayoutFrm *pLayLeaf; in GetNextSctLeaf() local
1639 pLayLeaf = 0; in GetNextSctLeaf()
1643 pLayLeaf = pTmpCnt ? pTmpCnt->GetUpper() : 0; in GetNextSctLeaf()
1647 pLayLeaf = GetNextLayoutLeaf(); in GetNextSctLeaf()
1650 while( pLayLeaf && ((SwColumnFrm*)this)->IsAnLower( pLayLeaf ) ) in GetNextSctLeaf()
1651 pLayLeaf = pLayLeaf->GetNextLayoutLeaf(); in GetNextSctLeaf()
1661 if( pLayLeaf ) in GetNextSctLeaf()
1666 SwPageFrm* pNxtPg = pLayLeaf->FindPageFrm(); in GetNextSctLeaf()
1669 pLayLeaf = 0; in GetNextSctLeaf()
1674 if ( (bBody && !pLayLeaf->IsInDocBody()) || in GetNextSctLeaf()
[all …]
H A Dflowfrm.cxx978 SwLayoutFrm *pLayLeaf = 0; in GetNextLeaf() local
983 pLayLeaf = pTmp->GetUpper(); in GetNextLeaf()
985 if ( !pLayLeaf ) in GetNextLeaf()
986 pLayLeaf = GetNextLayoutLeaf(); in GetNextLeaf()
995 if ( pLayLeaf ) in GetNextLeaf()
1001 if ( pLayLeaf->FindPageFrm()->IsFtnPage() ) in GetNextLeaf()
1003 pLayLeaf = 0; in GetNextLeaf()
1006 if ( (bBody && !pLayLeaf->IsInDocBody()) || pLayLeaf->IsInTab() in GetNextLeaf()
1007 || pLayLeaf->IsInSct() ) in GetNextLeaf()
1010 pOldLayLeaf = pLayLeaf; in GetNextLeaf()
[all …]