Lines Matching refs:aLbCustomShows
56 aLbCustomShows ( this, SdResId( LB_CUSTOMSHOWS ) ), in SdCustomShowDlg()
79 aLbCustomShows.SetSelectHdl( aLink ); in SdCustomShowDlg()
93 aLbCustomShows.InsertEntry( pCustomShow->GetName() ); in SdCustomShowDlg()
95 aLbCustomShows.SelectEntryPos( (sal_uInt16)nPosToSelect ); in SdCustomShowDlg()
116 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in CheckState()
148 aLbCustomShows.InsertEntry( pCustomShow->GetName() ); in IMPL_LINK()
149 aLbCustomShows.SelectEntry( pCustomShow->GetName() ); in IMPL_LINK()
161 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in IMPL_LINK()
174 aLbCustomShows.RemoveEntry( nPos ); in IMPL_LINK()
175 aLbCustomShows.InsertEntry( pCustomShow->GetName(), nPos ); in IMPL_LINK()
176 aLbCustomShows.SelectEntryPos( nPos ); in IMPL_LINK()
186 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in IMPL_LINK()
190 aLbCustomShows.RemoveEntry( nPos ); in IMPL_LINK()
191 aLbCustomShows.SelectEntryPos( nPos == 0 ? nPos : nPos - 1 ); in IMPL_LINK()
198 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in IMPL_LINK()
252 aLbCustomShows.InsertEntry( pShow->GetName() ); in IMPL_LINK()
253 aLbCustomShows.SelectEntry( pShow->GetName() ); in IMPL_LINK()
259 else if( p == &aLbCustomShows ) in IMPL_LINK()
261 sal_uInt16 nPos = aLbCustomShows.GetSelectEntryPos(); in IMPL_LINK()