Home
last modified time | relevance | path

Searched refs:pSfxShell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/web/
H A Dwview.cxx165 SfxShell *pSfxShell; in SelectShell() local
169 pSfxShell = rDispatcher.GetShell( i ); in SelectShell()
170 if ( !( pSfxShell->ISA( SwBaseShell ) || in SelectShell()
171 pSfxShell->ISA( SwDrawTextShell ) || pSfxShell->ISA( SwAnnotationShell ) ) ) in SelectShell()
174 pSfxShell = rDispatcher.GetShell( --i ); in SelectShell()
175 ASSERT( pSfxShell, "My Shell ist lost in space" ); in SelectShell()
176 rDispatcher.Pop( *pSfxShell, SFX_SHELL_POP_UNTIL | SFX_SHELL_POP_DELETE); in SelectShell()
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx291 SfxShell *pSfxShell; in SelectShell() local
294 pSfxShell = rDispatcher.GetShell( i ); in SelectShell()
295 if ( pSfxShell->ISA( SwBaseShell ) in SelectShell()
296 || pSfxShell->ISA( SwDrawTextShell ) in SelectShell()
297 || pSfxShell->ISA( svx::ExtrusionBar ) in SelectShell()
298 || pSfxShell->ISA( svx::FontworkBar ) in SelectShell()
299 || pSfxShell->ISA( SwAnnotationShell ) in SelectShell()
302 rDispatcher.Pop( *pSfxShell, SFX_SHELL_POP_DELETE ); in SelectShell()
304 else if ( pSfxShell->ISA( FmFormShell ) ) in SelectShell()
306 rDispatcher.Pop( *pSfxShell ); in SelectShell()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx838 SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in FlushInBuffer() local
840 if (pSfxShell) in FlushInBuffer()
4459 SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in MouseButtonUp() local
4460 if ( pSfxShell ) in MouseButtonUp()
4999 … SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in Command() local
5001 if (pSfxShell) in Command()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx646 SfxViewShell* pSfxShell = pViewShell->GetSfxViewShell(); in ExecuteAtViewShell() local
648 DBG_ASSERT( pSfxShell != NULL, "SfxViewShell shell expected!" ); in ExecuteAtViewShell()
649 if( !pSfxShell ) in ExecuteAtViewShell()
652 SfxViewFrame *pFrame = pSfxShell->GetViewFrame(); in ExecuteAtViewShell()