Searched refs:pFlySet (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par4.cxx | 255 const SfxItemSet *pFlySet = pMathFlySet ? pMathFlySet : &rFlySet; in InsertOle() local 263 const SfxItemSet* pFlySet, const SfxItemSet *pGrfSet, const Rectangle& aVisArea ) in ImportOle() argument 271 SdrObject* pRet = ImportOleBase(aGraph, pGrf, pFlySet, aVisArea ); in ImportOle() 275 if( !pFlySet ) in ImportOle() 280 pFlySet = pTempSet; in ImportOle() 309 pFmt = InsertOle(*((SdrOle2Obj*)pRet), *pFlySet, *pGrfSet); in ImportOle() 313 pFmt = rDoc.InsertDrawObj(*pPaM, *pRet, *pFlySet ); in ImportOle() 320 pFmt = rDoc.Insert(*pPaM, aEmptyStr, aEmptyStr, &aGraph, pFlySet, in ImportOle() 353 const Graphic* pGrf, const SfxItemSet* pFlySet, const Rectangle& aVisArea ) in ImportOleBase() argument 401 if (pFlySet) in ImportOleBase() [all …]
|
H A D | ww8par.hxx | 1378 const SfxItemSet* pFlySet=0, const Rectangle& aVisArea = Rectangle() ); 1380 SwFrmFmt* ImportOle( const Graphic* = 0, const SfxItemSet* pFlySet = 0,
|
/aoo42x/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()
|
Completed in 40 milliseconds