Home
last modified time | relevance | path

Searched refs:pScViewShell (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx90 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()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx553 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()
[all …]
/trunk/main/sc/source/ui/inc/
H A Danyrefdg.hxx106 void ViewShellChanged( ScTabViewShell* pScViewShell );
179 virtual void ViewShellChanged( ScTabViewShell* pScViewShell );
H A DIAnyRefDialog.hxx57 virtual void ViewShellChanged( ScTabViewShell* pScViewShell ) = 0;
H A Dformula.hxx119 virtual void ViewShellChanged( ScTabViewShell* pScViewShell );