Searched refs:mBidiTextSupportBox (Results 1 – 2 of 2) sorted by relevance
453 mBidiTextSupportBox.SetCheck(mLanguages[0].support_bidi_text); in OnInitDialog()489 DDX_Control(pDX, IDC_CHECK_SUPPORT_BIDI_TEXT, mBidiTextSupportBox); in DoDataExchange()531 mLanguages[oldval - 1].support_bidi_text = mBidiTextSupportBox.GetCheck(); in BEGIN_MESSAGE_MAP()541 mBidiTextSupportBox.SetCheck(mLanguages[newval - 1].support_bidi_text); in BEGIN_MESSAGE_MAP()601 mBidiTextSupportBox.SetCheck(mLanguages[Index - 1].support_bidi_text); in OnBnClickedDeleteLanguage()641 mLanguages[index - 1].support_bidi_text = mBidiTextSupportBox.GetCheck(); in OnBnClickedOk()769 if (mBidiTextSupportBox.GetCheck()) in OnClickSupportBidiTextBox()
40 CButton mBidiTextSupportBox; variable