Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1177 PushButton* mpPBSoundPreview; member in sd::CustomAnimationEffectTabPage
1225 mpPBSoundPreview = new PushButton( this, SdResId( PB_SOUND_PREVIEW ) ); in CustomAnimationEffectTabPage()
1242 mpPBSoundPreview->SetClickHdl( LINK( this, CustomAnimationEffectTabPage, implSelectHdl ) ); in CustomAnimationEffectTabPage()
1243 mpPBSoundPreview->SetSymbol( SYMBOL_PLAY ); in CustomAnimationEffectTabPage()
1364 move_down( mpPBSoundPreview, nOffsetX, nOffsetY ); in CustomAnimationEffectTabPage()
1525 delete mpPBSoundPreview; in ~CustomAnimationEffectTabPage()
1550 mpPBSoundPreview->Enable( nPos >= 2 ); in updateControlStates()
1577 else if( pControl == mpPBSoundPreview ) in IMPL_LINK()

Completed in 19 milliseconds