Home
last modified time | relevance | path

Searched refs:m_pAlternativesCT (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cui/source/dialogs/
H A Dthesdlg.cxx294 m_pAlternativesCT ( new ThesaurusAlternativesCtrl_Impl( pDialog, *this ) ), in SvxThesaurusDialog_Impl()
317m_pAlternativesCT->SetSelectHdl( LINK( this, SvxThesaurusDialog_Impl, AlternativesSelectHdl_Impl )… in SvxThesaurusDialog_Impl()
318m_pAlternativesCT->SetDoubleClickHdl( LINK( this, SvxThesaurusDialog_Impl, AlternativesDoubleClick… in SvxThesaurusDialog_Impl()
366 m_pAlternativesCT->SetUpdateMode( sal_False ); in UpdateAlternativesBox_Impl()
369 m_pAlternativesCT->ClearExtraData(); in UpdateAlternativesBox_Impl()
371 m_pAlternativesCT->Clear(); in UpdateAlternativesBox_Impl()
381 m_pAlternativesCT->AddEntry( i + 1, rMeaningTxt, true ); in UpdateAlternativesBox_Impl()
383 m_pAlternativesCT->AddEntry( -1, pSynonyms[k], false ); in UpdateAlternativesBox_Impl()
386 m_pAlternativesCT->SetUpdateMode( sal_True ); in UpdateAlternativesBox_Impl()
442 m_pAlternativesCT->Enable( m_bWordFound ); in LookUp_Impl()
[all …]
H A Dthesdlg_impl.hxx175 boost::shared_ptr< ThesaurusAlternativesCtrl_Impl > m_pAlternativesCT; member