Searched refs:pFlySet (Results 1 – 3 of 3) sorted by relevance
/aoo41x/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,
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 607 const SfxItemSet* pFlySet, in _MakeFlySection() argument 633 if( pFlySet ) in _MakeFlySection() 635 pFlySet->GetItemState( RES_ANCHOR, sal_False, in _MakeFlySection() 637 if( SFX_ITEM_SET == pFlySet->GetItemState( RES_CNTNT, sal_False )) in _MakeFlySection() 639 SfxItemSet aTmpSet( *pFlySet ); in _MakeFlySection() 644 pFmt->SetFmtAttr( *pFlySet ); in _MakeFlySection() 742 const SfxItemSet* pFlySet, in MakeFlySection() argument 750 if( (pFlySet && SFX_ITEM_SET == pFlySet->GetItemState( in MakeFlySection() 791 eAnchorType, pFlySet, pFrmFmt ); in MakeFlySection()
|
Completed in 35 milliseconds