Lines Matching refs:pPre
154 SwFrm *pPre = rThis.GetIndPrev(); in CheckKeep() local
155 if( pPre->IsSctFrm() ) in CheckKeep()
157 SwFrm *pLast = ((SwSectionFrm*)pPre)->FindLastCntnt(); in CheckKeep()
158 if( pLast && pLast->FindSctFrm() == pPre ) in CheckKeep()
159 pPre = pLast; in CheckKeep()
165 while ( sal_True == (bKeep = pPre->GetAttrSet()->GetKeep().GetValue()) && in CheckKeep()
166 0 != ( pTmp = pPre->GetIndPrev() ) ) in CheckKeep()
176 pPre = pTmp; in CheckKeep()
179 pPre->InvalidatePos(); in CheckKeep()
606 SwFrm *pPre = rThis.GetIndPrev(); in MoveSubTree() local
607 if ( pPre ) in MoveSubTree()
609 pPre->SetRetouche(); in MoveSubTree()
612 if ( pPre->GetUpper()->IsInTab() ) in MoveSubTree()
614 pPre->_InvalidatePrt(); in MoveSubTree()
617 pPre->InvalidatePage(); in MoveSubTree()
1160 SwFrm *pPre = rThis.FindPrev(); in IsPrevObjMove() local
1162 if ( pPre && pPre->GetDrawObjs() ) in IsPrevObjMove()
1164 ASSERT( SwFlowFrm::CastFlowFrm( pPre ), "new flowfrm?" ); in IsPrevObjMove()
1165 if( SwFlowFrm::CastFlowFrm( pPre )->IsAnFollow( this ) ) in IsPrevObjMove()
1167 SwLayoutFrm* pPreUp = pPre->GetUpper(); in IsPrevObjMove()
1182 for ( sal_uInt16 i = 0; i < pPre->GetDrawObjs()->Count(); ++i ) in IsPrevObjMove()
1186 const SwAnchoredObject* pObj = (*pPre->GetDrawObjs())[i]; in IsPrevObjMove()