Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx82 aLbLists ( this, ScResId( LB_LISTS ) ), in ScTpUserLists()
130 aLbLists.SetSelectHdl ( LINK( this, ScTpUserLists, LbSelectHdl ) ); in Init()
206 aLbLists.SelectEntryPos( 0 ); in Reset()
215 if ( aLbLists.GetEntryCount() == 0 ) in Reset()
218 aLbLists .Disable(); in Reset()
293 aLbLists.Clear(); in UpdateUserListBox()
308 aLbLists.InsertEntry( aEntry ); in UpdateUserListBox()
550 if ( pLb == &aLbLists ) in IMPL_LINK()
552 sal_uInt16 nSelPos = aLbLists.GetSelectEntryPos(); in IMPL_LINK()
575 nCancelPos = ( aLbLists.GetEntryCount() > 0 ) in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dtpusrlst.hxx58 ListBox aLbLists; member in ScTpUserLists