Home
last modified time | relevance | path

Searched refs:getX (Results 326 – 350 of 351) sorted by relevance

1...<<1112131415

/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.cxx958 slideSize.getX(), in getSlideRect()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx452 normalize(pSub->getX(n)), in printPath()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx751 aRect.Move(aParentPos.getX(), aParentPos.getY()); in GetBoundingBoxOnScreen()
H A DAccessibleText.cxx382 sal_Int32 nX(aPos.getX()); in CorrectVisArea()
H A DAccessibleDocument.cxx2130 aPoint.setX(-aPoint.getX()); 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.java265 aUNOEvt.X = aEvt.getX(); in fireMouseEvent()
/trunk/main/slideshow/source/engine/
H A Deventmultiplexer.cxx640 aEvent.X = ::basegfx::fround( aPosition.getX() ); in notifyMouseHandlers()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2022 aPos.X() = aRect.getX() + ( nOffset / 2 ); in InitControls()
2037 aPos.X() = aRect.getX() + ( nOffset / 2 ); in InitControls()
/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.cxx843 const ::Size aSz( ::basegfx::fround( aScale.getX() * aBmpSize.Width() ), in implDrawBitmap()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx295 aPointTB.setX(aPointTB.getX()+3); in Initialize()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx101 return m_aBitmap.get() ? m_aBitmap->getSize().getX() : 0; in GetWidth()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx932 aPOINT.x = basegfx::fround(aPt.getX()); 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.cxx1452 convertDouble(rBuffer, rVector.getX()); in convertB3DVector()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2848 Point aPnt(FRound(aB2DPoint.getX()), FRound(aB2DPoint.getY())); in CreateHTMLPolygonArea()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx393 aPt.setX(aPt.getX() + 15); // indent in SwAddPrinterTabPage()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2770 pArray->X = basegfx::fround(aNewCoordinatePair.getX()); in _ConvertPolyPolygonBezierToLayoutDir()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1421 double fValue = pixelToPoint(rPoint.getX()); in appendPixelPoint()
9228 m_aPages.back().appendPoint( Point( FRound(aCurrent.getX()), in drawPolyLine()
9232 m_aPages.back().appendPoint( Point( FRound(aNext.getX()), in drawPolyLine()

Completed in 340 milliseconds

1...<<1112131415