Searched refs:mpPBPlay (Results 1 – 2 of 2) sorted by relevance
192 mpPBPlay = new PushButton( this, SdResId( PB_PLAY ) ); in CustomAnimationPane()219 mpPBPlay->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()281 delete mpPBPlay; in ~CustomAnimationPane()538 Size aPlaySize( mpPBPlay->GetSizePixel() ); in updateLayout()539 aPlaySize.setWidth( mpPBPlay->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth ); in updateLayout()544 …int aTestWidth = aCursor.X() + mpPBPlay->GetSizePixel().Width() + 2 * aOffset.X() + mpPBSlideShow-… in updateLayout()549 mpPBPlay->SetPosSizePixel( aCursor, aPlaySize ); in updateLayout()553 mpPBPlay->SetPosSizePixel( aCursor, aPlaySize ); in updateLayout()722 mpPBPlay->Enable( mxView.is() ); in updateControls()2323 else if( pControl == mpPBPlay ) in IMPL_LINK()
151 PushButton* mpPBPlay; member in sd::CustomAnimationPane