Lines Matching refs:rAnch
415 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in lcl_MakeObjs() local
416 if ( rAnch.GetPageNum() == pPage->GetPhyPageNum() ) in lcl_MakeObjs()
418 if( rAnch.GetCntntAnchor() ) in lcl_MakeObjs()
420 if (FLY_AT_PAGE == rAnch.GetAnchorId()) in lcl_MakeObjs()
422 SwFmtAnchor aAnch( rAnch ); in lcl_MakeObjs()
1593 const SwFmtAnchor &rAnch = (*pTbl)[i]->GetAnchor(); in AssertFlyPages() local
1594 if ( !rAnch.GetCntntAnchor() && nMaxPg < rAnch.GetPageNum() ) in AssertFlyPages()
1595 nMaxPg = rAnch.GetPageNum(); in AssertFlyPages()
1677 const SwFmtAnchor &rAnch = rFmt.GetAnchor(); in AssertPageFlys() local
1678 const sal_uInt16 nPg = rAnch.GetPageNum(); in AssertPageFlys()
1679 if ((rAnch.GetAnchorId() == FLY_AT_PAGE) && in AssertPageFlys()
1691 rFmt.NotifyClients( 0, (SwFmtAnchor*)&rAnch ); in AssertPageFlys()
1694 rFmt.NotifyClients( 0, (SwFmtAnchor*)&rAnch ); in AssertPageFlys()