Home
last modified time | relevance | path

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

/trunk/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()
393 if (rText != aWordCB.GetText()) // avoid moving of the cursor if the text is the same in LookUp()
394 aWordCB.SetText( rText ); in LookUp()
404 aWordCB.SetText( aLookUpHistory.top() ); // retrieve previous look up word in IMPL_LINK()
433 String aText( aWordCB.GetText() ); in LookUp_Impl()
443 if ( aWordCB.GetEntryPos( aText ) == LISTBOX_ENTRY_NOTFOUND ) in LookUp_Impl()
444 aWordCB.InsertEntry( aText ); in LookUp_Impl()
453 …if (pBox && !aWordCB.IsTravelSelect()) // act only upon return key and not when traveling with cu… in IMPL_LINK()
458 aWordCB.SetText( aStr ); in IMPL_LINK()
[all …]
H A Dthesdlg_impl.hxx173 LookUpComboBox_Impl aWordCB; member