Lines Matching refs:mpLBProperty
180 mpLBProperty = new PropertyControl( this, SdResId( LB_PROPERTY ) ); in CustomAnimationPane()
272 delete mpLBProperty; in ~CustomAnimationPane()
506 mpLBProperty->SetPosSizePixel( aLBPos, aListBoxSize ); in updateLayout()
507 mpLBProperty->Resize(); in updateLayout()
736 mpLBProperty->Enable( sal_False ); in updateControls()
795 pSubControl = mpLBProperty->getSubControl(); in updateControls()
799 mpLBProperty->setSubControl( pSubControl ); in updateControls()
808 mpLBProperty->setSubControl( 0 ); in updateControls()
812 mpLBProperty->Enable( bEnable ); in updateControls()
817 mpLBProperty->setSubControl( 0 ); in updateControls()
819 mpLBProperty->Enable( sal_False ); in updateControls()
866 mpLBProperty->setSubControl( 0 ); in updateControls()
868 mpLBProperty->Enable( sal_False ); in updateControls()
2225 if( mpLBProperty->getSubControl() ) in onChangeProperty()
2231 const Any aValue( mpLBProperty->getSubControl()->getValue() ); in onChangeProperty()