Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx83 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 …]
/AOO41X/main/sc/source/ui/inc/
H A Dtpusrlst.hxx58 ListBox aLbLists; member in ScTpUserLists