Searched refs:pInputHdl (Results 1 – 9 of 9) sorted by relevance
124 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(pScViewShell); in ScFormulaDlg() local126 DBG_ASSERT( pInputHdl, "Missing input handler :-/" ); in ScFormulaDlg()128 if ( pInputHdl ) in ScFormulaDlg()129 pInputHdl->NotifyChange( NULL ); in ScFormulaDlg()215 ScInputHandler* pInputHdl = pScMod->GetInputHdl(); in notifyChange() local216 if ( pInputHdl ) in notifyChange()217 pInputHdl->NotifyChange( NULL ); in notifyChange()243 pInputHdl = pScMod->GetInputHdl(); in fill()247 pInputHdl->SetRefViewShell(pTabViewShell); in fill()249 pScMod->SetRefInputHdl(pInputHdl); in fill()[all …]
141 pInputHdl ( NULL ), in ScInputWindow()197 if (pInputHdl) in ScInputWindow()198 pInputHdl->SetInputWindow( this ); in ScInputWindow()200 if ( pInputHdl && pInputHdl->GetFormString().Len() ) in ScInputWindow()206 aTextWindow.SetTextString( pInputHdl->GetFormString() ); in ScInputWindow()208 else if ( pInputHdl && pInputHdl->IsInputMode() ) in ScInputWindow()215 if ( pInputHdl->IsTopMode() ) in ScInputWindow()256 if ( pNew != pInputHdl ) in SetInputHandler()261 pInputHdl = pNew; in SetInputHandler()262 if (pInputHdl) in SetInputHandler()[all …]
86 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in ~ScFormulaReferenceHelper() local87 if ( pInputHdl ) in ~ScFormulaReferenceHelper()88 pInputHdl->ResetDelayTimer(); // stop the timer for disabling the input line in ~ScFormulaReferenceHelper()732 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(pScViewShell); in EnterRefMode() local734 DBG_ASSERT( pInputHdl, "Missing input handler :-/" ); in EnterRefMode()736 if ( pInputHdl ) in EnterRefMode()737 pInputHdl->NotifyChange( NULL ); in EnterRefMode()
396 const ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in CreateTextHelper() local397 if( pInputHdl && !pInputHdl->IsTopMode() ) in CreateTextHelper()
185 ScInputHandler* GetInputHandler(){ return pInputHdl;} in GetInputHandler()200 ScInputHandler* pInputHdl; member in ScInputWindow
504 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in Activate() local505 if ( pInputHdl ) in Activate()506 pInputHdl->NotifyChange( NULL ); in Activate()
1940 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in KillEditView() local1941 if ( pInputHdl ) in KillEditView()1943 ScInputWindow* pInputWin = pInputHdl->GetInputWindow(); in KillEditView()
516 ScInputHandler* pInputHdl = pScMod->GetInputHdl(pViewSh); in SetPrinter() local517 if (pInputHdl) in SetPrinter()518 pInputHdl->UpdateRefDevice(); in SetPrinter()
855 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in NotifyInputHandler() local856 if ( pInputHdl && pInputHdl->GetCursorPos() == rPos ) in NotifyInputHandler()858 sal_Bool bIsEditMode(pInputHdl->IsEditMode()); in NotifyInputHandler()863 pInputHdl->SetModified(); in NotifyInputHandler()
Completed in 167 milliseconds