Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dfield.cxx1255 FieldUnit eInUnit, FieldUnit eOutUnit ) in ConvertValue() argument
1258 (double)nValue, mnBaseValue, nDecDigits, eInUnit, eOutUnit ) ); in ConvertValue()
1274 MapUnit eInUnit, FieldUnit eOutUnit ) in ConvertValue() argument
1278 ConvertDoubleValue( nValue, nDigits, eInUnit, eOutUnit ) ) ); in ConvertValue()
1284 FieldUnit eInUnit, MapUnit eOutUnit ) in ConvertValue() argument
1290 ConvertDoubleValue( nValue, nDigits, eInUnit, eOutUnit ) ) ); in ConvertValue()
1296 FieldUnit eInUnit, FieldUnit eOutUnit ) in ConvertDoubleValue() argument
1298 if ( eInUnit != eOutUnit ) in ConvertDoubleValue()
1312 else if ( eOutUnit == FUNIT_PERCENT || in ConvertDoubleValue()
1313 eOutUnit == FUNIT_CUSTOM || in ConvertDoubleValue()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dfield.hxx263 sal_Int64 GetMax( FieldUnit eOutUnit ) const;
267 sal_Int64 GetMin( FieldUnit eOutUnit ) const;
269 sal_Int64 GetBaseValue( FieldUnit eOutUnit = FUNIT_NONE ) const;
275 virtual sal_Int64 GetValue( FieldUnit eOutUnit ) const;
278 sal_Int64 GetCorrectedValue( FieldUnit eOutUnit ) const;
570 sal_Int64 GetFirst( FieldUnit eOutUnit ) const;
574 sal_Int64 GetLast( FieldUnit eOutUnit ) const;
580 FieldUnit eInUnit, FieldUnit eOutUnit );
582 FieldUnit eInUnit, MapUnit eOutUnit );
584 MapUnit eInUnit, FieldUnit eOutUnit );
[all …]
/AOO41X/main/sw/source/ui/utlui/
H A Dprcntfld.cxx217 sal_Int64 PercentField::GetValue( FieldUnit eOutUnit ) in GetValue() argument
219 return Convert(MetricField::GetValue(), GetUnit(), eOutUnit); in GetValue()
319 sal_Int64 PercentField::GetRealValue(FieldUnit eOutUnit) in GetRealValue() argument
322 return GetValue(eOutUnit); in GetRealValue()
324 return Convert(GetValue(), GetUnit(), eOutUnit); in GetRealValue()
331 sal_Int64 PercentField::Convert(sal_Int64 nValue, FieldUnit eInUnit, FieldUnit eOutUnit) in Convert() argument
333 if (eInUnit == eOutUnit || in Convert()
334 (eInUnit == FUNIT_NONE && eOutUnit == GetUnit()) || in Convert()
335 (eOutUnit == FUNIT_NONE && eInUnit == GetUnit())) in Convert()
343 if (eOutUnit == FUNIT_TWIP) // Nur wandeln, wenn unbedingt notwendig in Convert()
[all …]
/AOO41X/main/xmloff/source/core/
H A Dxmlehelp.cxx43 MapUnit eOutUnit ) in AddLength() argument
60 switch( eOutUnit ) in AddLength()
64 DBG_ASSERT( MAP_INCH == eOutUnit, in AddLength()
92 DBG_ASSERT( MAP_INCH == eOutUnit, in AddLength()
105 DBG_ASSERT( MAP_POINT == eOutUnit, in AddLength()
116 switch( eOutUnit ) in AddLength()
120 DBG_ASSERT( MAP_INCH == eOutUnit, in AddLength()
148 DBG_ASSERT( MAP_INCH == eOutUnit, in AddLength()
/AOO41X/main/sw/source/ui/inc/
H A Dprcntfld.hxx67 sal_Int64 GetValue(FieldUnit eOutUnit = FUNIT_NONE);
82 sal_Int64 GetRealValue(FieldUnit eOutUnit = FUNIT_NONE);
84 sal_Int64 Convert(sal_Int64 nValue, FieldUnit eInUnit, FieldUnit eOutUnit);
/AOO41X/main/svx/source/stbctrls/
H A Dpszctrl.cxx76 FieldUnit eOutUnit = SfxModule::GetModuleFieldUnit( getFrameInterface() ); in GetMetricStr_Impl() local
81 sal_Int64 nConvVal = MetricField::ConvertValue( nVal * 100, 0L, 0, eInUnit, eOutUnit ); in GetMetricStr_Impl()
87 if( FUNIT_NONE != eOutUnit ) in GetMetricStr_Impl()
/AOO41X/main/svtools/source/control/
H A Dctrlbox.cxx1460 sal_Int64 FontSizeBox::GetValue( sal_uInt16 nPos, FieldUnit eOutUnit ) const in GetValue()
1468 meUnit, eOutUnit ); in GetValue()
1473 sal_Int64 nRetValue = MetricBox::GetValue( nPos, eOutUnit ); in GetValue()
1479 sal_Int64 FontSizeBox::GetValue( FieldUnit eOutUnit ) const in GetValue()
1486 …eturn MetricField::ConvertValue( nValue, GetBaseValue(), GetDecimalDigits(), GetUnit(), eOutUnit ); in GetValue()
1489 return MetricBox::GetValue( eOutUnit ); in GetValue()
/AOO41X/main/svtools/inc/svtools/
H A Dctrlbox.hxx488 virtual sal_Int64 GetValue( FieldUnit eOutUnit ) const;
490 sal_Int64 GetValue( sal_uInt16 nPos, FieldUnit eOutUnit ) const;
/AOO41X/main/xmloff/inc/
H A Dxmlehelp.hxx36 MapUnit eOutUnit );