Home
last modified time | relevance | path

Searched refs:fYScale (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx800 fYScale = nCoordHeight == 0 ? 0.0 : (double)aLogicRect.GetHeight() / (double)nCoordHeight; in EnhancedCustomShape2d()
815 fYScale /= fYRatio; in EnhancedCustomShape2d()
946 fVal *= fYScale; in GetPoint()
1156 Round( ( fY * fYScale ) / fXScale + aReferencePoint.Y() ) ); in GetHandlePosition()
1229 fPos2 /= fYScale; in SetHandleControllerPosition()
1595 _aCenter.Y() = nCoordHeight/2 * fYScale; in CreateSubPath()
1619 fHeight*= fYScale; in CreateSubPath()
1647 double fy1 = ( -sin( fStartAngle * F_PI180 ) * 65536.0 * fYScale ) + fCenterY; in CreateSubPath()
1649 double fy2 = ( -sin( fEndAngle * F_PI180 ) * 65536.0 * fYScale ) + fCenterY; in CreateSubPath()
H A DEnhancedCustomShape3d.cxx550 double fYScale = (double)aBoundRect.GetHeight() / (double)aSnapRect.GetHeight(); in Create3DObject() local
555 (sal_Int32)( aBmpSize.Height() * fYScale ) ); in Create3DObject()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx250 double fYScale = (double)rClientRect.Height / (double)nGlobalHeight; in addChildren() local
252 …= static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.Y - nGlobalTop ) * fYScale ) + rClientRect.Y… in addChildren()
254 fHeight *= fYScale; in addChildren()
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx702 …double fYScale = (FIXED_SIZE_FOR_3D_CHART_VOLUME -GRID_TO_WALL_DISTANCE) /FIXED_SIZE_FOR_3D_CHART_… in createShapes_3d() local
706 …aM.translate(GRID_TO_WALL_DISTANCE/fXScale, GRID_TO_WALL_DISTANCE/fYScale, GRID_TO_WALL_DISTANCE/f… in createShapes_3d()
707 aM.scale( fXScale, fYScale, fZScale ); in createShapes_3d()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx313 aP.fy=(aBox.fMinY-pB->aBasePoint.fy)*pE->fYScale+pE->aP0.fy; in CalcBoundingBox()
317 aP.fy=(aBox.fMaxY-pB->aBasePoint.fy)*pE->fYScale+pE->aP0.fy; in CalcBoundingBox()
H A Ddxfentrd.cxx267 fYScale=1.0; in DXFInsertEntity()
285 case 42: fYScale=rDGR.GetF(); break; in EvaluateGroup()
H A Ddxfentrd.hxx264 double fYScale; // 42 member in DXFInsertEntity
H A Ddxf2mtf.cxx484 DXFTransform aDXFTransform2(rE.fXScale,rE.fYScale,rE.fZScale,rE.fRotAngle,rE.aP0); in DrawInsertEntity()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4392 double fYScale = (double)rClientRect.GetHeight() / (double)rGlobalChildRect.GetHeight(); in ImportShape() local
4394 fo = ( ( o - rGlobalChildRect.Top() ) * fYScale ) + rClientRect.Top(); in ImportShape()
4396 fHeight *= fYScale; in ImportShape()
4707 double fYScale, fXScale; in ImportShape() local
4728 fYScale = (double)aLogicRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape()
4730 fYOfs = ( (double)aPolyPieRect.Bottom() - (double)aPolyBoundRect.Bottom() ) * fYScale; in ImportShape()
4732 fYOfs = ((double)aPolyBoundRect.Top() - (double)aPolyPieRect.Top() ) * fYScale; in ImportShape()
4736 fYScale = (double)aPolyBoundRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape()
5083 double fYScale = (double)rClientRect.GetHeight() / (double)rGlobalChildRect.GetHeight(); in GetGroupAnchors() local
5085 fo = ( ( o - rGlobalChildRect.Top() ) * fYScale ) + rClientRect.Top(); in GetGroupAnchors()
[all …]
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx89 double fYScale; member in EnhancedCustomShape2d
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx4148 void MetaCommentAction::Scale( double fXScale, double fYScale ) in Scale() argument
4150 if ( ( fXScale != 1.0 ) || ( fYScale != 1.0 ) ) in Scale()
4165 aPath.Scale( fXScale, fYScale ); in Scale()
4175 aPath.Scale( fXScale, fYScale ); in Scale()
H A Dpdfwriter_impl.cxx7150 double fYScale = 1.0; in drawVerticalGlyphs() local
7161 fYScale = fXScale; in drawVerticalGlyphs()
7171 fYScale = fXScale; in drawVerticalGlyphs()
7191 aMat.scale( fTempXScale, fYScale ); in drawVerticalGlyphs()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2771 double fYScale = (double)aOldTextRect.GetHeight() / (double)aNewTextRect.GetHeight(); in ImpCalculateTextFrame() local
2774 double fTopDiff = (double)( aAdjustedTextRect.Top() - aNewTextRect.Top() ) * fYScale; in ImpCalculateTextFrame()
2775 double fBottomDiff= (double)( aAdjustedTextRect.Bottom()- aNewTextRect.Bottom()) * fYScale; in ImpCalculateTextFrame()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx179 double fYScale = 1; in GetId() local
182 fYScale = fQ1 / fQ2; in GetId()
186 if ( ( fXScale != 1.0 ) || ( fYScale != 1.0 ) ) in GetId()
188 aBmpEx.Scale( fXScale, fYScale ); in GetId()
190 (sal_Int32)((double)rGraphicSize.Height() / fYScale + 0.5 ) ); in GetId()

Completed in 183 milliseconds