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()238 ScInputHandler* pInputHdl = GetNextInputHandler(pData->GetDocShell(),&pTabViewShell); in fill() local240 if ( pInputHdl == NULL ) //DocShell hat keinen InputHandler mehr, in fill()243 pInputHdl = pScMod->GetInputHdl(); in fill()[all …]
141 pInputHdl ( NULL ), in ScInputWindow()196 …pInputHdl = SC_MOD()->GetInputHdl( pViewSh, sal_False ); // use own handler even if ref-handler… 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()214 aTextWindow.SetTextString( pInputHdl->GetEditString() ); // Text anzeigen in ScInputWindow()215 if ( pInputHdl->IsTopMode() ) in ScInputWindow()216 pInputHdl->SetMode( SC_INPUT_TABLE ); // Focus kommt eh nach unten in ScInputWindow()[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()
185 ScInputHandler* GetInputHandler(){ return pInputHdl;} in GetInputHandler()200 ScInputHandler* pInputHdl; member in ScInputWindow
396 const ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in CreateTextHelper() local397 if( pInputHdl && !pInputHdl->IsTopMode() ) in CreateTextHelper()
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()