Lines Matching refs:pShell
314 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in SetUserAllowsLinkUpdate() local
316 if (pShell) in SetUserAllowsLinkUpdate()
318 …comphelper::EmbeddedObjectContainer& rEmbeddedObjectContainer = pShell->getEmbeddedObjectContainer… in SetUserAllowsLinkUpdate()
626 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in Connect() local
627 if( pShell && pShell->GetMedium() ) in Connect()
629 sReferer = pShell->GetMedium()->GetBaseURL(); in Connect()
630 …SFX_ITEMSET_ARG( pShell->GetMedium()->GetItemSet(), pItem, SfxUInt16Item, SID_UPDATEDOCMODE, sal_F… in Connect()
638 if ( !pShell ) in Connect()
641 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
644 while( pShell ) in Connect()
648 sTmp = pShell->GetTitle( SFX_TITLE_FULLNAME ); in Connect()
656 pFndShell = pShell; in Connect()
663 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
666 pShell = SfxObjectShell::GetNext( *pShell, &aType, sal_False ); in Connect()