/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 800 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 D | EnhancedCustomShape3d.cxx | 550 double fYScale = (double)aBoundRect.GetHeight() / (double)aSnapRect.GetHeight(); in Create3DObject() local 555 (sal_Int32)( aBmpSize.Height() * fYScale ) ); in Create3DObject()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shape.cxx | 250 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()
|
/aoo42x/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 702 …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()
|
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfreprd.cxx | 313 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 D | dxfentrd.cxx | 267 fYScale=1.0; in DXFInsertEntity() 285 case 42: fYScale=rDGR.GetF(); break; in EvaluateGroup()
|
H A D | dxfentrd.hxx | 264 double fYScale; // 42 member in DXFInsertEntity
|
H A D | dxf2mtf.cxx | 484 DXFTransform aDXFTransform2(rE.fXScale,rE.fYScale,rE.fZScale,rE.fRotAngle,rE.aP0); in DrawInsertEntity()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4392 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 …]
|
/aoo42x/main/svx/inc/svx/ |
H A D | EnhancedCustomShape2d.hxx | 89 double fYScale; member in EnhancedCustomShape2d
|
/aoo42x/main/vcl/source/gdi/ |
H A D | metaact.cxx | 4148 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 D | pdfwriter_impl.cxx | 7150 double fYScale = 1.0; in drawVerticalGlyphs() local 7161 fYScale = fXScale; in drawVerticalGlyphs() 7171 fYScale = fXScale; in drawVerticalGlyphs() 7191 aMat.scale( fTempXScale, fYScale ); in drawVerticalGlyphs()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 2771 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()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 179 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()
|