Searched refs:aSuggestionLB (Results 1 – 2 of 2) sorted by relevance
212 aSuggestionLB ( this, CUI_RES( LB_SUGGESTION ) ), in SpellDialog()304 aSuggestionLB.SetDoubleClickHdl( LINK( this, SpellDialog, ChangeHdl ) ); in Init_Impl()326 aSuggestionLB.Clear(); in UpdateBoxes_Impl()363 if ( LISTBOX_ENTRY_NOTFOUND == aSuggestionLB.GetEntryPos( aTmp ) ) in UpdateBoxes_Impl()365 aSuggestionLB.InsertEntry( aTmp ); in UpdateBoxes_Impl()366 … aSuggestionLB.SetEntryFlags(aSuggestionLB.GetEntryCount() - 1, LISTBOX_ENTRY_FLAG_MULTILINE); in UpdateBoxes_Impl()370 aSuggestionLB.InsertEntry( aNoSuggestionsST ); in UpdateBoxes_Impl()375 aSuggestionLB.Enable(nSize > 0); in UpdateBoxes_Impl()378 aSuggestionLB.SelectEntryPos(0); in UpdateBoxes_Impl()501 &pThis->aSuggestionLB, in IMPL_STATIC_LINK()[all …]
160 ListBox aSuggestionLB; member in svx::SpellDialog