Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/dialogs/
H A DSpellDialog.cxx210 aSuggestionLB ( this, CUI_RES( LB_SUGGESTION ) ), in SpellDialog()
302 aSuggestionLB.SetDoubleClickHdl( LINK( this, SpellDialog, ChangeHdl ) ); in Init_Impl()
324 aSuggestionLB.Clear(); in UpdateBoxes_Impl()
361 if ( LISTBOX_ENTRY_NOTFOUND == aSuggestionLB.GetEntryPos( aTmp ) ) in UpdateBoxes_Impl()
363 aSuggestionLB.InsertEntry( aTmp ); in UpdateBoxes_Impl()
364aSuggestionLB.SetEntryFlags(aSuggestionLB.GetEntryCount() - 1, LISTBOX_ENTRY_FLAG_MULTILINE); in UpdateBoxes_Impl()
368 aSuggestionLB.InsertEntry( aNoSuggestionsST ); in UpdateBoxes_Impl()
373 aSuggestionLB.Enable(nSize > 0); in UpdateBoxes_Impl()
376 aSuggestionLB.SelectEntryPos(0); in UpdateBoxes_Impl()
499 &pThis->aSuggestionLB, in IMPL_STATIC_LINK()
[all …]
/AOO42X/main/cui/source/inc/
H A DSpellDialog.hxx160 ListBox aSuggestionLB; member in svx::SpellDialog