Lines Matching refs:pThis

731 	SwFrm *pThis = this;  in _FindNext()  local
741 pThis = ((SwTabFrm*)this)->FindLastCntnt(); in _FindNext()
742 if ( !pThis ) in _FindNext()
743 pThis = this; in _FindNext()
753 pThis = ((SwSectionFrm*)this)->FindLastCntnt(); in _FindNext()
754 if ( !pThis ) in _FindNext()
755 pThis = this; in _FindNext()
773 const sal_Bool bFtn = pThis->IsInFtn(); in _FindNext()
774 if ( !bIgnoreTab && pThis->IsInTab() ) in _FindNext()
776 SwLayoutFrm *pUp = pThis->GetUpper(); in _FindNext()
785 pNxt = lcl_NextFrm( pThis ); in _FindNext()
794 const sal_Bool bBody = pThis->IsInDocBody(); in _FindNext()
795 SwFrm *pNxtCnt = lcl_NextFrm( pThis ); in _FindNext()
824 else if ( pThis->IsInFly() ) in _FindNext()
831 const SwFrm *pUp = pThis->GetUpper(); in _FindNext()
862 SwFrm *pThis = this; in _FindNextCnt() local
868 pThis = ((SwTabFrm*)this)->GetFollow()->ContainsCntnt(); in _FindNextCnt()
869 if( pThis ) in _FindNextCnt()
870 return (SwCntntFrm*)pThis; in _FindNextCnt()
872 pThis = ((SwTabFrm*)this)->FindLastCntnt(); in _FindNextCnt()
873 if ( !pThis ) in _FindNextCnt()
880 pThis = ((SwSectionFrm*)this)->GetFollow()->ContainsCntnt(); in _FindNextCnt()
881 if( pThis ) in _FindNextCnt()
882 return (SwCntntFrm*)pThis; in _FindNextCnt()
884 pThis = ((SwSectionFrm*)this)->FindLastCntnt(); in _FindNextCnt()
885 if ( !pThis ) in _FindNextCnt()
891 if ( pThis->IsCntntFrm() ) in _FindNextCnt()
893 const sal_Bool bBody = pThis->IsInDocBody(); in _FindNextCnt()
894 const sal_Bool bFtn = pThis->IsInFtn(); in _FindNextCnt()
895 SwCntntFrm *pNxtCnt = ((SwCntntFrm*)pThis)->GetNextCntntFrm(); in _FindNextCnt()
917 const SwFtnFrm* pFtnFrmOfCurr( pThis->FindFtnFrm() ); in _FindNextCnt()
945 else if ( pThis->IsInFly() ) in _FindNextCnt()
952 const SwFrm *pUp = pThis->GetUpper(); in _FindNextCnt()
1119 SwFrm *pThis = this; in _FindPrev() local
1129 pThis = ((SwTabFrm*)this)->ContainsCntnt(); in _FindPrev()
1133 if ( pThis && pThis->IsCntntFrm() ) in _FindPrev()
1135 SwCntntFrm *pPrvCnt = ((SwCntntFrm*)pThis)->GetPrevCntntFrm(); in _FindPrev()
1138 if ( !bIgnoreTab && pThis->IsInTab() ) in _FindPrev()
1140 SwLayoutFrm *pUp = pThis->GetUpper(); in _FindPrev()
1150 const sal_Bool bBody = pThis->IsInDocBody(); in _FindPrev()
1151 const sal_Bool bFtn = bBody ? sal_False : pThis->IsInFtn(); in _FindPrev()
1166 else if ( pThis->IsInFly() ) in _FindPrev()
1174 const SwFrm *pUp = pThis->GetUpper(); in _FindPrev()