Searched refs:mpPBSlideShow (Results 1 – 2 of 2) sorted by relevance
195 mpPBSlideShow = new PushButton( this, SdResId( PB_SLIDE_SHOW ) ); in CustomAnimationPane()222 mpPBSlideShow->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()284 delete mpPBSlideShow; in ~CustomAnimationPane()537 aCtrlSize = mpPBSlideShow->GetSizePixel(); in updateLayout()538 …aCtrlSize.setWidth( mpPBSlideShow->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth… in updateLayout()546 …int aTestWidth = aCursor.X() + mpPBPlay->GetSizePixel().Width() + 2 * aOffset.X() + mpPBSlideShow-… in updateLayout()549 mpPBSlideShow->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()557 mpPBSlideShow->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()725 mpPBSlideShow->Enable( mxView.is() ); in updateControls()2329 else if( pControl == mpPBSlideShow ) in IMPL_LINK()
152 PushButton* mpPBSlideShow; member in sd::CustomAnimationPane
Completed in 16 milliseconds