Searched refs:aLbLists (Results 1 – 2 of 2) sorted by relevance
83 aLbLists ( this, ScResId( LB_LISTS ) ), in ScTpUserLists()131 aLbLists.SetSelectHdl ( LINK( this, ScTpUserLists, LbSelectHdl ) ); in Init()207 aLbLists.SelectEntryPos( 0 ); in Reset()216 if ( aLbLists.GetEntryCount() == 0 ) in Reset()219 aLbLists .Disable(); in Reset()294 aLbLists.Clear(); in UpdateUserListBox()309 aLbLists.InsertEntry( aEntry ); in UpdateUserListBox()551 if ( pLb == &aLbLists ) in IMPL_LINK()553 sal_uInt16 nSelPos = aLbLists.GetSelectEntryPos(); in IMPL_LINK()576 nCancelPos = ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()[all …]
58 ListBox aLbLists; member in ScTpUserLists