Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx159 if(eInUnit == FUNIT_TWIP) in SetPrcntValue()
186 if(eInUnit == FUNIT_TWIP) in SetUserValue()
210 MetricField::SetBaseValue(nNewValue, eInUnit); in SetBaseValue()
229 MetricField::SetMin(nNewMin, eInUnit); in SetMin()
232 if (eInUnit == FUNIT_NONE) in SetMin()
233 eInUnit = eOldUnit; in SetMin()
248 MetricField::SetMax(nNewMax, eInUnit); in SetMax()
251 if (eInUnit == FUNIT_NONE) in SetMax()
252 eInUnit = eOldUnit; in SetMax()
333 if (eInUnit == eOutUnit || in Convert()
[all …]
/trunk/main/vcl/source/control/
H A Dfield.cxx1298 if ( eInUnit != eOutUnit ) in ConvertDoubleValue()
1302 if ( eInUnit == FUNIT_PERCENT ) in ConvertDoubleValue()
1323 eInUnit = FUNIT_NONE; in ConvertDoubleValue()
1352 eInUnit == MAP_PIXEL || in ConvertDoubleValue()
1353 eInUnit == MAP_SYSFONT || in ConvertDoubleValue()
1354 eInUnit == MAP_APPFONT || in ConvertDoubleValue()
1355 eInUnit == MAP_RELATIVE ) in ConvertDoubleValue()
1406 if ( eInUnit == FUNIT_PERCENT || in ConvertDoubleValue()
1407 eInUnit == FUNIT_CUSTOM || in ConvertDoubleValue()
1408 eInUnit == FUNIT_NONE || in ConvertDoubleValue()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx261 void SetMax( sal_Int64 nNewMax, FieldUnit eInUnit );
265 void SetMin( sal_Int64 nNewMin, FieldUnit eInUnit );
271 virtual void SetValue( sal_Int64 nNewValue, FieldUnit eInUnit );
274 void SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit );
568 void SetFirst( sal_Int64 nNewFirst, FieldUnit eInUnit );
572 void SetLast( sal_Int64 nNewLast, FieldUnit eInUnit );
580 FieldUnit eInUnit, FieldUnit eOutUnit );
582 FieldUnit eInUnit, MapUnit eOutUnit );
584 MapUnit eInUnit, FieldUnit eOutUnit );
601 FieldUnit eInUnit, MapUnit eOutUnit ) in ConvertDoubleValue() argument
[all …]
/trunk/main/sw/source/ui/inc/
H A Dprcntfld.hxx57 virtual void SetValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
61 void SetPrcntValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
63 void SetUserValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
65 void SetBaseValue(sal_Int64 nNewValue, FieldUnit eInUnit = FUNIT_NONE);
72 void SetMax(sal_Int64 nNewMax, FieldUnit eInUnit = FUNIT_NONE);
75 void SetMin(sal_Int64 nNewMin, FieldUnit eInUnit = FUNIT_NONE);
84 sal_Int64 Convert(sal_Int64 nValue, FieldUnit eInUnit, FieldUnit eOutUnit);
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx1429 void FontSizeBox::SetValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetValue() argument
1433 …e = MetricField::ConvertValue( nNewValue, GetBaseValue(), GetDecimalDigits(), eInUnit, GetUnit() ); in SetValue()
1448 MetricBox::SetValue( nNewValue, eInUnit ); in SetValue()
1502 void FontSizeBox::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue() argument
1506 …e = MetricField::ConvertValue( nNewValue, GetBaseValue(), GetDecimalDigits(), eInUnit, GetUnit() ); in SetUserValue()
1519 MetricBox::SetUserValue( nNewValue, eInUnit ); in SetUserValue()
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx76 FieldUnit eInUnit = FUNIT_100TH_MM; in GetMetricStr_Impl() local
80 sal_Int64 nConvVal = MetricField::ConvertValue( nVal * 100, 0L, 0, eInUnit, eOutUnit ); in GetMetricStr_Impl()
/trunk/main/svtools/inc/svtools/
H A Dctrlbox.hxx486 virtual void SetValue( sal_Int64 nNewValue, FieldUnit eInUnit );
491 void SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit );

Completed in 49 milliseconds