Lines Matching refs:aSuggestionLB

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()
366aSuggestionLB.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()
557 aSuggestionLB.IsEnabled() && aSuggestionLB.GetSelectEntryCount() > 0 && in IMPL_LINK()
558 aNoSuggestionsST != aSuggestionLB.GetSelectEntry()) in IMPL_LINK()
560 sCurrentErrorText = aSuggestionLB.GetSelectEntry(); in IMPL_LINK()
623 if(aSuggestionLB.IsEnabled() && in IMPL_LINK()
624 aSuggestionLB.GetSelectEntryCount()>0 && in IMPL_LINK()
625 aNoSuggestionsST != aSuggestionLB.GetSelectEntry()) in IMPL_LINK()
626 aString = aSuggestionLB.GetSelectEntry(); in IMPL_LINK()
648 if(aSuggestionLB.IsEnabled() && in IMPL_LINK()
649 aSuggestionLB.GetSelectEntryCount()>0 && in IMPL_LINK()
650 aNoSuggestionsST != aSuggestionLB.GetSelectEntry()) in IMPL_LINK()
651 aString = aSuggestionLB.GetSelectEntry(); in IMPL_LINK()
844 aSuggestionLB.Clear(); in IMPL_LINK()
1077 aSuggestionLB.SetNoSelection(); in IMPL_LINK()
1078 aSuggestionLB.Disable(); in IMPL_LINK()
1158 &aSuggestionLB, in InvalidateDialog()
2134 &pSpellDialog->aSuggestionLB, in SetUndoEditMode()