Lines Matching refs:pFrmFmt
469 SwFlyFrmFmt* pFrmFmt = static_cast<SwFlyFrmFmt*>(m_pFmt); in RestoreFlyAnchor() local
511 if( RES_DRAWFRMFMT == pFrmFmt->Which() ) in RestoreFlyAnchor()
521 aDrawOldPt = pFrmFmt->FindSdrObject()->GetRelativePos(); in RestoreFlyAnchor()
527 pFrmFmt->DelFrms(); // delete Frms in RestoreFlyAnchor()
531 const SwFmtAnchor &rOldAnch = pFrmFmt->GetAnchor(); in RestoreFlyAnchor()
549 ASSERT( pHnt && pHnt->GetFlyCnt().GetFrmFmt() == pFrmFmt, in RestoreFlyAnchor()
574 if ( RES_DRAWFRMFMT == pFrmFmt->Which() ) in RestoreFlyAnchor()
577 static_cast<SwDrawContact*>(pFrmFmt->FindContactObj()); in RestoreFlyAnchor()
603 SwFmtFlyCnt aFmt( pFrmFmt ); in RestoreFlyAnchor()
608 if( RES_DRAWFRMFMT != pFrmFmt->Which() ) in RestoreFlyAnchor()
609 pFrmFmt->MakeFrms(); in RestoreFlyAnchor()
611 rContext.SetSelections(pFrmFmt, 0); in RestoreFlyAnchor()