Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/options/
H A Doptdict.cxx239 aWordsLB ( this, CUI_RES( TLB_REPLACE ) ), in IMPL_LINK_INLINE_END()
257 aWordsLB.SetSelectHdl(LINK(this, SvxEditDictionaryDialog, SelectHdl)); in IMPL_LINK_INLINE_END()
258 aWordsLB.SetTabs(nStaticTabs); in IMPL_LINK_INLINE_END()
261 aWordsLB.SetStyle(aWordsLB.GetStyle()|/*WB_SORT|*/WB_HSCROLL|WB_CLIPCHILDREN); in IMPL_LINK_INLINE_END()
394 for( j = 0; j < aWordsLB.GetEntryCount(); j++ ) in GetLBInsertPos()
396 SvLBoxEntry* pEntry = aWordsLB.GetEntry(j); in GetLBInsertPos()
400 compareString( aNormEntry, getNormDicEntry_Impl( aWordsLB.GetEntryText(pEntry, 0) ) ); in GetLBInsertPos()
404 if (j < aWordsLB.GetEntryCount()) // entry found? in GetLBInsertPos()
416 String sTmpShort(aWordsLB.GetEntryText(pEntry, 0)); in RemoveDictEntry()
421 aWordsLB.GetModel()->Remove(pEntry); in RemoveDictEntry()
[all …]
/AOO41X/main/cui/source/inc/
H A Doptdict.hxx125 SvTabListBox aWordsLB; member in SvxEditDictionaryDialog