Home
last modified time | relevance | path

Searched refs:getY (Results 201 – 225 of 349) sorted by relevance

12345678910>>...14

/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx1415 aTranslate.setY(ImplTwipsToMM(aTranslate.getY())); in TRGetBaseGeometry()
1419 aScale.setY(ImplTwipsToMM(aScale.getY())); in TRGetBaseGeometry()
1452 aPosA.setY(ImplMMToTwips(aPosA.getY())); in TRSetBaseGeometry()
1454 aPosB.setY(ImplMMToTwips(aPosB.getY())); in TRSetBaseGeometry()
1478 const Point aNewPt1(basegfx::fround(aPosA.getX()), basegfx::fround(aPosA.getY())); in TRSetBaseGeometry()
1479 const Point aNewPt2(basegfx::fround(aPosB.getX()), basegfx::fround(aPosB.getY())); in TRSetBaseGeometry()
H A Dsvdpoev.cxx635 aPos = Point(FRound(aB2DPos.getX()), FRound(aB2DPos.getY())); in ImpTransformMarkedPoints()
640 aC1 = Point(FRound(aB2DC1.getX()), FRound(aB2DC1.getY())); in ImpTransformMarkedPoints()
647 aC2 = Point(FRound(aB2DC2.getX()), FRound(aB2DC2.getY())); in ImpTransformMarkedPoints()
H A Dsvdobj.cxx3057 aTranslate.setY(ImplTwipsToMM(aTranslate.getY())); in TRGetBaseGeometry()
3061 aScale.setY(ImplTwipsToMM(aScale.getY())); in TRGetBaseGeometry()
3091 if(basegfx::fTools::less(aScale.getX(), 0.0) && basegfx::fTools::less(aScale.getY(), 0.0)) in TRSetBaseGeometry()
3094 aScale.setY(fabs(aScale.getY())); in TRSetBaseGeometry()
3108 aTranslate.setY(ImplMMToTwips(aTranslate.getY())); in TRSetBaseGeometry()
3112 aScale.setY(ImplMMToTwips(aScale.getY())); in TRSetBaseGeometry()
3133 Point aPoint(FRound(aTranslate.getX()), FRound(aTranslate.getY())); in TRSetBaseGeometry()
3134 Rectangle aBaseRect(aPoint, Size(FRound(aScale.getX()), FRound(aScale.getY()))); in TRSetBaseGeometry()
H A Dsvddrgmt.cxx640 …const double fScaleY(fabs(aScale.getY()) / (basegfx::fTools::equalZero(aPolyRange.getHeight()) ? 1… in applyCurrentTransformationToSdrObject()
3827 aLocalCurrent.setY(aLocalStart.getY()); in EndSdrDrag()
3847 if(!basegfx::fTools::equal(aLocalCurrent.getY(), aLocalStart.getY())) in EndSdrDrag()
3849 if(aLocalStart.getY() < 0.5) in EndSdrDrag()
3851 aDiscreteChangeMatrix.scale(1.0, aLocalCurrent.getY()); in EndSdrDrag()
3855 aDiscreteChangeMatrix.scale(1.0, 1.0 - aLocalCurrent.getY()); in EndSdrDrag()
3856 aDiscreteChangeMatrix.translate(0.0, aLocalCurrent.getY()); in EndSdrDrag()
/trunk/main/slideshow/source/engine/transitions/
H A Dslidetransitionfactory.cxx94 aOutputPosPixel.getY(), in fillPage()
96 aOutputPosPixel.getY() + rPageSizePixel.getY() ), in fillPage()
H A Dslidechangebase.cxx136 slideSizePixel.getY() ), in createBitmap()
179 pageOrigin.getX(), pageOrigin.getY())); in renderBitmap()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBorderRemover.java48 public int getY() {return y;} in getY() method in Rect
298 int nYOffset = _aRect.getY(); in createImage()
/trunk/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx251 …maPlanePoint.setY(maShadowPlaneNormal.getY() > 0.0 ? aContained3DRange.getMinY() : aContained3DRan… in Shadow3DExtractingProcessor()
289 aRetval.append(basegfx::B2DPoint(aCandidate.getX(), aCandidate.getY())); in impDoShadowProjection()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx821 const bool bMirroredY(basegfx::fTools::less(aScale.getY(), 0.0)); in DrawTransformedBitmapEx()
829 const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY())); in DrawTransformedBitmapEx()
832 basegfx::fround(aScale.getY() + aTranslate.getY()) - aDestPt.Y()); in DrawTransformedBitmapEx()
886 … const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY())); in DrawTransformedBitmapEx()
889 basegfx::fround(aScale.getY() + aTranslate.getY()) - aDestPt.Y()); in DrawTransformedBitmapEx()
/trunk/main/svgio/source/svgreader/
H A Dsvgimagenode.cxx217 const double fY(getY().isSet() ? getY().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode()
H A Dsvgstyleattributes.cxx432 aFocal.setY(pFy ? pFy->solve(mrOwner, ycoordinate) : aStart.getY()); in add_fillGradient()
449 …y ? (Unit_percent == pFy->getUnit() ? pFy->getNumber() * 0.01 : pFy->getNumber()) : aStart.getY()); in add_fillGradient()
864 rMarkerTransform.translate(-aRefPoint.getX(), -aRefPoint.getY()); in prepare_singleMarker()
1013 const double fAngle(atan2(aSum.getY(), aSum.getX())); in add_markers()
1029 aCombinedTransform.translate(aPoint.getX(), aPoint.getY()); in add_markers()
/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx137 , rVector.getY() in B3DVectorToDirection3D()
146 , rPoint.getY() in B3DPointToPosition3D()
415 aRet[1] = rPoint.getY(); in B3DPointToSequence()
/trunk/main/drawinglayer/source/primitive2d/
H A Ddiscreteshadowprimitive2d.cxx182 const double fSingleY(getDiscreteUnit() / aScale.getY()); in create2DDecomposition()
321 const double fGrowY((1.0 / aScale.getY()) * nQuarter); in getB2DRange()
H A Dtextdecoratedprimitive2d.cxx81 rDecTrans.getScale().getY(), in impCreateGeometryContent()
238 const double fTextShadowOffset(aDecTrans.getScale().getY() * fFactor); in create2DDecomposition()
H A Dtextlayoutdevice.cxx453 o_rSize.setX(o_rSize.getY()); in getFontAttributeFromVclFont()
470 o_rSize.setX(fScaleFactor * o_rSize.getY()); in getFontAttributeFromVclFont()
/trunk/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx77 mnYCounter( basegfx::fround(rPt2.getY()) - in Vertex()
78 basegfx::fround(rPt1.getY()) ), in Vertex()
H A Dclippedlinerenderer.hxx228 const sal_Int32 y1 = aPt1.getY(); in renderClippedLine()
229 const sal_Int32 y2 = aPt2.getY(); in renderClippedLine()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1281 if ( !bPlatinumStyle && qRectSubLine.contains( aPos.getX(), aPos.getY() ) ) in hitTestNativeControl()
1286 rIsInside = qRectAddLine.contains( aPos.getX(), aPos.getY() ); in hitTestNativeControl()
1291 if ( !bPlatinumStyle && qRectSubLine.contains( aPos.getX(), aPos.getY() ) ) in hitTestNativeControl()
1296 rIsInside = qRectAddLine.contains( aPos.getX(), aPos.getY() ); in hitTestNativeControl()
1304 rIsInside = qRectAddLine.contains( aPos.getX(), aPos.getY() ); in hitTestNativeControl()
1311 rIsInside = qRectAddLine.contains( aPos.getX(), aPos.getY() ); in hitTestNativeControl()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx581 aTrans.scale( aScale.getX(), aScale.getY() ); in setupImage()
600 aTranslation.setY( aTranslation.getY() + aRect.getHeight() ); in setupImage()
606 aTranslation.getY() ); in setupImage()
609 bool bMirrorVertical = aScale.getY() > 0; in setupImage()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx1230 aHomogenMatrix.translate(-aCenter.getX(), -aCenter.getY()); in getUnrotatedGroupBoundRange()
1232 aHomogenMatrix.translate(aCenter.getX(), aCenter.getY()); in getUnrotatedGroupBoundRange()
1242 aHomogenMatrix.translate(-aMinimum.getX(), -aMinimum.getY()); in getUnrotatedGroupBoundRange()
1244 aHomogenMatrix.translate(aMinimum.getX(), aMinimum.getY()); in getUnrotatedGroupBoundRange()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx124 … || (rCandidate.getX() == pSmallest->getX() && rCandidate.getY() < pSmallest->getY()) in getNormal()
125 …|| (rCandidate.getX() == pSmallest->getX() && rCandidate.getY() == pSmallest->getY() && rCandidate… in getNormal()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx436 ? aTranslate.getY() - fVerDist + fTextHeight in createRedirectedPrimitive2DSequence()
437 : (aTranslate.getY() + aScale.getY()) - fVerDist); in createRedirectedPrimitive2DSequence()
455 aTextSizeAttribute.getX(), aTextSizeAttribute.getY(), in createRedirectedPrimitive2DSequence()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvasbitmap.cxx57 rSize.getY() ); in surface2HBitmap()
89 OSL_TRACE( "bitmap size: %dx%d", rSize.getX(), rSize.getY() ); in CanvasBitmap()
/trunk/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx250 aBounds.Y = aCoreBounds.getY(); in getBounds()
262 return awt::Point( aRect.getX(), aRect.getY() ); in getLocation()
271 return awt::Point( aRect.getX(), aRect.getY() ); in getLocationOnScreen()
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx330 && fabs(rVecB.getY() - rVecA.getY()) <= fSmallValue; in impIsEqualB2DVector()

Completed in 249 milliseconds

12345678910>>...14