Lines Matching refs:mpLBSound
1176 ListBox* mpLBSound; member in sd::CustomAnimationEffectTabPage
1224 mpLBSound = new ListBox( this, SdResId( LB_SOUND ) ); in CustomAnimationEffectTabPage()
1240 mpLBSound->SetSelectHdl( LINK( this, CustomAnimationEffectTabPage, implSelectHdl ) ); in CustomAnimationEffectTabPage()
1363 move_down( mpLBSound, nOffsetX, nOffsetY ); in CustomAnimationEffectTabPage()
1493 nPos = mpLBSound->InsertEntry( aURL.GetBase(), nPos ); in CustomAnimationEffectTabPage()
1499 mpLBSound->SelectEntryPos( nPos ); in CustomAnimationEffectTabPage()
1524 delete mpLBSound; in ~CustomAnimationEffectTabPage()
1549 nPos = mpLBSound->GetSelectEntryPos(); in updateControlStates()
1569 else if( pControl == mpLBSound ) in IMPL_LINK()
1571 sal_uInt16 nPos = mpLBSound->GetSelectEntryPos(); in IMPL_LINK()
1572 if( nPos == (mpLBSound->GetEntryCount() - 1) ) in IMPL_LINK()
1713 nPos = mpLBSound->GetSelectEntryPos(); in update()
1746 mpLBSound->InsertEntry( String( SdResId( STR_CUSTOMANIMATION_NO_SOUND ) ) ); in fillSoundListBox()
1747 mpLBSound->InsertEntry( String( SdResId( STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND ) ) ); in fillSoundListBox()
1752 mpLBSound->InsertEntry( aURL.GetBase() ); in fillSoundListBox()
1754 mpLBSound->InsertEntry( String( SdResId( STR_CUSTOMANIMATION_BROWSE_SOUND ) ) ); in fillSoundListBox()
1765 mpLBSound->Clear(); in clearSoundListBox()
1839 mpLBSound->SelectEntryPos( (sal_uInt16) nPos ); in openSoundFileDialog()
1844 const sal_uInt16 nPos = mpLBSound->GetSelectEntryPos(); in onSoundPreview()