Searched refs:aLbCustomShows (Results 1 – 2 of 2) sorted by relevance
50 aLbCustomShows ( this, SdResId( LB_CUSTOMSHOWS ) ), in SdCustomShowDlg()73 aLbCustomShows.SetSelectHdl( aLink ); in SdCustomShowDlg()87 aLbCustomShows.InsertEntry( pCustomShow->GetName() ); in SdCustomShowDlg()89 aLbCustomShows.SelectEntryPos( (sal_uInt16)nPosToSelect ); in SdCustomShowDlg()110 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in CheckState()142 aLbCustomShows.InsertEntry( pCustomShow->GetName() ); in IMPL_LINK()143 aLbCustomShows.SelectEntry( pCustomShow->GetName() ); in IMPL_LINK()155 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in IMPL_LINK()168 aLbCustomShows.RemoveEntry( nPos ); in IMPL_LINK()169 aLbCustomShows.InsertEntry( pCustomShow->GetName(), nPos ); in IMPL_LINK()[all …]
45 ListBox aLbCustomShows; member in SdCustomShowDlg