Searched refs:pScViewShell (Results 1 – 5 of 5) sorted by relevance
90 ScTabViewShell* pScViewShell = NULL; in ScFormulaDlg() local104 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() argument520 m_aHelper.ViewShellChanged( pScViewShell ); in ViewShellChanged()582 ScTabViewShell* pScViewShell = PTR_CAST(ScTabViewShell, SfxViewShell::Current()); in clear() local583 if ( pScViewShell ) in clear()584 pScViewShell->UpdateInputHandler(); in clear()[all …]
553 ScTabViewShell* pScViewShell = ScTabViewShell::GetActiveViewShell(); in DoClose() local554 if ( pScViewShell ) in DoClose()555 pScViewShell->UpdateInputHandler(sal_True); in DoClose()706 ScTabViewShell* pScViewShell = NULL; in EnterRefMode() local720 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()[all …]
106 void ViewShellChanged( ScTabViewShell* pScViewShell );179 virtual void ViewShellChanged( ScTabViewShell* pScViewShell );
57 virtual void ViewShellChanged( ScTabViewShell* pScViewShell ) = 0;
119 virtual void ViewShellChanged( ScTabViewShell* pScViewShell );