Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx195 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()
2326 else if( pControl == mpPBSlideShow ) in IMPL_LINK()
H A DCustomAnimationPane.hxx152 PushButton* mpPBSlideShow; member in sd::CustomAnimationPane

Completed in 37 milliseconds