Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx174 mpPBChangeEffect = new PushButton( this, SdResId( PB_CHANGE_EFFECT ) ); in CustomAnimationPane()
214 mpPBChangeEffect->SetClickHdl( LINK( this, CustomAnimationPane, implControlHdl ) ); in CustomAnimationPane()
268 delete mpPBChangeEffect; in ~CustomAnimationPane()
420 aCtrlSize = mpPBChangeEffect->GetSizePixel(); in updateLayout()
421 …aCtrlSize.setWidth( mpPBChangeEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWi… in updateLayout()
427 mpPBChangeEffect->SetPosSizePixel( aCursor, aCtrlSize ); in updateLayout()
732 mpPBChangeEffect->Enable( sal_False ); in updateControls()
747 mpPBChangeEffect->Enable( nSelectionCount); in updateControls()
2310 else if( pControl == mpPBChangeEffect ) in IMPL_LINK()
H A DCustomAnimationPane.hxx136 PushButton* mpPBChangeEffect; member in sd::CustomAnimationPane

Completed in 32 milliseconds