Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx56 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()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dcustsdlg.hxx45 ListBox aLbCustomShows; member in SdCustomShowDlg