Lines Matching refs:mpLBProperty
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()
821 mpLBProperty->Enable( sal_False ); in updateControls()
870 mpLBProperty->setSubControl( 0 ); in updateControls()
872 mpLBProperty->Enable( sal_False ); in updateControls()
2229 if( mpLBProperty->getSubControl() ) in onChangeProperty()
2235 const Any aValue( mpLBProperty->getSubControl()->getValue() ); in onChangeProperty()