Lines Matching refs:pHdl

258 				ScInputHandler* pHdl = pViewSh->GetInputHandler();  in ConfigurationChanged()  local
259 if ( pHdl ) in ConfigurationChanged()
260 pHdl->ForgetLastPattern(); // EditEngine BackgroundColor may change in ConfigurationChanged()
302 ScInputHandler* pHdl = GetInputHdl(pViewSh); in ConfigurationChanged() local
303 if (pHdl) in ConfigurationChanged()
304 pHdl->UpdateRefDevice(); in ConfigurationChanged()
546 ScInputHandler* pHdl = GetInputHdl(); in Execute() local
547 if (pHdl) in Execute()
549 ScInputWindow* pWin = pHdl->GetInputWindow(); in Execute()
1319 ScInputHandler* pHdl = GetInputHdl(pOneViewSh); in ModifyOptions() local
1320 if (pHdl) in ModifyOptions()
1321 pHdl->UpdateRefDevice(); in ModifyOptions()
1350 ScInputHandler* pHdl = NULL; in GetInputHdl() local
1362 pHdl = pViewSh->GetInputHandler(); // Viewshell hat jetzt immer einen in GetInputHdl()
1365 DBG_ASSERT( pHdl || !pViewSh, "GetInputHdl: kein InputHandler gefunden" ); in GetInputHdl()
1366 return pHdl; in GetInputHdl()
1371 ScInputHandler* pHdl = GetInputHdl(); in ViewShellChanged() local
1373 if ( pShell && pHdl ) in ViewShellChanged()
1379 ScInputHandler* pHdl = GetInputHdl(); in SetInputMode() local
1380 if (pHdl) in SetInputMode()
1381 pHdl->SetMode( eMode ); in SetInputMode()
1386 ScInputHandler* pHdl = GetInputHdl(); in IsEditMode() local
1387 return pHdl && pHdl->IsEditMode(); in IsEditMode()
1392 ScInputHandler* pHdl = GetInputHdl(); in IsInputMode() local
1393 return pHdl && pHdl->IsInputMode(); in IsInputMode()
1398 ScInputHandler* pHdl = GetInputHdl(); in InputKeyEvent() local
1399 return ( pHdl ? pHdl->KeyInput( rKEvt, bStartEdit ) : sal_False ); in InputKeyEvent()
1406 ScInputHandler* pHdl = GetInputHdl(); in InputEnterHandler() local
1407 if (pHdl) in InputEnterHandler()
1408 pHdl->EnterHandler( nBlockMode ); in InputEnterHandler()
1414 ScInputHandler* pHdl = GetInputHdl(); in InputCancelHandler() local
1415 if (pHdl) in InputCancelHandler()
1416 pHdl->CancelHandler(); in InputCancelHandler()
1421 ScInputHandler* pHdl = GetInputHdl(); in InputSelection() local
1422 if (pHdl) in InputSelection()
1423 pHdl->InputSelection( pView ); in InputSelection()
1428 ScInputHandler* pHdl = GetInputHdl(); in InputChanged() local
1429 if (pHdl) in InputChanged()
1430 pHdl->InputChanged( pView ); in InputChanged()
1435 ScInputHandler* pHdl = GetInputHdl(); in ViewShellGone() local
1436 if (pHdl) in ViewShellGone()
1437 pHdl->ViewShellGone( pViewSh ); in ViewShellGone()
1455 ScInputHandler* pHdl = GetInputHdl(); in InputGetSelection() local
1456 if (pHdl) in InputGetSelection()
1457 pHdl->InputGetSelection( rStart, rEnd ); in InputGetSelection()
1462 ScInputHandler* pHdl = GetInputHdl(); in InputSetSelection() local
1463 if (pHdl) in InputSetSelection()
1464 pHdl->InputSetSelection( nStart, nEnd ); in InputSetSelection()
1469 ScInputHandler* pHdl = GetInputHdl(); in InputReplaceSelection() local
1470 if (pHdl) in InputReplaceSelection()
1471 pHdl->InputReplaceSelection( rStr ); in InputReplaceSelection()
1476 ScInputHandler* pHdl = GetInputHdl(); in InputGetFormulaStr() local
1478 if ( pHdl ) in InputGetFormulaStr()
1479 aStr = pHdl->InputGetFormulaStr(); in InputGetFormulaStr()
1485 ScInputHandler* pHdl = GetInputHdl(); in ActivateInputWindow() local
1486 if ( pHdl ) in ActivateInputWindow()
1488 ScInputWindow* pWin = pHdl->GetInputWindow(); in ActivateInputWindow()
1498 pHdl->EnterHandler( nMode ); in ActivateInputWindow()
1512 pHdl->CancelHandler(); in ActivateInputWindow()
1616 ScInputHandler* pHdl = GetInputHdl(); in IsModalMode() local
1617 if ( pHdl ) in IsModalMode()
1618 bIsModal = pHdl->IsModalMode(pDocSh); in IsModalMode()
1682 ScInputHandler* pHdl = GetInputHdl(); in IsFormulaMode() local
1683 if ( pHdl ) in IsFormulaMode()
1684 bIsFormula = pHdl->IsFormulaMode(); in IsFormulaMode()
1746 ScInputHandler* pHdl = GetInputHdl(); in SetReference() local
1747 if (pHdl) in SetReference()
1748 pHdl->SetReference( aNew, pDoc ); in SetReference()
1773 ScInputHandler* pHdl = GetInputHdl(); in AddRefEntry() local
1774 if (pHdl) in AddRefEntry()
1775 pHdl->AddRefEntry(); in AddRefEntry()