Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx478 MetricField* mpMetric; member in sd::CharHeightPropertyBox
486 mpMetric = new MetricField( pParent, WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in CharHeightPropertyBox()
487 mpMetric->SetUnit( FUNIT_PERCENT ); in CharHeightPropertyBox()
488 mpMetric->SetMin( 0 ); in CharHeightPropertyBox()
489 mpMetric->SetMax( 1000 ); in CharHeightPropertyBox()
492 mpControl = new DropdownMenuBox( pParent, mpMetric, mpMenu ); in CharHeightPropertyBox()
520 mpMetric->SetValue( nValue ); in IMPL_LINK()
521 mpMetric->Modify(); in IMPL_LINK()
529 if( mpMetric ) in setValue()
533 mpMetric->SetValue( (long)(fValue * 100.0) ); in setValue()
[all …]