Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1176 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()
[all …]