Lines Matching refs:pInputHdl
124 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(pScViewShell); in ScFormulaDlg() local
126 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() local
216 if ( pInputHdl ) in notifyChange()
217 pInputHdl->NotifyChange( NULL ); in notifyChange()
238 ScInputHandler* pInputHdl = GetNextInputHandler(pData->GetDocShell(),&pTabViewShell); in fill() local
240 if ( pInputHdl == NULL ) //DocShell hat keinen InputHandler mehr, in fill()
243 pInputHdl = pScMod->GetInputHdl(); in fill()
247 pInputHdl->SetRefViewShell(pTabViewShell); in fill()
249 pScMod->SetRefInputHdl(pInputHdl); in fill()
250 pData->SetInputHandler(pInputHdl); in fill()