Searched refs:pSfxShell (Results 1 – 4 of 4) sorted by relevance
165 SfxShell *pSfxShell; in SelectShell() local169 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()
298 SfxShell *pSfxShell; in SelectShell() local301 pSfxShell = rDispatcher.GetShell( i ); in SelectShell()302 if ( pSfxShell->ISA( SwBaseShell ) in SelectShell()303 || pSfxShell->ISA( SwDrawTextShell ) in SelectShell()304 || pSfxShell->ISA( svx::ExtrusionBar ) in SelectShell()305 || pSfxShell->ISA( svx::FontworkBar ) in SelectShell()306 || pSfxShell->ISA( SwAnnotationShell ) in SelectShell()309 rDispatcher.Pop( *pSfxShell, SFX_SHELL_POP_DELETE ); in SelectShell()311 else if ( pSfxShell->ISA( FmFormShell ) ) in SelectShell()313 rDispatcher.Pop( *pSfxShell ); in SelectShell()
839 SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in FlushInBuffer() local841 if (pSfxShell) in FlushInBuffer()4460 SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in MouseButtonUp() local4461 if ( pSfxShell ) in MouseButtonUp()5000 … SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in Command() local5002 if (pSfxShell) in Command()
646 SfxViewShell* pSfxShell = pViewShell->GetSfxViewShell(); in ExecuteAtViewShell() local648 DBG_ASSERT( pSfxShell != NULL, "SfxViewShell shell exptected!" ); in ExecuteAtViewShell()649 if( !pSfxShell ) in ExecuteAtViewShell()652 SfxViewFrame *pFrame = pSfxShell->GetViewFrame(); in ExecuteAtViewShell()
Completed in 64 milliseconds