Home
last modified time | relevance | path

Searched refs:fCharHeight (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx500 float fCharHeight = 10.0; in impl_PasteStringAsTextShape() local
504 xProperties->setPropertyValue( C2U( "CharHeight" ), uno::makeAny( fCharHeight ) ); in impl_PasteStringAsTextShape()
505 … xProperties->setPropertyValue( C2U( "CharHeightAsian" ), uno::makeAny( fCharHeight ) ); in impl_PasteStringAsTextShape()
506 … xProperties->setPropertyValue( C2U( "CharHeightComplex" ), uno::makeAny( fCharHeight ) ); in impl_PasteStringAsTextShape()
/trunk/main/sw/source/ui/vba/
H A Dvbaparagraphformat.cxx480 float fCharHeight = 0.0; in getCharHeight() local
481 …ps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CharHeight") ) ) >>= fCharHeight; in getCharHeight()
482 return (sal_Int16)( Millimeter::getInHundredthsOfOneMillimeter( fCharHeight ) ); in getCharHeight()
/trunk/main/chart2/source/tools/
H A DCharacterProperties.cxx615 float fCharHeight = 0; in createFontDescriptorFromPropertySet() local
616 aValues[ i++ ] >>= fCharHeight; in createFontDescriptorFromPropertySet()
617 aResult.Height = static_cast< sal_Int16 >( fCharHeight ); in createFontDescriptorFromPropertySet()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1559 float fCharHeight = 0.0f; in getLabelWidth() local
1563 fCharHeight = _aFD.Height; in getLabelWidth()
1565 return getLabelWidth(_sLabel, fCharWeight, fCharHeight); in getLabelWidth()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2412 double fCharHeight = nFontHeight; in CalculateGraphicBulletSize() local
2414 fCharHeight = fCharHeight * 0.2540; in CalculateGraphicBulletSize()
2415 double fQuo = fLen / fCharHeight; in CalculateGraphicBulletSize()
3160 double fCharHeight = pPortion->mnCharHeight; in ImplAdjustFirstLineLineSpacing() local
3161 fCharHeight *= 2540 / 72; in ImplAdjustFirstLineLineSpacing()
3162 fCharHeight *= 100 - nLineSpacing; in ImplAdjustFirstLineLineSpacing()
3163 fCharHeight /= 100; in ImplAdjustFirstLineLineSpacing()
3167 nUpperDistance += static_cast< sal_uInt32 >( fCharHeight * 360.0 ); in ImplAdjustFirstLineLineSpacing()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3507 float fCharHeight = 0.0; in CreateCustomShapeProperties() local
3508 if ( aAny >>= fCharHeight ) in CreateCustomShapeProperties()
3510 sal_Int32 nTextSize = static_cast< sal_Int32 > ( fCharHeight * 65536 ); in CreateCustomShapeProperties()

Completed in 91 milliseconds