/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfentrd.cxx | 204 fXScale=1.0; in DXFTextEntity() 221 case 41: fXScale=rDGR.GetF(); break; in EvaluateGroup() 241 fXScale=1.0; in DXFShapeEntity() 254 case 41: fXScale=rDGR.GetF(); break; in EvaluateGroup() 266 fXScale=1.0; in DXFInsertEntity() 284 case 41: fXScale=rDGR.GetF(); break; in EvaluateGroup() 307 fXScale=1.0; in DXFAttDefEntity() 328 case 41: fXScale=rDGR.GetF(); break; in EvaluateGroup() 351 fXScale=1.0; in DXFAttribEntity() 371 case 41: fXScale=rDGR.GetF(); break; in EvaluateGroup()
|
H A D | dxfentrd.hxx | 219 double fXScale; // 41 member in DXFTextEntity 244 double fXScale; // 41 member in DXFShapeEntity 263 double fXScale; // 41 member in DXFInsertEntity 293 double fXScale; // 41 member in DXFAttDefEntity 321 double fXScale; // 41 member in DXFAttribEntity
|
H A D | dxfreprd.cxx | 312 aP.fx=(aBox.fMinX-pB->aBasePoint.fx)*pE->fXScale+pE->aP0.fx; in CalcBoundingBox() 316 aP.fx=(aBox.fMaxX-pB->aBasePoint.fx)*pE->fXScale+pE->aP0.fx; in CalcBoundingBox()
|
H A D | dxf2mtf.cxx | 463 DXFTransform aT( DXFTransform(rE.fXScale,rE.fHeight,1.0,rE.fRotAngle,rE.aP0), rTransform ); in DrawTextEntity() 484 DXFTransform aDXFTransform2(rE.fXScale,rE.fYScale,rE.fZScale,rE.fRotAngle,rE.aP0); in DrawInsertEntity() 522 DXFTransform aT( DXFTransform( rE.fXScale, rE.fHeight, 1.0, rE.fRotAngle, rE.aP0 ), rTransform ); in DrawAttribEntity()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 799 fXScale = nCoordWidth == 0 ? 0.0 : (double)aLogicRect.GetWidth() / (double)nCoordWidth; in EnhancedCustomShape2d() 805 fXScale /= fXRatio; in EnhancedCustomShape2d() 959 fVal *= fXScale; in GetPoint() 1149 double dx = fRadius * fXScale; in GetHandlePosition() 1155 basegfx::fTools::equalZero(fXScale) ? aReferencePoint.Y() : in GetHandlePosition() 1156 Round( ( fY * fYScale ) / fXScale + aReferencePoint.Y() ) ); in GetHandlePosition() 1228 fPos1 /= fXScale; in SetHandleControllerPosition() 1594 _aCenter.X() = nCoordWidth/2 * fXScale; in CreateSubPath() 1618 fWidth *= fXScale; in CreateSubPath() 1646 double fx1 = ( cos( fStartAngle * F_PI180 ) * 65536.0 * fXScale ) + fCenterX; in CreateSubPath() [all …]
|
H A D | EnhancedCustomShape3d.cxx | 549 double fXScale = (double)aBoundRect.GetWidth() / (double)aSnapRect.GetWidth(); in Create3DObject() local 554 Size aSize( (sal_Int32)( aBmpSize.Width() * fXScale ), in Create3DObject()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | shape.cxx | 249 double fXScale = (double)rClientRect.Width / (double)nGlobalWidth; in addChildren() local 251 …= static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.X - nGlobalLeft ) * fXScale ) + rClientRect.X… in addChildren() 253 fWidth *= fXScale; in addChildren()
|
/aoo41x/main/chart2/source/view/diagram/ |
H A D | VDiagram.cxx | 701 …double fXScale = (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()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4378 double fXScale = (double)rClientRect.GetWidth() / (double)rGlobalChildRect.GetWidth(); in ImportShape() local 4380 fl = ( ( l - rGlobalChildRect.Left() ) * fXScale ) + rClientRect.Left(); in ImportShape() 4382 fWidth *= fXScale; in ImportShape() 4694 double fYScale, fXScale; in ImportShape() local 4707 fXScale = (double)aLogicRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape() 4709 fXOfs = ( (double)aPolyPieRect.Right() - (double)aPolyBoundRect.Right() ) * fXScale; in ImportShape() 4711 fXOfs = ( (double)aPolyBoundRect.Left() - (double)aPolyPieRect.Left() ) * fXScale; in ImportShape() 4722 fXScale = (double)aPolyBoundRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape() 5069 double fXScale = (double)rClientRect.GetWidth() / (double)rGlobalChildRect.GetWidth(); in GetGroupAnchors() local 5071 fl = ( ( l - rGlobalChildRect.Left() ) * fXScale ) + rClientRect.Left(); in GetGroupAnchors() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | EnhancedCustomShape2d.hxx | 88 double fXScale; member in EnhancedCustomShape2d
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 7138 double fXScale, in drawVerticalGlyphs() argument 7151 double fTempXScale = fXScale; in drawVerticalGlyphs() 7161 fYScale = fXScale; in drawVerticalGlyphs() 7169 aDeltaPos.X() = (int)((double)m_pReferenceDevice->GetFontMetric().GetDescent()*fXScale); in drawVerticalGlyphs() 7171 fYScale = fXScale; in drawVerticalGlyphs() 7215 double fXScale, in drawHorizontalGlyphs() argument 7253 if( nRun == 0 && fAngle == 0.0 && fXScale == 1.0 && fSkew == 0.0 ) in drawHorizontalGlyphs() 7262 aMat.scale( fXScale, 1.0 ); in drawHorizontalGlyphs() 7341 double fXScale = 1.0; in drawLayout() local 7356 fXScale = in drawLayout() [all …]
|
H A D | pdfwriter_impl.hxx | 843 …nst Point& rAlignOffset, const Matrix3& rRotScale, double fAngle, double fXScale, double fSkew, sa… 844 …::OStringBuffer& rLine, const Point& rAlignOffset, double fAngle, double fXScale, double fSkew, sa…
|
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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 2770 double fXScale = (double)aOldTextRect.GetWidth() / (double)aNewTextRect.GetWidth(); in ImpCalculateTextFrame() local 2772 double fRightDiff = (double)( aAdjustedTextRect.Right() - aNewTextRect.Right() ) * fXScale; in ImpCalculateTextFrame() 2773 double fLeftDiff = (double)( aAdjustedTextRect.Left() - aNewTextRect.Left() ) * fXScale; in ImpCalculateTextFrame()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 178 double fXScale = 1; in GetId() local 184 fXScale = fQ2 / fQ1; in GetId() 186 if ( ( fXScale != 1.0 ) || ( fYScale != 1.0 ) ) in GetId() 188 aBmpEx.Scale( fXScale, fYScale ); in GetId() 189 Size aNewSize( (sal_Int32)((double)rGraphicSize.Width() / fXScale + 0.5 ), in GetId()
|