Lines Matching refs:fFontHeight
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()
168 … ::chart::RelativeSizeHelper::calculate( fFontHeight, aPropRefSize, rReferenceSize ))); in lcl_getProperties()