Lines Matching refs:pHdl
239 ScInputHandler* pHdl = ((ScTabViewShell*)pSh)->GetInputHandler(); in ~ScInputWindow() local
240 if ( pHdl && pHdl->GetInputWindow() == this ) in ~ScInputWindow()
242 pHdl->SetInputWindow( NULL ); in ~ScInputWindow()
243 pHdl->StopInputWinEngine( sal_False ); // #125841# reset pTopView pointer in ~ScInputWindow()
429 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewSh ); in Select() local
430 if ( pHdl ) in Select()
432 pHdl->InitRangeFinder( aFormula ); in Select()
444 EditView* pTableView = pHdl->GetTableView(); in Select()
447 EditView* pTopView = pHdl->GetTopView(); in Select()
924 ScInputHandler* pHdl = pScMod->GetInputHdl( pStartViewSh ); in Command() local
925 if ( pHdl && pViewData->HasEditView( pViewData->GetActivePart() ) ) in Command()
927 pHdl->CancelHandler(); in Command()
1117 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in StartEditEngine() local
1118 if ( pHdl ) //! Testen, ob's der richtige InputHdl ist? in StartEditEngine()
1119 bFilled = pHdl->GetTextAndFields( *pEditEngine ); in StartEditEngine()
1171 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in IMPL_LINK() local
1176 if ( pHdl && !pHdl->IsInOwnChange() ) in IMPL_LINK()
1177 …pHdl->InputChanged( pEditView, sal_True ); // #i20282# InputChanged must know if called from modif… in IMPL_LINK()
1716 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewSh ); in DoEnter() local
1717 if (pHdl) in DoEnter()
1718 pHdl->InsertFunction( aText ); in DoEnter()
1826 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( PTR_CAST( ScTabViewShell, pCurSh ) ); in ReleaseFocus_Impl() local
1827 if ( pHdl && pHdl->IsTopMode() ) in ReleaseFocus_Impl()
1831 ScInputWindow* pInputWin = pHdl->GetInputWindow(); in ReleaseFocus_Impl()