Home
last modified time | relevance | path

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

1...<<11121314

/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1197 *pInnerSequence = awt::Point( basegfx::fround(aPoint.getX()), basegfx::fround(aPoint.getY()) ); in B2DPolyPolygonToSvxPointSequenceSequence()
1264 *pSequence++ = awt::Point( basegfx::fround(aPoint.getX()), basegfx::fround(aPoint.getY()) ); in getPropertyValueImpl()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx782 return awt::Rectangle( aRect.getX() - aOffset.X, aRect.getY() - aOffset.Y, in getBounds()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx741 … uno::makeAny( awt::Point(aDialogPos.getX(),aDialogPos.getY()) ) ); in FuInsertChart()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx959 slideSize.getY()); in getSlideRect()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx453 normalize(pSub->getY(n)), in printPath()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx751 aRect.Move(aParentPos.getX(), aParentPos.getY()); in GetBoundingBoxOnScreen()
H A DAccessibleText.cxx383 sal_Int32 nY(aPos.getY()); in CorrectVisArea()
H A DAccessibleDocument.cxx2131 aPoint.setY(-aPoint.getY()); in GetVisibleArea_Impl()
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx692 const Point aNewCenter(FRound(aNewB2DCenter.getX()), FRound(aNewB2DCenter.getY())); in DoExecute()
/trunk/main/avmedia/source/java/
H A DWindowAdapter.java266 aUNOEvt.Y = aEvt.getY(); in fireMouseEvent()
/trunk/main/slideshow/source/engine/
H A Deventmultiplexer.cxx641 aEvent.Y = ::basegfx::fround( aPosition.getY() ); in notifyMouseHandlers()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx141 rArea = basegfx::B2IRectangle( x, y, x + aCellSize.getX(), y + aCellSize.getY() ); in getCellArea()
/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx598 impFillMatrix(aRecombined, aDScale.getX(), aDScale.getY(), fDShX, fDRot); in impDecomposeComposeTest()
/trunk/main/vcl/source/window/
H A Darrange.cxx223 …awt::Rectangle aArea( m_aManagedArea.getX(), m_aManagedArea.getY(), m_aManagedArea.getWidth(), m_a… in getProperties()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx844 ::basegfx::fround( aScale.getY() * aBmpSize.Height() ) ); in implDrawBitmap()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx107 return m_aBitmap.get() ? m_aBitmap->getSize().getY() : 0; in GetHeight()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx933 aPOINT.y = basegfx::fround(aPt.getY()); in setClipRegion()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1343 return ::basegfx::B2DPoint(aVector.getY() + rEnd.getX(), -aVector.getX() + rEnd.getY()); in rotate()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1454 convertDouble(rBuffer, rVector.getY()); in convertB3DVector()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx950 …quest.CellSize = (rState.mapModeTransform * ::vcl::unotools::b2DSizeFromSize(rFontSizeLog)).getY(); in createFont()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2848 Point aPnt(FRound(aB2DPoint.getX()), FRound(aB2DPoint.getY())); in CreateHTMLPolygonArea()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2771 pArray->Y = basegfx::fround(aNewCoordinatePair.getY()); in _ConvertPolyPolygonBezierToLayoutDir()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1427 fValue = double(getHeight()) - pixelToPoint(rPoint.getY()); in appendPixelPoint()
9229 FRound(aCurrent.getY()) ), in drawPolyLine()
9233 FRound(aNext.getY()) ), in drawPolyLine()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4330 pProps[i].Value <<= static_cast<sal_Int32>(aRect.getY()); in GetViewSettings()

Completed in 390 milliseconds

1...<<11121314