Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/dialogs/
H A Dthesdlg.cxx292 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()
[all …]
H A Dthesdlg_impl.hxx173 LookUpComboBox_Impl aWordCB; member