Lines Matching refs:pSct
2321 const SwFrm* pSct = GetUpper(); in _GetIndPrev() local
2322 if( !pSct ) in _GetIndPrev()
2324 if( pSct->IsSctFrm() ) in _GetIndPrev()
2325 pRet = pSct->GetIndPrev(); in _GetIndPrev()
2326 else if( pSct->IsColBodyFrm() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in _GetIndPrev()
2340 pRet = pSct->GetIndPrev(); in _GetIndPrev()
2352 SwFrm* pSct = GetUpper(); in _GetIndNext() local
2353 if( !pSct ) in _GetIndNext()
2355 if( pSct->IsSctFrm() ) in _GetIndNext()
2356 return pSct->GetIndNext(); in _GetIndNext()
2357 if( pSct->IsColBodyFrm() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in _GetIndNext()
2370 return pSct->GetIndNext(); in _GetIndNext()
2788 void SwRootFrm::_RemoveFromList( SwSectionFrm* pSct ) in _RemoveFromList() argument
2792 if( pDestroy->Seek_Entry( pSct, &nPos ) ) in _RemoveFromList()
2798 sal_Bool SwRootFrm::IsInDelList( SwSectionFrm* pSct ) const in IsInDelList()
2801 return ( pDestroy && pDestroy->Seek_Entry( pSct, &nPos ) ); in IsInDelList()