Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx468 , m_aLB_Property( this, TextConversionDlgs_ResId( LB_PROPERTY ) ) in ChineseDictionaryDialog()
498 m_aLB_Property.SetDropDownLineCount( m_aLB_Property.GetEntryCount() ); in ChineseDictionaryDialog()
499 m_aLB_Property.SelectEntryPos(0); in ChineseDictionaryDialog()
573 long nWidth3 = m_aLB_Property.GetSizePixel().Width(); in ChineseDictionaryDialog()
600 m_aLB_Property.SetSelectHdl( LINK( this, ChineseDictionaryDialog, EditFieldsHdl ) ); in ChineseDictionaryDialog()
674 if( nPos<0 || nPos>=m_aLB_Property.GetEntryCount() ) in IMPL_LINK()
676 if( m_aLB_Property.GetEntryCount() ) in IMPL_LINK()
677 m_aLB_Property.SelectEntryPos(nPos); in IMPL_LINK()
698 if( pE->m_nConversionPropertyType != m_aLB_Property.GetSelectEntryPos()+1 ) in isEditFieldsContentEqualsSelectedListContent()
758 sal_Int16 nConversionPropertyType = m_aLB_Property.GetSelectEntryPos()+1; in IMPL_LINK()
[all …]
H A Dchinese_dictionarydialog.hxx172 ListBox m_aLB_Property; member in textconversiondlgs::ChineseDictionaryDialog

Completed in 31 milliseconds