/aoo41x/main/drawinglayer/source/texture/ |
H A D | texture.cxx | 330 double fHeight(1.0); in appendTransformationsAndColors() local 351 fHeight -= fIncrementY; in appendTransformationsAndColors() 466 double fHeight(1.0); in appendTransformationsAndColors() local 487 fHeight -= fIncrementY; in appendTransformationsAndColors() 646 const double fHeight(maRange.getHeight()); in appendTransformations() local 648 if(!basegfx::fTools::equalZero(fHeight)) in appendTransformations() 676 fStartY -= nDiff * fHeight; in appendTransformations() 684 fStartY += nDiff * fHeight; in appendTransformations() 691 … for(double fPosY(nPosX % 2 ? fStartY - fHeight + (mfOffsetY * fHeight) : fStartY); in appendTransformations() 697 fHeight, in appendTransformations() [all …]
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textlineprimitive2d.cxx | 53 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 …]
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 220 *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 …]
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 849 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 D | dxftblrd.cxx | 105 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 D | dxfentrd.cxx | 201 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 D | dxfentrd.hxx | 216 double fHeight; // 40 member in DXFTextEntity 286 double fHeight; // 40 member in DXFAttDefEntity 315 double fHeight; // 40 member in DXFAttribEntity
|
H A D | dxftblrd.hxx | 87 double fHeight; // 40 member in DXFStyle 126 double fHeight; // 40 member in DXFVPort
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dpolygon.cxx | 120 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 D | viewcontactofsdrole2obj.cxx | 124 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 D | viewcontactofsdrpathobj.cxx | 112 const double fHeight(aObjectRange.getHeight()); in createViewIndependentPrimitive2DSequence() local 114 const double fScaleY(basegfx::fTools::equalZero(fHeight) ? 1.0 : fHeight); in createViewIndependentPrimitive2DSequence()
|
H A D | viewcontactofgraphic.cxx | 222 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()
|
/aoo41x/main/drawinglayer/source/drawinglayeruno/ |
H A D | xprimitive2drenderer.cxx | 133 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()
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgrectnode.cxx | 175 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 D | svgimagenode.cxx | 208 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()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | textcharacterproperties.cxx | 122 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()
|
/aoo41x/main/chart2/source/controller/itemsetwrapper/ |
H A D | CharacterPropertyItemConverter.cxx | 283 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 904 double fHeight, in TransformBitmapEx() argument 908 if(fWidth <= 1 || fHeight <= 1) in TransformBitmapEx() 912 const Size aDestinationSize(basegfx::fround(fWidth), basegfx::fround(fHeight)); in TransformBitmapEx() 967 double fHeight(aVisibleRange.getHeight()); in getTransformed() local 969 if(fWidth < 1.0 || fHeight < 1.0) in getTransformed() 975 const double fArea(fWidth * fHeight); in getTransformed() 983 fHeight *= fReduceFactor; in getTransformed() 1012 aRetval = TransformBitmapEx(fWidth, fHeight, aTransform, bSmooth); in getTransformed()
|
H A D | outdev4.cxx | 178 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()
|
/aoo41x/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedCharacterHeightProperty.cxx | 87 float fHeight = 0; in getPropertyValue() local 88 if( aRet >>= fHeight ) in getPropertyValue() 97 RelativeSizeHelper::calculate( fHeight, aReferenceSize, aCurrentSize )); in getPropertyValue()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 297 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 …]
|
/aoo41x/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 170 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()
|
/aoo41x/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 327 …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()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 651 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()
|
/aoo41x/main/svx/source/dialog/ |
H A D | dialcontrol.cxx | 91 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()
|