Searched refs:pInputWin (Results 1 – 4 of 4) sorted by relevance
421 : pInputWin( NULL ), in ScInputHandler()480 if ( pInputWin && pInputWin->GetInputHandler() == this ) in ~ScInputHandler()481 pInputWin->SetInputHandler( NULL ); in ~ScInputHandler()1677 if (pInputWin) in ViewShellGone()1678 pInputWin->SetFormulaMode(sal_False); in ViewShellGone()1722 if (pInputWin) in UpdateActiveView()1723 pTopView = pInputWin->GetEditView(); in UpdateActiveView()1730 if (pInputWin) in StopInputWinEngine()1731 pInputWin->StopEditEngine( bAll ); in StopInputWinEngine()1979 if ( pInputWin ) in StartTable()[all …]
1831 ScInputWindow* pInputWin = pHdl->GetInputWindow(); in ReleaseFocus_Impl() local1832 if (pInputWin) in ReleaseFocus_Impl()1834 pInputWin->TextGrabFocus(); in ReleaseFocus_Impl()
58 ScInputWindow* pInputWin; member in ScInputHandler232 ScInputWindow* GetInputWindow() { return pInputWin; } in GetInputWindow()233 void SetInputWindow( ScInputWindow* pNew ) { pInputWin = pNew; } in SetInputWindow()
1943 ScInputWindow* pInputWin = pInputHdl->GetInputWindow(); in KillEditView() local1944 if (pInputWin && pInputWin->IsInputActive()) in KillEditView()