Searched refs:m_rbSearchForText (Results 1 – 2 of 2) sorted by relevance
96 ,m_rbSearchForText (this, CUI_RES(RB_SEARCHFORTEXT)) in FmSearchDialog()239 m_rbSearchForText.SetClickHdl(LINK(this, FmSearchDialog, OnClickedFieldRadios)); in Init()300 if ( m_rbSearchForText.IsChecked() ) in Init()319 …if ((pButton == &m_rbSearchForText) || (pButton == &m_rbSearchForNull) || (pButton == &m_rbSearchF… in IMPL_LINK()362 if (m_rbSearchForText.IsChecked()) in IMPL_LINK()370 if (m_rbSearchForText.IsChecked()) in IMPL_LINK()437 if ((m_cmbSearchText.GetText().Len() != 0) || !m_rbSearchForText.IsChecked()) in IMPL_LINK()550 sal_Bool bEnable = ( m_rbSearchForText.IsChecked() in IMPL_LINK()652 m_rbSearchForText.Enable (bEnable); in EnableSearchUI()702 sal_Bool bSearchingForText = m_rbSearchForText.IsChecked(); in EnableSearchForDependees()[all …]
74 RadioButton m_rbSearchForText; member in FmSearchDialog