Lines Matching refs:aWordsLB

239 	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()
522 aSize.Width()=aWordsLB.GetSizePixel().Width(); in ShowWords_Impl()
530 aWordsLB.SetTabs(nStaticTabs); in ShowWords_Impl()
531 aWordsLB.Clear(); in ShowWords_Impl()
546 aWordsLB.InsertEntry(aStr, 0, sal_False, nPos == USHRT_MAX ? LIST_APPEND : nPos); in ShowWords_Impl()
549 if (aWordsLB.GetEntryCount()) in ShowWords_Impl()
551 aWordED .SetText( aWordsLB.GetEntryText(0LU, 0) ); in ShowWords_Impl()
552 aReplaceED.SetText( aWordsLB.GetEntryText(0LU, 1) ); in ShowWords_Impl()
589 SvLBoxEntry* pEntry = aWordsLB.FirstSelected(); in IMPL_LINK()
604 SvLBoxEntry* _pEntry = aWordsLB.FirstSelected(); in IMPL_LINK()
627 xDic->remove( aWordsLB.GetEntryText( _pEntry, 0 ) ); in IMPL_LINK()
644 aWordsLB.SetUpdateMode(sal_False); in IMPL_LINK()
656 aWordsLB.SetEntryText( sEntry, _pEntry ); in IMPL_LINK()
662 SvLBoxEntry* pInsEntry = aWordsLB.InsertEntry(sEntry, 0, sal_False, in IMPL_LINK()
667 aWordsLB.MakeVisible( pNewEntry ); in IMPL_LINK()
668 aWordsLB.SetUpdateMode(sal_True); in IMPL_LINK()
688 SvLBoxEntry* pFirstSel = aWordsLB.FirstSelected(); in IMPL_LINK()
706 for(sal_uInt16 i = 0; i < aWordsLB.GetEntryCount(); i++) in IMPL_LINK()
708 SvLBoxEntry* pEntry = aWordsLB.GetEntry( i ); in IMPL_LINK()
709 String aTestStr( aWordsLB.GetEntryText(pEntry, 0) ); in IMPL_LINK()
716 aWordsLB.SetCurEntry(pEntry); in IMPL_LINK()
719 aReplaceED.SetText(aWordsLB.GetEntryText(pEntry, 1)); in IMPL_LINK()
734 aWordsLB.MakeVisible(pEntry); in IMPL_LINK()
745 aWordsLB.SelectAll(sal_False); in IMPL_LINK()
753 else if(aWordsLB.GetEntryCount()>0) in IMPL_LINK()
755 SvLBoxEntry* pEntry = aWordsLB.GetEntry( 0 ); in IMPL_LINK()
757 aWordsLB.MakeVisible(pEntry); in IMPL_LINK()
767 aWordText = aWordsLB.GetEntryText( pFirstSel, 0 ); in IMPL_LINK()
768 aReplaceText = aWordsLB.GetEntryText( pFirstSel, 1 ); in IMPL_LINK()