Lines Matching refs:pScViewShell
553 ScTabViewShell* pScViewShell = ScTabViewShell::GetActiveViewShell(); in DoClose() local
554 if ( pScViewShell ) in DoClose()
555 pScViewShell->UpdateInputHandler(sal_True); in DoClose()
706 ScTabViewShell* pScViewShell = NULL; in EnterRefMode() local
720 pScViewShell = PTR_CAST( ScTabViewShell, pMyViewFrm->GetViewShell() ); in EnterRefMode()
721 if( pScViewShell ) in EnterRefMode()
722 pScViewShell->UpdateInputHandler(sal_True); in EnterRefMode()
727 if ( !pParentDoc && pScViewShell ) // use current only if above fails in EnterRefMode()
728 pParentDoc = pScViewShell->GetObjectShell(); in EnterRefMode()
732 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(pScViewShell); in EnterRefMode()
769 ScTabViewShell* pScViewShell = ScTabViewShell::GetActiveViewShell(); in LeaveRefMode() local
770 if( pScViewShell ) in LeaveRefMode()
771 pScViewShell->UpdateInputHandler(sal_True); in LeaveRefMode()
854 void ScRefHandler::ViewShellChanged(ScTabViewShell* pScViewShell ) in ViewShellChanged() argument
856 m_aHelper.ViewShellChanged(pScViewShell); in ViewShellChanged()