Lines Matching refs:pFrmFmt
475 SwFlyFrmFmt* pFrmFmt = static_cast<SwFlyFrmFmt*>(m_pFmt); in RestoreFlyAnchor() local
517 if( RES_DRAWFRMFMT == pFrmFmt->Which() ) in RestoreFlyAnchor()
527 aDrawOldPt = pFrmFmt->FindSdrObject()->GetRelativePos(); in RestoreFlyAnchor()
533 pFrmFmt->DelFrms(); // delete Frms in RestoreFlyAnchor()
537 const SwFmtAnchor &rOldAnch = pFrmFmt->GetAnchor(); in RestoreFlyAnchor()
555 ASSERT( pHnt && pHnt->GetFlyCnt().GetFrmFmt() == pFrmFmt, in RestoreFlyAnchor()
580 if ( RES_DRAWFRMFMT == pFrmFmt->Which() ) in RestoreFlyAnchor()
583 static_cast<SwDrawContact*>(pFrmFmt->FindContactObj()); in RestoreFlyAnchor()
609 SwFmtFlyCnt aFmt( pFrmFmt ); in RestoreFlyAnchor()
614 if( RES_DRAWFRMFMT != pFrmFmt->Which() ) in RestoreFlyAnchor()
615 pFrmFmt->MakeFrms(); in RestoreFlyAnchor()
617 rContext.SetSelections(pFrmFmt, 0); in RestoreFlyAnchor()