Lines Matching refs:aLbCustomShows
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()
170 aLbCustomShows.SelectEntryPos( nPos ); in IMPL_LINK()
180 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in IMPL_LINK()
184 aLbCustomShows.RemoveEntry( nPos ); in IMPL_LINK()
185 aLbCustomShows.SelectEntryPos( nPos == 0 ? nPos : nPos - 1 ); in IMPL_LINK()
192 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in IMPL_LINK()
246 aLbCustomShows.InsertEntry( pShow->GetName() ); in IMPL_LINK()
247 aLbCustomShows.SelectEntry( pShow->GetName() ); in IMPL_LINK()
253 else if( p == &aLbCustomShows ) in IMPL_LINK()
255 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in IMPL_LINK()