Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx173 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()
2308 if( pControl == mpPBAddEffect ) in IMPL_LINK()
H A DCustomAnimationPane.hxx135 PushButton* mpPBAddEffect; member in sd::CustomAnimationPane

Completed in 19 milliseconds