Home
last modified time | relevance | path

Searched refs:fHeight (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx173 double fHeight(1.0 - fPos); in appendTransformationsAndColors() local
177 fHeight += mfUnitMaxY - 1.0; in appendTransformationsAndColors()
180 aNew.scale(1.0, fHeight); in appendTransformationsAndColors()
383 double fHeight(1.0); in appendTransformationsAndColors() local
404 fHeight -= fIncrementY; in appendTransformationsAndColors()
519 double fHeight(1.0); in appendTransformationsAndColors() local
540 fHeight -= fIncrementY; in appendTransformationsAndColors()
776 fStartY -= nDiff * fHeight; in appendTransformations()
791 … for(double fPosY(nPosX % 2 ? fStartY - fHeight + (mfOffsetY * fHeight) : fStartY); in appendTransformations()
797 fHeight, in appendTransformations()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlineprimitive2d.cxx53 double fHeight(getHeight()); in create2DDecomposition() local
163 fHeight *= 2.0; in create2DDecomposition()
168 fOffset -= 0.50 * fHeight; in create2DDecomposition()
169 fHeight *= 0.64; in create2DDecomposition()
175 fHeight *= 0.25; in create2DDecomposition()
188 aDoubleArray.push_back((double)(*p) * fHeight); in create2DDecomposition()
209 double fWaveWidth(10.6 * fHeight); in create2DDecomposition()
235 double fLineDist(2.3 * fHeight); in create2DDecomposition()
239 fLineDist = 6.3 * fHeight; in create2DDecomposition()
268 double fHeight, in TextLinePrimitive2D() argument
[all …]
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx220 *pInnerSequenceY++ = fHeight; in createPolyPolygon_Cube()
221 *pInnerSequenceY++ = fHeight; in createPolyPolygon_Cube()
237 *pInnerSequenceY++ = fHeight; in createPolyPolygon_Cube()
264 double fHeight in createPolyPolygon_Cylinder() argument
293 double fY2 = fHeight; in createPolyPolygon_Cylinder()
295 if( fHeight<0.0 ) in createPolyPolygon_Cylinder()
359 bool bTopless = !::rtl::math::approxEqual( fHeight, fHeight + fTopHeight ); in createPolyPolygon_Cone()
391 double fY3 = fHeight; in createPolyPolygon_Cone()
393 if( fHeight<0.0 ) in createPolyPolygon_Cone()
632 if(fHeight>=0.0) in createPyramid()
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx849 double fWidth,fHeight,fScale; in Convert() local
909 fHeight=pDXF->aBoundingBox.fMaxY-pDXF->aBoundingBox.fMinY; in Convert()
910 if (fWidth<=0 || fHeight<=0) { in Convert()
916 if (fWidth>fHeight) in Convert()
919 fScale=10000.0/fHeight; in Convert()
929 aPrefSize.Height()=(long)(fHeight*fScale+1.5); in Convert()
933 fHeight=pVPort->fHeight; in Convert()
934 fWidth=fHeight*pVPort->fAspectRatio; in Convert()
936 if (fWidth>fHeight) in Convert()
939 fScale=10000.0/fHeight; in Convert()
[all …]
H A Ddxftblrd.cxx105 fHeight=0.0; in DXFStyle()
120 case 40: fHeight=rDGR.GetF(); break; in Read()
153 fHeight=0; in DXFVPort()
195 case 40: fHeight=rDGR.GetF(); break; in Read()
H A Ddxfentrd.cxx201 fHeight=1.0; in DXFTextEntity()
218 case 40: fHeight=rDGR.GetF(); break; in EvaluateGroup()
300 fHeight=1.0; in DXFAttDefEntity()
321 case 40: fHeight=rDGR.GetF(); break; in EvaluateGroup()
345 fHeight=1.0; in DXFAttribEntity()
365 case 40: fHeight=rDGR.GetF(); break; in EvaluateGroup()
H A Ddxfentrd.hxx216 double fHeight; // 40 member in DXFTextEntity
286 double fHeight; // 40 member in DXFAttDefEntity
315 double fHeight; // 40 member in DXFAttribEntity
H A Ddxftblrd.hxx87 double fHeight; // 40 member in DXFStyle
126 double fHeight; // 40 member in DXFVPort
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dpolygon.cxx120 double fHeight(0.0); in createViewIndependentPrimitive3DSequence() local
128 fHeight = aObjectRange.getDepth(); in createViewIndependentPrimitive3DSequence()
134 fHeight = aObjectRange.getDepth(); in createViewIndependentPrimitive3DSequence()
140 fHeight = aObjectRange.getHeight(); in createViewIndependentPrimitive3DSequence()
143 … if(basegfx::fTools::lessOrEqual(fWidth, 0.0) ||basegfx::fTools::lessOrEqual(fHeight, 0.0)) in createViewIndependentPrimitive3DSequence()
152 aTextureSize.setY(fHeight); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofsdrole2obj.cxx124 const double fHeight(aChartContentRange.getHeight()); in createPrimitive2DSequenceWithParameters() local
128 && basegfx::fTools::more(fHeight, 0.0)) in createPrimitive2DSequenceWithParameters()
136 aEmbed.scale(1.0 / fWidth, 1.0 / fHeight); in createPrimitive2DSequenceWithParameters()
H A Dviewcontactofsdrpathobj.cxx112 const double fHeight(aObjectRange.getHeight()); in createViewIndependentPrimitive2DSequence() local
114 const double fScaleY(basegfx::fTools::equalZero(fHeight) ? 1.0 : fHeight); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofgraphic.cxx222 const double fHeight(aPrefSize.getHeight() * fBitmapScaling); in createVIP2DSForDraft() local
225 && basegfx::fTools::more(fHeight, 1.0) in createVIP2DSForDraft()
227 && basegfx::fTools::lessOrEqual(fHeight, aScale.getY())) in createVIP2DSForDraft()
230 fWidth, fHeight, fShearX, fRotate, aTranslate.getX(), aTranslate.getY())); in createVIP2DSForDraft()
/trunk/main/drawinglayer/source/drawinglayeruno/
H A Dxprimitive2drenderer.cxx133 const double fHeight(aRange.getHeight()); in rasterize() local
135 if(basegfx::fTools::more(fWidth, 0.0) && basegfx::fTools::more(fHeight, 0.0)) in rasterize()
155 … const sal_uInt32 nDiscreteHeight(basegfx::fround((fHeight * fFactor100th_mmToInch) * DPI_Y)); in rasterize()
164 nDiscreteHeight / fHeight); in rasterize()
185 … aBitmapEx.SetPrefSize(Size(basegfx::fround(fWidth), basegfx::fround(fHeight))); in rasterize()
/trunk/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx175 const double fHeight(getHeight().solve(*this, ycoordinate)); in decomposeSvgNode() local
177 if(fWidth > 0.0 && fHeight > 0.0) in decomposeSvgNode()
181 const basegfx::B2DRange aRange(fX, fY, fX + fWidth, fY + fHeight); in decomposeSvgNode()
202 frY /= fHeight; in decomposeSvgNode()
H A Dsvgimagenode.cxx208 const double fHeight(getHeight().solve(*this, ycoordinate)); in decomposeSvgNode() local
210 if(fWidth > 0.0 && fHeight > 0.0) in decomposeSvgNode()
218 const basegfx::B2DRange aTarget(fX, fY, fX + fWidth, fY + fHeight); in decomposeSvgNode()
/trunk/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx122 float fHeight = GetFontHeight( moHeight.get() ); in pushToPropMap() local
123 rPropMap[ PROP_CharHeight ] <<= fHeight; in pushToPropMap()
124 rPropMap[ PROP_CharHeightAsian ] <<= fHeight; in pushToPropMap()
125 rPropMap[ PROP_CharHeightComplex ] <<= fHeight; in pushToPropMap()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx283 float fHeight; in FillSpecialItem() local
284 if( aValue >>= fHeight ) in FillSpecialItem()
292 fHeight = static_cast< float >( in FillSpecialItem()
293 RelativeSizeHelper::calculate( fHeight, aOldRefSize, *m_pRefSize )); in FillSpecialItem()
294 aValue <<= fHeight; in FillSpecialItem()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx906 double fHeight, in TransformBitmapEx() argument
910 if(fWidth <= 1 || fHeight <= 1) in TransformBitmapEx()
914 const Size aDestinationSize(basegfx::fround(fWidth), basegfx::fround(fHeight)); in TransformBitmapEx()
969 double fHeight(aVisibleRange.getHeight()); in getTransformed() local
971 if(fWidth < 1.0 || fHeight < 1.0) in getTransformed()
977 const double fArea(fWidth * fHeight); in getTransformed()
985 fHeight *= fReduceFactor; in getTransformed()
1014 aRetval = TransformBitmapEx(fWidth, fHeight, aTransform, bSmooth); in getTransformed()
H A Doutdev4.cxx178 double fHeight = aRect.GetHeight(); in ImplDrawLinearGradient() local
180 fHeight * fabs( sin( fAngle ) ); in ImplDrawLinearGradient()
181 double fDY = fHeight * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient()
184 fDY = (fDY - fHeight) * 0.5 + 0.5; in ImplDrawLinearGradient()
430 const double fHeight = aRect.GetHeight(); in ImplDrawComplexGradient() local
431 double fDX = fWidth * fabs( cos( fAngle ) ) + fHeight * fabs( sin( fAngle ) ); in ImplDrawComplexGradient()
432 double fDY = fHeight * fabs( cos( fAngle ) ) + fWidth * fabs( sin( fAngle ) ); in ImplDrawComplexGradient()
435 fDY = ( fDY - fHeight ) * 0.5 + 0.5; in ImplDrawComplexGradient()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx297 double fHeight = ((double)aFontSize.Height() * rFont.lfHeight ) / nHeight; in WinMtfFontStyle() local
298 aFontSize.Height() = (sal_Int32)( fHeight + 0.5 ); in WinMtfFontStyle()
497 double fHeight = rSz.Width() * maXForm.eM12 + rSz.Height() * maXForm.eM22; in ImplMap() local
506 fHeight*=-25.40; in ImplMap()
512 fHeight*=-2.540; in ImplMap()
518 fHeight*=-10; in ImplMap()
523 fHeight *= -1; in ImplMap()
529 fHeight /= mnWinExtY; in ImplMap()
531 fHeight *= mnDevHeight; in ImplMap()
533 fHeight *= (double)mnMillY * 100 / (double)mnPixY; in ImplMap()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedCharacterHeightProperty.cxx87 float fHeight = 0; in getPropertyValue() local
88 if( aRet >>= fHeight ) in getPropertyValue()
97 RelativeSizeHelper::calculate( fHeight, aReferenceSize, aCurrentSize )); in getPropertyValue()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java170 float fHeight = (float)17.0; in testTitle() local
173 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testTitle()
176 assure( "Changing CharHeight via old API failed", fNewHeight == fHeight ); in testTitle()
221 float fHeight = (float)14.0; in testSubTitle() local
225 xTitleProp.setPropertyValue( "CharHeight", new Float( fHeight ) ); in testSubTitle()
234 assure( "Changing CharHeight via old API failed", fNewHeight == fHeight ); in testSubTitle()
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx327 …void setDefaultRowSettings( double fHeight, bool bCustomHeight, bool bHidden, bool …
874 void WorksheetGlobals::setDefaultRowSettings( double fHeight, bool bCustomHeight, bool bHidden, boo… in setDefaultRowSettings() argument
876 maDefRowModel.mfHeight = fHeight; in setDefaultRowSettings()
1236 double fHeight = (rModel.mfHeight >= 0.0) ? rModel.mfHeight : fDefHeight; in convertRows() local
1237 sal_Int32 nHeight = getUnitConverter().scaleToMm100( fHeight, UNIT_POINT ); in convertRows()
1653 void WorksheetHelper::setDefaultRowSettings( double fHeight, bool bCustomHeight, bool bHidden, bool… in setDefaultRowSettings() argument
1655 mrSheetGlob.setDefaultRowSettings( fHeight, bCustomHeight, bHidden, bThickTop, bThickBottom ); in setDefaultRowSettings()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx651 double fHeight= rPt.Y() - rPt2.Y(); in GetPoint() local
653 fHeight*= fd; in GetPoint()
655 fy1 = rPt2.Y() + fHeight; in GetPoint()
792 double fHeight= fy2 - fy1; in FitTextOutlinesToShapeOutlines() local
794 rPoint.Y() = (sal_Int32)( fy1 + fHeight* fY ); in FitTextOutlinesToShapeOutlines()
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx91 double fHeight = GetTextHeight() / 2.0; in DrawElements() local
92 long nX = static_cast< long >( mnCenterX - fWidth * fCos - fHeight * fSin ); in DrawElements()
93 long nY = static_cast< long >( mnCenterY + fWidth * fSin - fHeight * fCos ); in DrawElements()

Completed in 123 milliseconds

12