Home
last modified time | relevance | path

Searched refs:fHeight (Results 1 – 25 of 49) sorted by last modified time

12

/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/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/vcl/inc/vcl/
H A Dbitmapex.hxx402 double fHeight,
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4390 double fHeight= u - o; in ImportShape() local
4396 fHeight *= fYScale; in ImportShape()
4397 …t( (sal_Int32)fl, (sal_Int32)fo ), Size( (sal_Int32)( fWidth + 1 ), (sal_Int32)( fHeight + 1 ) ) ); in ImportShape()
5081 double fHeight= u - o; in GetGroupAnchors() local
5087 fHeight *= fYScale; in GetGroupAnchors()
5088 …t( (sal_Int32)fl, (sal_Int32)fo ), Size( (sal_Int32)( fWidth + 1 ), (sal_Int32)( fHeight + 1 ) ) ); in GetGroupAnchors()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1126 float fHeight = static_cast< float >( maApiData.maDesc.Height / 20.0 ); // twips to points in writeToPropertyMap() local
1127 rPropMap[ PROP_CharHeight ] <<= fHeight; in writeToPropertyMap()
1128 rPropMap[ PROP_CharHeightAsian ] <<= fHeight; in writeToPropertyMap()
1129 rPropMap[ PROP_CharHeightComplex ] <<= fHeight; in writeToPropertyMap()
/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()
H A DEnhancedCustomShape2d.cxx1547 double fWidth, fHeight; in CreateSubPath() local
1589 GetParameter( fHeight, seqCoordinates[ rSrcPt + 1 ].Second, sal_False, sal_True ); in CreateSubPath()
1591 fHeight /= 2; in CreateSubPath()
1597 fHeight = nCoordHeight/2; in CreateSubPath()
1615 GetParameter( fHeight, seqCoordinates[ rSrcPt + 1 ].Second, sal_False, sal_True ); in CreateSubPath()
1619 fHeight*= fYScale; in CreateSubPath()
1620 Point aP( (sal_Int32)( _aCenter.X() - fWidth ), (sal_Int32)( _aCenter.Y() - fHeight ) ); in CreateSubPath()
1621 Size aS( (sal_Int32)( fWidth * 2.0 ), (sal_Int32)( fHeight * 2.0 ) ); in CreateSubPath()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx930 double fHeight = 0; in CloseSectionGroup() local
931 if( aElement_->second >>= fHeight ) in CloseSectionGroup()
932 … nCharWidth = ConversionHelper::convertTwipToMM100( (long)( fHeight * 20.0 + 0.5 )); in CloseSectionGroup()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1050 void UserFormGeometryHelper::setHeight( double fHeight ) in setHeight() argument
1052 implSetSize( fHeight, true, true ); in setHeight()
1070 void UserFormGeometryHelper::setInnerHeight( double fHeight ) in setInnerHeight() argument
1072 implSetSize( fHeight, true, false ); in setInnerHeight()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx225 virtual void setHeight( double fHeight );
229 virtual void setInnerHeight( double fHeight );
/trunk/main/svx/source/sdr/contact/
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()
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 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()
/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()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx1456 double fHeight, in calculateCropScaling() argument
1486 fFactorY = fabs(fHeight) / fDivY; in calculateCropScaling()
/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/svtools/inc/svtools/
H A Dgrfmgr.hxx486 double fHeight,
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgsvgnode.hxx69 virtual void seekReferenceHeight(double& fHeight, bool& bHasFound) const;
/trunk/main/svgio/source/svgreader/
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()
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 Dsvgsvgnode.cxx263 void SvgSvgNode::seekReferenceHeight(double& fHeight, bool& bHasFound) const in seekReferenceHeight() argument
282 fHeight = pParentSvgSvgNode->getViewBox()->getHeight() * fPercentage; in seekReferenceHeight()
296fHeight = pParentSvgSvgNode->getHeight().solveNonPercentage(*pParentSvgSvgNode) * fPercentage; in seekReferenceHeight()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx219 void SAL_CALL ScVbaSheetObjectBase::setHeight( double fHeight ) throw (uno::RuntimeException) in setHeight() argument
221 if( fHeight <= 0.0 ) in setHeight()
223 mxShape->setSize( awt::Size( mxShape->getSize().Width, PointsToHmm( fHeight ) ) ); in setHeight()
H A Dvbasheetobject.hxx105 virtual void SAL_CALL setHeight( double fHeight ) throw (css::uno::RuntimeException);

Completed in 150 milliseconds

12