Searched refs:maMtrDepth (Results 1 – 2 of 2) sorted by relevance
307 maMtrDepth( this, SVX_RES( MTR_DEPTH ) ), in ExtrusionDepthDialog()313 maMtrDepth.SetUnit( bMetric ? FUNIT_CM : FUNIT_INCH ); in ExtrusionDepthDialog()314 maMtrDepth.SetValue( (int) fDepth * 100, FUNIT_100TH_MM ); in ExtrusionDepthDialog()326 return (double)( maMtrDepth.GetValue( FUNIT_100TH_MM ) ) / 100.0; in getDepth()
39 MetricField maMtrDepth; member in svx::ExtrusionDepthDialog
Completed in 11 milliseconds