Searched refs:fCharHeight (Results 1 – 6 of 6) sorted by relevance
500 float fCharHeight = 10.0; in impl_PasteStringAsTextShape() local504 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()
480 float fCharHeight = 0.0; in getCharHeight() local481 …ps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CharHeight") ) ) >>= fCharHeight; in getCharHeight()482 return (sal_Int16)( Millimeter::getInHundredthsOfOneMillimeter( fCharHeight ) ); in getCharHeight()
615 float fCharHeight = 0; in createFontDescriptorFromPropertySet() local616 aValues[ i++ ] >>= fCharHeight; in createFontDescriptorFromPropertySet()617 aResult.Height = static_cast< sal_Int16 >( fCharHeight ); in createFontDescriptorFromPropertySet()
1559 float fCharHeight = 0.0f; in getLabelWidth() local1563 fCharHeight = _aFD.Height; in getLabelWidth()1565 return getLabelWidth(_sLabel, fCharWeight, fCharHeight); in getLabelWidth()
2412 double fCharHeight = nFontHeight; in CalculateGraphicBulletSize() local2414 fCharHeight = fCharHeight * 0.2540; in CalculateGraphicBulletSize()2415 double fQuo = fLen / fCharHeight; in CalculateGraphicBulletSize()3160 double fCharHeight = pPortion->mnCharHeight; in ImplAdjustFirstLineLineSpacing() local3161 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()
3496 float fCharHeight = 0.0; in CreateCustomShapeProperties() local3497 if ( aAny >>= fCharHeight ) in CreateCustomShapeProperties()3499 sal_Int32 nTextSize = static_cast< sal_Int32 > ( fCharHeight * 65536 ); in CreateCustomShapeProperties()
Completed in 108 milliseconds