Lines Matching refs:pFrmMgr
286 const Graphic &rGrf, SwFlyFrmAttrMgr *pFrmMgr, in Insert() argument
313 if ( !pFrmMgr ) in Insert()
316 pFrmMgr = new SwFlyFrmAttrMgr( sal_True, this, FRMMGR_TYPE_GRF ); in Insert()
323 pFrmMgr->DelAttr(RES_FRM_SIZE); in Insert()
327 Size aSz( pFrmMgr->GetSize() ); in Insert()
331 pFrmMgr->SetSize( aSz ); in Insert()
336 pFrmMgr->SetHeightSizeType(ATT_FIX_SIZE); in Insert()
341 SwFEShell::Insert(rPath, rFilter, &rGrf, &pFrmMgr->GetAttrSet()); in Insert()
343 pFrmMgr->UpdateAttrMgr(); in Insert()
352 aGrfSize.Width() += pFrmMgr->CalcWidthBorder(); in Insert()
353 aGrfSize.Height()+= pFrmMgr->CalcHeightBorder(); in Insert()
370 pFrmMgr->SetSize( aGrfSize ); in Insert()
371 pFrmMgr->UpdateFlyFrm(); in Insert()
374 delete pFrmMgr; in Insert()