Searched refs:aWordsLB (Results 1 – 2 of 2) sorted by relevance
234 aWordsLB ( this, CUI_RES( TLB_REPLACE ) ), in IMPL_LINK_INLINE_END()252 aWordsLB.SetSelectHdl(LINK(this, SvxEditDictionaryDialog, SelectHdl)); in IMPL_LINK_INLINE_END()253 aWordsLB.SetTabs(nStaticTabs); in IMPL_LINK_INLINE_END()256 aWordsLB.SetStyle(aWordsLB.GetStyle()|/*WB_SORT|*/WB_HSCROLL|WB_CLIPCHILDREN); in IMPL_LINK_INLINE_END()389 for( j = 0; j < aWordsLB.GetEntryCount(); j++ ) in GetLBInsertPos()391 SvLBoxEntry* pEntry = aWordsLB.GetEntry(j); in GetLBInsertPos()395 compareString( aNormEntry, getNormDicEntry_Impl( aWordsLB.GetEntryText(pEntry, 0) ) ); in GetLBInsertPos()399 if (j < aWordsLB.GetEntryCount()) // entry found? in GetLBInsertPos()411 String sTmpShort(aWordsLB.GetEntryText(pEntry, 0)); in RemoveDictEntry()416 aWordsLB.GetModel()->Remove(pEntry); in RemoveDictEntry()[all …]
124 SvTabListBox aWordsLB; member in SvxEditDictionaryDialog