Searched refs:mpLBProperty (Results 1 – 2 of 2) sorted by relevance
182 mpLBProperty = new PropertyControl( this, SdResId( LB_PROPERTY ) ); in CustomAnimationPane()274 delete mpLBProperty; in ~CustomAnimationPane()508 mpLBProperty->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()509 mpLBProperty->Resize(); in updateLayout()738 mpLBProperty->Enable( sal_False ); in updateControls()797 pSubControl = mpLBProperty->getSubControl(); in updateControls()801 mpLBProperty->setSubControl( pSubControl ); in updateControls()810 mpLBProperty->setSubControl( 0 ); in updateControls()814 mpLBProperty->Enable( bEnable ); in updateControls()819 mpLBProperty->setSubControl( 0 ); in updateControls()[all …]
142 PropertyControl* mpLBProperty; member in sd::CustomAnimationPane