Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dfield.cxx1298 if ( eInUnit != eOutUnit ) in ConvertDoubleValue()
1314 eOutUnit == FUNIT_NONE || in ConvertDoubleValue()
1321 eOutUnit = FUNIT_NONE; in ConvertDoubleValue()
1349 if ( eOutUnit == FUNIT_PERCENT || in ConvertDoubleValue()
1350 eOutUnit == FUNIT_CUSTOM || in ConvertDoubleValue()
1351 eOutUnit == FUNIT_NONE || in ConvertDoubleValue()
1382 if ( eFieldUnit != eOutUnit ) in ConvertDoubleValue()
1409 eOutUnit == MAP_PIXEL || in ConvertDoubleValue()
1410 eOutUnit == MAP_SYSFONT || in ConvertDoubleValue()
1411 eOutUnit == MAP_APPFONT || in ConvertDoubleValue()
[all …]
/trunk/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 …]
/trunk/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()
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()
349 if (eOutUnit == FUNIT_CUSTOM) in Convert()
[all …]
/trunk/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()
/trunk/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);
/trunk/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()
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx75 FieldUnit eOutUnit = SfxModule::GetModuleFieldUnit( getFrameInterface() ); in GetMetricStr_Impl() local
80 sal_Int64 nConvVal = MetricField::ConvertValue( nVal * 100, 0L, 0, eInUnit, eOutUnit ); in GetMetricStr_Impl()
86 if( FUNIT_NONE != eOutUnit ) in GetMetricStr_Impl()
/trunk/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;
/trunk/main/xmloff/inc/
H A Dxmlehelp.hxx36 MapUnit eOutUnit );

Completed in 51 milliseconds