Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx175 mpPBRemoveEffect = new PushButton( this, SdResId( PB_REMOVE_EFFECT ) ); in CustomAnimationPane()
215 mpPBRemoveEffect->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
269 delete mpPBRemoveEffect; in ~CustomAnimationPane()
434 aCtrlSize = mpPBRemoveEffect->GetSizePixel(); in updateLayout()
435 …aCtrlSize.setWidth( mpPBRemoveEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWi… in updateLayout()
442 mpPBRemoveEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
733 mpPBRemoveEffect->Enable( sal_False ); in updateControls()
748 mpPBRemoveEffect->Enable(nSelectionCount); in updateControls()
2312 else if( pControl == mpPBRemoveEffect ) in IMPL_LINK()
H A DCustomAnimationPane.hxx137 PushButton* mpPBRemoveEffect; member in sd::CustomAnimationPane

Completed in 28 milliseconds