Lines Matching refs:pDispatcher

1090     sal_uInt16 nLevel = pDispatcher->GetShellLevel( i_rViewShell );  in PopShellAndSubShells_Impl()
1096 SfxShell *pSubShell = pDispatcher->GetShell( nLevel-1 ); in PopShellAndSubShells_Impl()
1099 pDispatcher->Pop( *pSubShell, SFX_SHELL_POP_UNTIL ); in PopShellAndSubShells_Impl()
1101 pDispatcher->Pop( *pSubShell, SFX_SHELL_POP_UNTIL | SFX_SHELL_POP_DELETE ); in PopShellAndSubShells_Impl()
1103 pDispatcher->Pop( i_rViewShell ); in PopShellAndSubShells_Impl()
1104 pDispatcher->Flush(); in PopShellAndSubShells_Impl()
1156 pDispatcher->Pop( *xObjSh ); in ReleaseObjectShell_Impl()
1159 pDispatcher->RemoveShell_Impl( *pModule ); in ReleaseObjectShell_Impl()
1160 pDispatcher->Flush(); in ReleaseObjectShell_Impl()
1213 pDispatcher->DoActivate_Impl( bUI, pOldFrame ); in DoActivate()
1239 pFrame->pDispatcher->DoParentActivate_Impl(); in DoActivate()
1250 pDispatcher->DoDeactivate_Impl( bUI, pNewFrame ); in DoDeactivate()
1273 pFrame->pDispatcher->DoParentDeactivate_Impl(); in DoDeactivate()
1503 pDispatcher = new SfxDispatcher(this); in Construct_Impl()
1505 GetBindings().SetDispatcher( pDispatcher ); in Construct_Impl()
1513 pDispatcher->Push( *SFX_APP() ); in Construct_Impl()
1516 pDispatcher->Push( *pModule ); in Construct_Impl()
1517 pDispatcher->Push( *this ); in Construct_Impl()
1518 pDispatcher->Push( *pObjSh ); in Construct_Impl()
1519 pDispatcher->Flush(); in Construct_Impl()
1524 pDispatcher->SetReadOnly_Impl( pObjSh->IsReadOnly() ); in Construct_Impl()
1528 pDispatcher->Push( *SFX_APP() ); in Construct_Impl()
1529 pDispatcher->Push( *this ); in Construct_Impl()
1530 pDispatcher->Flush(); in Construct_Impl()
1552 , pDispatcher(0) in SfxViewFrame()
1612 if ( pDispatcher ) in KillDispatcher_Impl()
1615 pDispatcher->Pop( *pModule, SFX_SHELL_POP_UNTIL ); in KillDispatcher_Impl()
1617 pDispatcher->Pop( *this ); in KillDispatcher_Impl()
1618 DELETEZ(pDispatcher); in KillDispatcher_Impl()