Lines Matching refs:pShell
302 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in SetUserAllowsLinkUpdate() local
304 if (pShell) in SetUserAllowsLinkUpdate()
306 …comphelper::EmbeddedObjectContainer& rEmbeddedObjectContainer = pShell->getEmbeddedObjectContainer… in SetUserAllowsLinkUpdate()
570 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in Connect() local
571 if( pShell && pShell->GetMedium() ) in Connect()
573 sReferer = pShell->GetMedium()->GetBaseURL(); in Connect()
574 …SFX_ITEMSET_ARG( pShell->GetMedium()->GetItemSet(), pItem, SfxUInt16Item, SID_UPDATEDOCMODE, sal_F… in Connect()
582 if ( !pShell ) in Connect()
585 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
588 while( pShell ) in Connect()
592 sTmp = pShell->GetTitle( SFX_TITLE_FULLNAME ); in Connect()
600 pFndShell = pShell; in Connect()
607 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
610 pShell = SfxObjectShell::GetNext( *pShell, &aType, sal_False ); in Connect()