Searched refs:eOutUnit (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/vcl/source/control/ |
H A D | field.cxx | 1298 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 …]
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | field.hxx | 263 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 …]
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 217 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 …]
|
/aoo4110/main/xmloff/source/core/ |
H A D | xmlehelp.cxx | 43 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()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | prcntfld.hxx | 67 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);
|
/aoo4110/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 77 FieldUnit eOutUnit = SfxModule::GetModuleFieldUnit( getFrameInterface() ); in GetMetricStr_Impl() local 82 sal_Int64 nConvVal = MetricField::ConvertValue( nVal * 100, 0L, 0, eInUnit, eOutUnit ); in GetMetricStr_Impl() 88 if( FUNIT_NONE != eOutUnit ) in GetMetricStr_Impl()
|
/aoo4110/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 1460 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()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | ctrlbox.hxx | 488 virtual sal_Int64 GetValue( FieldUnit eOutUnit ) const; 490 sal_Int64 GetValue( sal_uInt16 nPos, FieldUnit eOutUnit ) const;
|
/aoo4110/main/xmloff/inc/ |
H A D | xmlehelp.hxx | 36 MapUnit eOutUnit );
|
Completed in 100 milliseconds