Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx470 , m_aCT_DictionaryToSimplified( this, TextConversionDlgs_ResId( CT_MAPPINGLIST ) ) in ChineseDictionaryDialog()
489 m_aCT_DictionaryToSimplified.SetHelpId( HID_SVX_CHINESE_DICTIONARY_LB_TO_SIMPLIFIED ); in ChineseDictionaryDialog()
575 …m_pHeaderBar = m_aCT_DictionaryToSimplified.createHeaderBar( aColumn1, aColumn2, aColumn3, nWidth1… in ChineseDictionaryDialog()
580 m_aCT_DictionaryToSimplified.SetTabs( &pTabs[0], MAP_PIXEL ); in ChineseDictionaryDialog()
585 m_aCT_DictionaryToTraditional.SetPosPixel( m_aCT_DictionaryToSimplified.GetPosPixel() ); in ChineseDictionaryDialog()
586 m_aCT_DictionaryToTraditional.SetSizePixel( m_aCT_DictionaryToSimplified.GetSizePixel() ); in ChineseDictionaryDialog()
588m_aCT_DictionaryToSimplified.initDictionaryControl( xDictionary_To_Simplified, &m_aLB_Property ); in ChineseDictionaryDialog()
605m_aCT_DictionaryToSimplified.SetSelectHdl( LINK( this, ChineseDictionaryDialog, MappingSelectHdl )… in ChineseDictionaryDialog()
647 m_aCT_DictionaryToSimplified.activate( m_pHeaderBar ); in updateAfterDirectionChange()
649 xDictionary = m_aCT_DictionaryToSimplified.m_xDictionary; in updateAfterDirectionChange()
[all …]
H A Dchinese_dictionarydialog.hxx175 DictionaryList m_aCT_DictionaryToSimplified; member in textconversiondlgs::ChineseDictionaryDialog