Lines Matching refs:pShell
310 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in SetUserAllowsLinkUpdate() local
312 if (pShell) in SetUserAllowsLinkUpdate()
314 …comphelper::EmbeddedObjectContainer& rEmbeddedObjectContainer = pShell->getEmbeddedObjectContainer… in SetUserAllowsLinkUpdate()
578 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in Connect() local
579 if( pShell && pShell->GetMedium() ) in Connect()
581 sReferer = pShell->GetMedium()->GetBaseURL(); in Connect()
582 …SFX_ITEMSET_ARG( pShell->GetMedium()->GetItemSet(), pItem, SfxUInt16Item, SID_UPDATEDOCMODE, sal_F… in Connect()
590 if ( !pShell ) in Connect()
593 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
596 while( pShell ) in Connect()
600 sTmp = pShell->GetTitle( SFX_TITLE_FULLNAME ); in Connect()
608 pFndShell = pShell; in Connect()
615 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
618 pShell = SfxObjectShell::GetNext( *pShell, &aType, sal_False ); in Connect()