Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx194 mpPBPlay = new PushButton( this, SdResId( PB_PLAY ) ); in CustomAnimationPane()
221 mpPBPlay->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
283 delete mpPBPlay; in ~CustomAnimationPane()
540 Size aPlaySize( mpPBPlay->GetSizePixel() ); in updateLayout()
541 aPlaySize.setWidth( mpPBPlay->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth ); in updateLayout()
546 …int aTestWidth = aCursor.X() + mpPBPlay->GetSizePixel().Width() + 2 * aOffset.X() + mpPBSlideShow-… in updateLayout()
551 mpPBPlay->SetPosSizePixel( aCursor, aPlaySize ); in updateLayout()
555 mpPBPlay->SetPosSizePixel( aCursor, aPlaySize ); in updateLayout()
724 mpPBPlay->Enable( mxView.is() ); in updateControls()
2324 else if( pControl == mpPBPlay ) in IMPL_LINK()
H A DCustomAnimationPane.hxx151 PushButton* mpPBPlay; member in sd::CustomAnimationPane

Completed in 28 milliseconds