Lines Matching refs:pScViewShell
90 ScTabViewShell* pScViewShell = NULL; in ScFormulaDlg() local
104 pScViewShell = PTR_CAST( ScTabViewShell, pMyViewFrm->GetViewShell() ); in ScFormulaDlg()
105 if( pScViewShell ) in ScFormulaDlg()
106 pScViewShell->UpdateInputHandler(sal_True); in ScFormulaDlg()
124 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(pScViewShell); in ScFormulaDlg()
518 void ScFormulaDlg::ViewShellChanged( ScTabViewShell* pScViewShell ) in ViewShellChanged() argument
520 m_aHelper.ViewShellChanged( pScViewShell ); in ViewShellChanged()
582 ScTabViewShell* pScViewShell = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in clear() local
583 if ( pScViewShell ) in clear()
584 pScViewShell->UpdateInputHandler(); in clear()
599 ScTabViewShell* pScViewShell = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in switchBack() local
600 if ( pScViewShell ) in switchBack()
602 ScViewData* pVD=pScViewShell->GetViewData(); in switchBack()
605 pScViewShell->SetTabNo( nExecTab ); in switchBack()
611 pScViewShell->SetCursor(nCol,nRow); in switchBack()