Lines Matching refs:mpLBStart
178 mpLBStart = new ListBox( this, SdResId( LB_START ) ); in CustomAnimationPane()
214 mpLBStart->SetSelectHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
270 delete mpLBStart; in ~CustomAnimationPane()
501 mpLBStart->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()
734 mpLBStart->Enable( sal_False ); in updateControls()
750 mpLBStart->Enable(nSelectionCount > 0); in updateControls()
834 mpLBStart->SelectEntryPos( nPos ); in updateControls()
873 mpLBStart->SetNoSelection(); in updateControls()
2178 if( mpLBStart->GetSelectEntryCount() == 1 ) in onChangeStart()
2181 sal_uInt16 nPos= mpLBStart->GetSelectEntryPos(); in onChangeStart()
2313 else if( pControl == mpLBStart ) in IMPL_LINK()