Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1156 PropertyControl* mpLBProperty1; member in sd::CustomAnimationEffectTabPage
1204 mpLBProperty1 = new PropertyControl( this, SdResId( LB_PROPERTY_1 ) ); in CustomAnimationEffectTabPage()
1301 mpLBProperty1->Show(); in CustomAnimationEffectTabPage()
1303 nOffsetY += mpLBProperty1->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()
1313mpLBProperty1->setSubControl( PropertySubControl::create( nType, this, aValue, aPresetId, aModifyL… in CustomAnimationEffectTabPage()
1317 mpFTProperty1->Enable( mpLBProperty1->IsEnabled() ); in CustomAnimationEffectTabPage()
1515 delete mpLBProperty1; in ~CustomAnimationEffectTabPage()
1588 if( mpLBProperty1->getSubControl() ) in update()
1590 Any aNewValue( mpLBProperty1->getSubControl()->getValue() ); in update()

Completed in 25 milliseconds