Lines Matching refs:pEdActive
100 pEdActive ( NULL ), in ScConditionalFormatDlg()
317 pEdActive = &aEdtCond11; in ScConditionalFormatDlg()
362 if ( pEdActive ) in SetReference()
365 RefInputStart(pEdActive); in SetReference()
369 String aVal( pEdActive->GetText() ); in SetReference()
370 Selection aSel( pEdActive->GetSelection() ); in SetReference()
375 pEdActive->SetRefString( aVal ); in SetReference()
376 pEdActive->SetSelection( aNewSel ); in SetReference()
385 if ( pEdActive ) in AddRefEntry()
387 String aVal = pEdActive->GetText(); in AddRefEntry()
389 pEdActive->SetText(aVal); in AddRefEntry()
392 pEdActive->SetSelection( Selection( nLen, nLen ) ); in AddRefEntry()
401 return (pEdActive != NULL); in IsRefInputMode()
412 if( pEdActive ) in SetActive()
413 pEdActive->GrabFocus(); in SetActive()
741 pEdActive = &aEdtCond11; in IMPL_LINK()
743 pEdActive = &aEdtCond12; in IMPL_LINK()
745 pEdActive = &aEdtCond21; in IMPL_LINK()
747 pEdActive = &aEdtCond22; in IMPL_LINK()
749 pEdActive = &aEdtCond31; in IMPL_LINK()
751 pEdActive = &aEdtCond32; in IMPL_LINK()
753 pEdActive = NULL; in IMPL_LINK()
755 if( pEdActive ) in IMPL_LINK()
756 pEdActive->SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK()