Lines Matching refs:aWordCB
292 aWordCB ( pDialog, CUI_RES( CB_WORD ), *this ), in SvxThesaurusDialog_Impl()
315 aWordCB.SetSelectHdl( LINK( this, SvxThesaurusDialog_Impl, WordSelectHdl_Impl ) ); in SvxThesaurusDialog_Impl()
394 if (rText != aWordCB.GetText()) // avoid moving of the cursor if the text is the same in LookUp()
395 aWordCB.SetText( rText ); in LookUp()
405 aWordCB.SetText( aLookUpHistory.top() ); // retrieve previous look up word in IMPL_LINK()
434 String aText( aWordCB.GetText() ); in LookUp_Impl()
444 if ( aWordCB.GetEntryPos( aText ) == LISTBOX_ENTRY_NOTFOUND ) in LookUp_Impl()
445 aWordCB.InsertEntry( aText ); in LookUp_Impl()
454 …if (pBox && !aWordCB.IsTravelSelect()) // act only upon return key and not when traveling with cu… in IMPL_LINK()
459 aWordCB.SetText( aStr ); in IMPL_LINK()
498 aWordCB.SetText( aStr ); in IMPL_LINK()
620 &pThis->aWordCB, in IMPL_STATIC_LINK()
678 m_pImpl->aWordCB.InsertEntry( aTmp2 ); in SvxThesaurusDialog()