Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx173 mpPBRemoveEffect = new PushButton( this, SdResId( PB_REMOVE_EFFECT ) ); in CustomAnimationPane()
213 mpPBRemoveEffect->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
267 delete mpPBRemoveEffect; in ~CustomAnimationPane()
432 aCtrlSize = mpPBRemoveEffect->GetSizePixel(); in updateLayout()
433 …aCtrlSize.setWidth( mpPBRemoveEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWi… in updateLayout()
440 mpPBRemoveEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
731 mpPBRemoveEffect->Enable( sal_False ); in updateControls()
746 mpPBRemoveEffect->Enable(nSelectionCount); in updateControls()
2311 else if( pControl == mpPBRemoveEffect ) in IMPL_LINK()
H A DCustomAnimationPane.hxx137 PushButton* mpPBRemoveEffect; member in sd::CustomAnimationPane