Searched refs:aAllDictsLB (Results 1 – 2 of 2) sorted by relevance
226 aAllDictsLB ( this, CUI_RES( LB_ALLDICTS ) ), in IMPL_LINK_INLINE_END()268 aAllDictsLB.SetSelectHdl( in IMPL_LINK_INLINE_END()291 aAllDictsLB.InsertEntry( aTxt ); in IMPL_LINK_INLINE_END()305 aAllDictsLB.SelectEntry( aLookUpEntry ); in IMPL_LINK_INLINE_END()306 sal_uInt16 nPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK_INLINE_END()311 aAllDictsLB.SelectEntryPos( nPos ); in IMPL_LINK_INLINE_END()407 sal_uInt16 nLBPos = aAllDictsLB.GetSelectEntryPos(); in RemoveDictEntry()425 sal_uInt16 nPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK()450 sal_uInt16 nDicPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK()459 sTxt.SearchAndReplaceAscii( "%1", aAllDictsLB.GetSelectEntry() ); in IMPL_LINK()[all …]
116 ListBox aAllDictsLB; member in SvxEditDictionaryDialog177 sal_uInt16 GetSelectedDict() {return aAllDictsLB.GetSelectEntryPos();} in GetSelectedDict()