Searched refs:pSubShell (Results 1 – 3 of 3) sorted by relevance
156 SfxShell* pSubShell; member in SfxViewShell216 SfxShell* GetSubShell() const { return pSubShell; } in GetSubShell()
1333 ,pSubShell(0) in SfxViewShell()1526 if ( pSubShell ) in SetSubShell()1527 pDisp->Pop(*pSubShell); in SetSubShell()1533 pSubShell = pShell; in SetSubShell()
1096 SfxShell *pSubShell = pDispatcher->GetShell( nLevel-1 ); in PopShellAndSubShells_Impl() local1097 if ( pSubShell == i_rViewShell.GetSubShell() ) 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()
Completed in 30 milliseconds