Lines Matching refs:pShell
765 … SfxViewShell *pShell = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl() local
766 if ( pShell->GetInterface()->GetSlot( nId ) ) in ExecMisc_Impl()
767 pShell->ExecuteSlot( rReq ); in ExecMisc_Impl()
1504 void SfxViewShell::SetSubShell( SfxShell *pShell ) in SetSubShell() argument
1528 if ( pShell ) in SetSubShell()
1529 pDisp->Push(*pShell); in SetSubShell()
1533 pSubShell = pShell; in SetSubShell()
1547 void SfxViewShell::RemoveSubShell( SfxShell* pShell ) in RemoveSubShell() argument
1550 if ( !pShell ) in RemoveSubShell()
1564 sal_uInt16 nPos = pImp->aArr.GetPos( pShell ); in RemoveSubShell()
1570 pDisp->RemoveShell_Impl( *pShell ); in RemoveSubShell()
1639 SfxViewShell *pShell = rShells.GetObject(nPos); in GetFirst() local
1640 if ( pShell ) in GetFirst()
1648 if ( pFrame == pShell->GetViewFrame() ) in GetFirst()
1651 … if ( ( !bOnlyVisible || pFrame->IsVisible() ) && ( !pType || pShell->IsA(*pType) ) ) in GetFirst()
1652 return pShell; in GetFirst()
1681 SfxViewShell *pShell = rShells.GetObject(nPos); in GetNext() local
1682 if ( pShell ) in GetNext()
1690 if ( pFrame == pShell->GetViewFrame() ) in GetNext()
1693 … if ( ( !bOnlyVisible || pFrame->IsVisible() ) && ( !pType || pShell->IsA(*pType) ) ) in GetNext()
1694 return pShell; in GetNext()
2115 SfxShell *pShell=pDisp->GetShell(nIdx++); in Change() local
2116 if (pShell == NULL) in Change()
2118 const SfxInterface *pIFace = pShell->GetInterface(); in Change()