Searched refs:mpPBAddEffect (Results 1 – 2 of 2) sorted by relevance
171 mpPBAddEffect = new PushButton( this, SdResId( PB_ADD_EFFECT ) ); in CustomAnimationPane()211 mpPBAddEffect->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()265 delete mpPBAddEffect; in ~CustomAnimationPane()409 Size aCtrlSize( mpPBAddEffect->GetSizePixel() ); in updateLayout()410 …aCtrlSize.setWidth( mpPBAddEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth… in updateLayout()411 mpPBAddEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()729 mpPBAddEffect->Enable( sal_False ); in updateControls()744 mpPBAddEffect->Enable( maViewSelection.hasValue() ); in updateControls()2307 if( pControl == mpPBAddEffect ) in IMPL_LINK()
135 PushButton* mpPBAddEffect; member in sd::CustomAnimationPane