Searched refs:pFlySet (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8par4.cxx | 254 const SfxItemSet *pFlySet = pMathFlySet ? pMathFlySet : &rFlySet; in InsertOle() local 255 pRet = rDoc.InsertOLE(*pPaM, sNewName, rObject.GetAspect(), pFlySet, &rGrfSet, 0); in InsertOle() 262 const SfxItemSet* pFlySet, const SfxItemSet *pGrfSet, const Rectangle& aVisArea ) in ImportOle() argument 270 SdrObject* pRet = ImportOleBase(aGraph, pGrf, pFlySet, aVisArea ); in ImportOle() 274 if( !pFlySet ) in ImportOle() 279 pFlySet = pTempSet; in ImportOle() 308 pFmt = InsertOle(*((SdrOle2Obj*)pRet), *pFlySet, *pGrfSet); in ImportOle() 312 pFmt = rDoc.InsertDrawObj(*pPaM, *pRet, *pFlySet ); in ImportOle() 319 pFmt = rDoc.Insert(*pPaM, aEmptyStr, aEmptyStr, &aGraph, pFlySet, in ImportOle() 352 const Graphic* pGrf, const SfxItemSet* pFlySet, const Rectangle& aVisArea ) in ImportOleBase() argument [all …]
|
| H A D | ww8par.hxx | 1377 const SfxItemSet* pFlySet=0, const Rectangle& aVisArea = Rectangle() ); 1379 SwFrmFmt* ImportOle( const Graphic* = 0, const SfxItemSet* pFlySet = 0,
|
| /trunk/main/sw/source/core/doc/ |
| H A D | doclay.cxx | 599 const SfxItemSet* pFlySet, in _MakeFlySection() argument 625 if( pFlySet ) in _MakeFlySection() 627 pFlySet->GetItemState( RES_ANCHOR, sal_False, in _MakeFlySection() 629 if( SFX_ITEM_SET == pFlySet->GetItemState( RES_CNTNT, sal_False )) in _MakeFlySection() 631 SfxItemSet aTmpSet( *pFlySet ); in _MakeFlySection() 636 pFmt->SetFmtAttr( *pFlySet ); in _MakeFlySection() 734 const SfxItemSet* pFlySet, in MakeFlySection() argument 742 if( (pFlySet && SFX_ITEM_SET == pFlySet->GetItemState( in MakeFlySection() 783 eAnchorType, pFlySet, pFrmFmt ); in MakeFlySection()
|