Searched refs:aOtherEd (Results 1 – 2 of 2) sorted by relevance
73 else if( aOtherBtn.IsChecked() && aOtherEd.GetText().Len() ) in GetValues()75 uOther = aOtherEd.GetText().GetChar( 0 ); in GetValues()120 aOtherEd (this, SW_RES(ED_OTHER)), in SwConvertTableDlg()148 aOtherEd.SetAccessibleName(String(SW_RES(STR_SYMBOL))); in SwConvertTableDlg()149 aOtherEd.SetAccessibleRelationLabeledBy(&aOtherBtn); in SwConvertTableDlg()164 aOtherEd.SetText(uOther); in SwConvertTableDlg()200 aOtherEd.Enable( aOtherBtn.IsChecked() ); in SwConvertTableDlg()249 aOtherEd.Enable( aOtherBtn.IsChecked() ); in IMPL_LINK()
46 Edit aOtherEd; member in SwConvertTableDlg