Lines Matching refs:meDlgUnit

781 	meDlgUnit = GetModuleFieldUnit( GetItemSet() );  in Construct()
782 SetFieldUnit( maMtrPosX, meDlgUnit, sal_True ); in Construct()
783 SetFieldUnit( maMtrPosY, meDlgUnit, sal_True ); in Construct()
784 SetFieldUnit( maMtrWidth, meDlgUnit, sal_True ); in Construct()
785 SetFieldUnit( maMtrHeight, meDlgUnit, sal_True ); in Construct()
787 if(FUNIT_MILE == meDlgUnit || FUNIT_KM == meDlgUnit) in Construct()
867 lcl_ConvertRect( maWorkRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()
868 lcl_ConvertRect( maRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()
934 double nWidth = static_cast<double>(maMtrWidth.GetValue( meDlgUnit )); in FillItemSet()
935 …alue( nWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDecimalDigits(), meDlgUnit, FUNIT_100TH_MM … in FillItemSet()
941 double nHeight = static_cast<double>(maMtrHeight.GetValue( meDlgUnit )); in FillItemSet()
942 …e( nHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDecimalDigits(), meDlgUnit, FUNIT_100TH_MM … in FillItemSet()
1049 …ue(fTmpWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDecimalDigits(), FUNIT_100TH_MM, meDlgUnit); in Reset()
1050 maMtrWidth.SetValue(static_cast<sal_Int64>(fTmpWidth), meDlgUnit); in Reset()
1061 …fTmpHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDecimalDigits(), FUNIT_100TH_MM, meDlgUnit); in Reset()
1062 maMtrHeight.SetValue(static_cast<sal_Int64>(fTmpHeight), meDlgUnit); in Reset()
1318 …const double fMaxLong((double)(MetricField::ConvertValue( LONG_MAX, 0, MAP_100TH_MM, meDlgUnit ) -… in IMPL_LINK_INLINE_END()