Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx180 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()
[all …]
H A DCustomAnimationPane.hxx142 PropertyControl* mpLBProperty; member in sd::CustomAnimationPane