Searched refs:mpPBAddEffect (Results 1 – 2 of 2) sorted by relevance
173 mpPBAddEffect = new PushButton( this, SdResId( PB_ADD_EFFECT ) ); in CustomAnimationPane()213 mpPBAddEffect->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()267 delete mpPBAddEffect; in ~CustomAnimationPane()411 Size aCtrlSize( mpPBAddEffect->GetSizePixel() ); in updateLayout()412 …aCtrlSize.setWidth( mpPBAddEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth… in updateLayout()413 mpPBAddEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()731 mpPBAddEffect->Enable( sal_False ); in updateControls()746 mpPBAddEffect->Enable( maViewSelection.hasValue() ); in updateControls()2311 if( pControl == mpPBAddEffect ) in IMPL_LINK()
135 PushButton* mpPBAddEffect; member in sd::CustomAnimationPane
Completed in 31 milliseconds