Lines Matching refs:pShell
311 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in SetUserAllowsLinkUpdate() local
313 if (pShell) in SetUserAllowsLinkUpdate()
315 …comphelper::EmbeddedObjectContainer& rEmbeddedObjectContainer = pShell->getEmbeddedObjectContainer… in SetUserAllowsLinkUpdate()
575 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in Connect() local
576 if( pShell && pShell->GetMedium() ) in Connect()
578 sReferer = pShell->GetMedium()->GetBaseURL(); in Connect()
579 …SFX_ITEMSET_ARG( pShell->GetMedium()->GetItemSet(), pItem, SfxUInt16Item, SID_UPDATEDOCMODE, sal_F… in Connect()
587 if ( !pShell ) in Connect()
590 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
593 while( pShell ) in Connect()
597 sTmp = pShell->GetTitle( SFX_TITLE_FULLNAME ); in Connect()
605 pFndShell = pShell; in Connect()
612 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
615 pShell = SfxObjectShell::GetNext( *pShell, &aType, sal_False ); in Connect()