Searched refs:mpMetric (Results 1 – 1 of 1) sorted by relevance
478 MetricField* mpMetric; member in sd::CharHeightPropertyBox486 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 …]