Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx182 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 …]
H A DCustomAnimationPane.hxx142 PropertyControl* mpLBProperty; member in sd::CustomAnimationPane