Lines Matching refs:aPhoneticED0
109 aPhoneticED0(this, SW_RES(ED_PHONETIC_1 )), in SwIndexMarkDlg()
182 aPhoneticED0 .SetHelpId(HID_INSERT_IDX_MRK_PHONETIC_READING ); in SwIndexMarkDlg()
206 aPhoneticED0.SetModifyHdl(LINK(this,SwIndexMarkDlg, PhoneticEDModifyHdl)); in SwIndexMarkDlg()
549 aDesc.SetPhoneticReadingOfAltStr(aPhoneticED0.GetText()); in InsertMark()
618 aDesc.SetPhoneticReadingOfAltStr(aPhoneticED0.GetText()); in UpdateMark()
765 aPhoneticED0.SetText(GetDefaultPhoneticReading(aEntryED.GetText())); in IMPL_LINK()
798 aPhoneticED0.Enable(bKeyEnable&&bEntryHasText&&bIsPhoneticReadingEnabled); in IMPL_LINK()
809 aPhoneticED0.SetText(aEmptyStr); in IMPL_LINK()
813 aPhoneticED0.SetText(GetDefaultPhoneticReading(aEntryED.GetText())); in IMPL_LINK()
816 aPhoneticED0.Enable(bHasText&&bIsPhoneticReadingEnabled); in IMPL_LINK()
921 aPhoneticED0.SetText( pMark->GetTextReading() ); in UpdateDialog()
941 aPhoneticED0.Enable(bKeyEnable&&bEntryHasText&&bIsPhoneticReadingEnabled); in UpdateDialog()
997 if(&aPhoneticED0 == pEdit) in IMPL_LINK()