Searched refs:pFlyFrame (Results 1 – 1 of 1) sorted by relevance
373 const SwFlyFrm* pFlyFrame = GetFlyFrm(); in getOuterBound() local375 if(pFlyFrame) in getOuterBound()377 const Rectangle aOuterRectangle(pFlyFrame->Frm().Pos(), pFlyFrame->Frm().SSize()); in getOuterBound()399 const SwFlyFrm* pFlyFrame = GetFlyFrm(); in getInnerBound() local401 if(pFlyFrame) in getInnerBound()403 …const Rectangle aInnerRectangle(pFlyFrame->Frm().Pos() + pFlyFrame->Prt().Pos(), pFlyFrame->Prt().… in getInnerBound()
Completed in 18 milliseconds