Searched refs:aEdOther (Results 1 – 2 of 2) sorted by relevance
225 aEdOther ( this, ScResId( ED_OTHER ) ), in ScImportAsciiDlg()310 aEdOther.SetText( aEdOther.GetText() + OUString( aSep[i] ) ); in ScImportAsciiDlg()378 aEdOther.SetModifyHdl( aSeparatorHdl ); in ScImportAsciiDlg()424 aEdOther.SetAccessibleName(aCkbOther.GetText()); in ScImportAsciiDlg()425 aEdOther.SetAccessibleRelationLabeledBy(&aCkbOther); in ScImportAsciiDlg()577 aSepChars += aEdOther.GetText(); in GetSeparators()589 aEdOther.Enable( bEnable ); in SetupSeparatorCtrls()631 aEdOther.GrabFocus(); in IMPL_LINK()632 else if( pCtrl == &aEdOther ) in IMPL_LINK()633 aCkbOther.Check( aEdOther.GetText().Len() > 0 ); in IMPL_LINK()
62 Edit aEdOther; member in ScImportAsciiDlg
Completed in 14 milliseconds