Lines Matching refs:pLayLeaf
978 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()
1011 pLayLeaf = pLayLeaf->GetNextLayoutLeaf(); in GetNextLeaf()
1021 return pLayLeaf; in GetNextLeaf()
1023 SwPageFrm *pNew = pLayLeaf->FindPageFrm(); in GetNextLeaf()
1065 pLayLeaf = GetNextLayoutLeaf(); in GetNextLeaf()
1070 pLayLeaf = 0; in GetNextLeaf()
1086 pLayLeaf = pOldLayLeaf ? pOldLayLeaf : GetNextLayoutLeaf(); in GetNextLeaf()
1092 return pLayLeaf; in GetNextLeaf()
1115 SwLayoutFrm *pLayLeaf = GetPrevLayoutLeaf(); in GetPrevLeaf() local
1118 while ( pLayLeaf ) in GetPrevLeaf()
1120 if ( pLayLeaf->IsInTab() || //In Tabellen geht's niemals hinein. in GetPrevLeaf()
1121 pLayLeaf->IsInSct() ) //In Bereiche natuerlich auch nicht! in GetPrevLeaf()
1122 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevLeaf()
1123 else if ( bBody && pLayLeaf->IsInDocBody() ) in GetPrevLeaf()
1125 if ( pLayLeaf->Lower() ) in GetPrevLeaf()
1127 pPrevLeaf = pLayLeaf; in GetPrevLeaf()
1128 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevLeaf()
1129 if ( pLayLeaf ) in GetPrevLeaf()
1135 pLayLeaf = pLayLeaf->GetPrevLayoutLeaf(); in GetPrevLeaf()
1137 return pLayLeaf ? pLayLeaf : pPrevLeaf; in GetPrevLeaf()