Lines Matching refs:pDisp
1522 SfxDispatcher *pDisp = pFrame->GetDispatcher(); in SetSubShell() local
1523 if ( pDisp->IsActive(*this) ) in SetSubShell()
1527 pDisp->Pop(*pSubShell); in SetSubShell()
1529 pDisp->Push(*pShell); in SetSubShell()
1530 pDisp->Flush(); in SetSubShell()
1539 SfxDispatcher *pDisp = pFrame->GetDispatcher(); in AddSubShell() local
1540 if ( pDisp->IsActive(*this) ) in AddSubShell()
1542 pDisp->Push(rShell); in AddSubShell()
1543 pDisp->Flush(); in AddSubShell()
1549 SfxDispatcher *pDisp = pFrame->GetDispatcher(); in RemoveSubShell() local
1553 if ( pDisp->IsActive(*this) ) in RemoveSubShell()
1556 pDisp->Pop( *pImp->aArr[n-1] ); in RemoveSubShell()
1557 pDisp->Flush(); in RemoveSubShell()
1568 if ( pDisp->IsActive(*this) ) in RemoveSubShell()
1570 pDisp->RemoveShell_Impl( *pShell ); in RemoveSubShell()
1571 pDisp->Flush(); in RemoveSubShell()
1588 SfxDispatcher *pDisp = pFrame->GetDispatcher(); in PushSubShells_Impl() local
1592 pDisp->Push( *pImp->aArr[n] ); in PushSubShells_Impl()
1597 if ( pDisp->GetShellLevel( rPopUntil ) != USHRT_MAX ) in PushSubShells_Impl()
1598 pDisp->Pop( rPopUntil, SFX_SHELL_POP_UNTIL ); in PushSubShells_Impl()
1601 pDisp->Flush(); in PushSubShells_Impl()
2098 SfxDispatcher *pDisp = pView->GetViewFrame()->GetDispatcher(); in Change() local
2115 SfxShell *pShell=pDisp->GetShell(nIdx++); in Change()