Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx193 mpPBSlideShow = new PushButton( this, SdResId( PB_SLIDE_SHOW ) ); in CustomAnimationPane()
220 mpPBSlideShow->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
282 delete mpPBSlideShow; in ~CustomAnimationPane()
535 aCtrlSize = mpPBSlideShow->GetSizePixel(); in updateLayout()
536 …aCtrlSize.setWidth( mpPBSlideShow->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth… in updateLayout()
544 … = aCursor.X() + mpPBPlay->GetSizePixel().Width() + 2 * aOffset.X() + mpPBSlideShow->GetSizePixel(… in updateLayout()
547 mpPBSlideShow->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
555 mpPBSlideShow->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
723 mpPBSlideShow->Enable( mxView.is() ); in updateControls()
2325 else if( pControl == mpPBSlideShow ) in IMPL_LINK()
H A DCustomAnimationPane.hxx152 PushButton* mpPBSlideShow; member in sd::CustomAnimationPane