Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DVLegend.cxx78 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 DVTitle.cxx253 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()
/trunk/main/chart2/source/tools/
H A DRelativeSizeHelper.cxx67 float fFontHeight = 0; in adaptFontSizes() local
79 if( xTargetProperties->getPropertyValue( *aIt ) >>= fFontHeight ) in adaptFontSizes()
84 calculate( fFontHeight, rOldReferenceSize, rNewReferenceSize )))); in adaptFontSizes()
/trunk/main/drawinglayer/source/primitive2d/
H A Dwrongspellprimitive2d.cxx59 const double fFontHeight(aScale.getY()); in create2DDecomposition() local
60 const double fUnderlineDistance(fFontHeight * fDefaultDistance); in create2DDecomposition()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx287 double fFontHeight(fFontWidth); in createSimpleTextPrimitive() local
294 … aTextLayouterDevice.setFontAttribute(aFontAttribute, fFontWidth, fFontHeight, aLocale); in createSimpleTextPrimitive()
451 aTextTransform.scale(fFontWidth, fFontHeight); in createSimpleTextPrimitive()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx141 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 36 milliseconds