Searched refs:fFontHeight (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 78 float fFontHeight( 0.0 ); in lcl_CalcViewFontSize() local 79 if( xProp.is() && ( xProp->getPropertyValue( C2U( "CharHeight" )) >>= fFontHeight )) in lcl_CalcViewFontSize() 81 fResult = fFontHeight; in lcl_CalcViewFontSize() 106 … fResult = ::chart::RelativeSizeHelper::calculate( fFontHeight, aPropRefSize, rReferenceSize ); in lcl_CalcViewFontSize() 149 float fFontHeight( 0.0 ); in lcl_getProperties() local 152 (aTextValueMap[ C2U("CharHeight") ] >>= fFontHeight) ) in lcl_getProperties() 156 … ::chart::RelativeSizeHelper::calculate( fFontHeight, aPropRefSize, rReferenceSize ))); in lcl_getProperties() 158 if( aTextValueMap[ C2U("CharHeightAsian") ] >>= fFontHeight ) in lcl_getProperties() 162 … ::chart::RelativeSizeHelper::calculate( fFontHeight, aPropRefSize, rReferenceSize ))); in lcl_getProperties() 164 if( aTextValueMap[ C2U("CharHeightComplex") ] >>= fFontHeight ) in lcl_getProperties() [all …]
|
H A D | VTitle.cxx | 253 float fFontHeight = 0.0; in createShapes() local 254 … if ( xShapeProp.is() && ( xShapeProp->getPropertyValue( C2U( "CharHeight" ) ) >>= fFontHeight ) ) in createShapes() 256 fFontHeight *= ( 2540. / 72. ); // pt -> 1/100 mm in createShapes() 258 … sal_Int32 nXDistance = static_cast< sal_Int32 >( ::rtl::math::round( fFontHeight * fXFraction ) ); in createShapes() 260 … sal_Int32 nYDistance = static_cast< sal_Int32 >( ::rtl::math::round( fFontHeight * fYFraction ) ); in createShapes()
|
/aoo42x/main/chart2/source/tools/ |
H A D | RelativeSizeHelper.cxx | 67 float fFontHeight = 0; in adaptFontSizes() local 79 if( xTargetProperties->getPropertyValue( *aIt ) >>= fFontHeight ) in adaptFontSizes() 84 calculate( fFontHeight, rOldReferenceSize, rNewReferenceSize )))); in adaptFontSizes()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | wrongspellprimitive2d.cxx | 59 const double fFontHeight(aScale.getY()); in create2DDecomposition() local 60 const double fUnderlineDistance(fFontHeight * fDefaultDistance); in create2DDecomposition()
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgcharacternode.cxx | 287 double fFontHeight(fFontWidth); in createSimpleTextPrimitive() local 294 … aTextLayouterDevice.setFontAttribute(aFontAttribute, fFontWidth, fFontHeight, aLocale); in createSimpleTextPrimitive() 451 aTextTransform.scale(fFontWidth, fFontHeight); in createSimpleTextPrimitive()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLSeries2Context.cxx | 141 double fFontHeight = 6.0; in lcl_setAutomaticSymbolSize() local 142 …ndProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" ))) >>= fFontHeight ) in lcl_setAutomaticSymbolSize() 143 fScale = 0.75*fFontHeight/6.0; in lcl_setAutomaticSymbolSize()
|
Completed in 58 milliseconds