Searched refs:aSuggestionLB (Results 1 – 2 of 2) sorted by relevance
210 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()364 … aSuggestionLB.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 …]
160 ListBox aSuggestionLB; member in svx::SpellDialog