Searched refs:pLayLeaf (Results 1 – 3 of 3) sorted by relevance
103 while ( (!pLayLeaf->IsSctFrm() || pLayLeaf == this ) && in ContainsCntnt()105 pLayLeaf = (SwLayoutFrm*)pLayLeaf->Lower(); in ContainsCntnt()107 if( pLayLeaf->IsSctFrm() && pLayLeaf != this ) in ContainsCntnt()116 pLayLeaf = (SwLayoutFrm*)pLayLeaf->GetNext(); in ContainsCntnt()126 pLayLeaf = pLayLeaf->GetNextLayoutLeaf(); in ContainsCntnt()184 pLayLeaf = (SwLayoutFrm*)pLayLeaf->Lower(); in ContainsAny()186 if( ( pLayLeaf->IsTabFrm() || pLayLeaf->IsSctFrm() ) in ContainsAny()196 pLayLeaf = pLayLeaf->GetNextLayoutLeaf(); in ContainsAny()197 if( bNoFtn && pLayLeaf && pLayLeaf->IsInFtn() ) in ContainsAny()201 pLayLeaf = pLayLeaf->GetNextLayoutLeaf(); in ContainsAny()[all …]
1639 pLayLeaf = 0; in GetNextSctLeaf()1651 pLayLeaf = pLayLeaf->GetNextLayoutLeaf(); in GetNextSctLeaf()1661 if( pLayLeaf ) in GetNextSctLeaf()1682 pLayLeaf = pLayLeaf->GetNextLayoutLeaf(); in GetNextSctLeaf()1710 if( pLayLeaf ) in GetNextSctLeaf()1729 pNew->InsertBefore( pLayLeaf, pLayLeaf->Lower() ); in GetNextSctLeaf()1885 if ( pLayLeaf->IsInTab() || pLayLeaf->IsInSct() ) in GetPrevSctLeaf()1887 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevSctLeaf()1913 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevSctLeaf()1920 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevSctLeaf()[all …]
995 if ( pLayLeaf ) in GetNextLeaf()1003 pLayLeaf = 0; in GetNextLeaf()1006 if ( (bBody && !pLayLeaf->IsInDocBody()) || pLayLeaf->IsInTab() in GetNextLeaf()1011 pLayLeaf = pLayLeaf->GetNextLayoutLeaf(); in GetNextLeaf()1070 pLayLeaf = 0; in GetNextLeaf()1092 return pLayLeaf; in GetNextLeaf()1122 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevLeaf()1128 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevLeaf()1129 if ( pLayLeaf ) in GetPrevLeaf()1135 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevLeaf()[all …]
Completed in 78 milliseconds