Home
last modified time | relevance | path

Searched refs:getX (Results 226 – 250 of 351) sorted by relevance

12345678910>>...15

/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx322 point.setX( convPx2mmPrec2( point.getX() )*100.0 ); in visit()
327 prevPoint.setX( convPx2mmPrec2( prevPoint.getX() )*100.0 ); in visit()
334 nextPoint.setX( convPx2mmPrec2( nextPoint.getX() )*100.0 ); in visit()
824 aVec.setX ( convPx2mmPrec2( aVec.getX() )*100.0 ); in visit()
H A Dwritertreevisiting.cxx248 point.setX( convPx2mmPrec2( point.getX() )*100.0 ); in visit()
253 prevPoint.setX( convPx2mmPrec2( prevPoint.getX() )*100.0 ); in visit()
260 nextPoint.setX( convPx2mmPrec2( nextPoint.getX() )*100.0 ); in visit()
861 aVec.setX ( convPx2mmPrec2( aVec.getX() )*100.0 ); in visit()
/trunk/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx243 const Point aStart(FRound(aBStart.getX()), FRound(aBStart.getY())); in impPaintStrokePolygon()
244 const Point aEnd(FRound(aBEnd.getX()), FRound(aBEnd.getY())); in impPaintStrokePolygon()
H A Dsvdoashp.cxx3270 const bool bMirrorX(basegfx::fTools::less(aScale.getX(), 0.0)); in TRSetBaseGeometry()
3275 aScale.setX(fabs(aScale.getX())); in TRSetBaseGeometry()
3319 aTranslate.setX(ImplMMToTwips(aTranslate.getX())); in TRSetBaseGeometry()
3323 aScale.setX(ImplMMToTwips(aScale.getX())); in TRSetBaseGeometry()
3346 Size aSize(FRound(aScale.getX()), FRound(aScale.getY())); in TRSetBaseGeometry()
3378 Move(Size(FRound(aTranslate.getX()), FRound(aTranslate.getY()))); in TRSetBaseGeometry()
3468 aTranslate.setX(ImplTwipsToMM(aTranslate.getX())); in TRGetBaseGeometry()
3472 aScale.setX(ImplTwipsToMM(aScale.getX())); in TRGetBaseGeometry()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeader.cxx372 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
H A DAccessiblePreviewTable.cxx714 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
H A DAccessibleCell.cxx162 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx199 aWorldTransform.translate(rOutputOffset.getX(), rOutputOffset.getY()); in drawText()
211 aMatrix.translate(rOutputOffset.getX(), rOutputOffset.getY()); in drawText()
H A Ddx_canvashelper.cxx736 maOutputOffset.getX(), maOutputOffset.getY())); in setupGraphicsState()
775 maOutputOffset.getX(), maOutputOffset.getY())); in setupGraphicsState()
/trunk/main/canvas/source/vcl/
H A Dtextlayout.cxx205 iMetric->getX(), in queryInkMeasures()
207 iMetric->getX() + iMetric->getWidth(), in queryInkMeasures()
H A Dspritecanvashelper.cxx74 return rSize.getX() * rSize.getY(); in calcNumPixel()
451 ::Size( static_cast<sal_Int32>(aSourceRect.getRange().getX()), in scrollUpdate()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx329 aRet.setX( i_rPoint.getX() - devX + pOutDevRef->GetOutOffXPixel() ); in mirror()
331 aRet.setX( devX + (i_rPoint.getX() - pOutDevRef->GetOutOffXPixel()) ); in mirror()
334 aRet.setX( w-1-i_rPoint.getX() ); in mirror()
/trunk/main/tools/source/generic/
H A Dpoly.cxx2311 …const Point aStartPoint(FRound(aBezier.getStartPoint().getX()), FRound(aBezier.getStartPoint().get… in Polygon()
2326 …mpImplPolygon->mpPointAry[nArrayInsert] = Point(FRound(aBezier.getControlPointA().getX()), FRound(… in Polygon()
2330 …mpImplPolygon->mpPointAry[nArrayInsert] = Point(FRound(aBezier.getControlPointB().getX()), FRound(… in Polygon()
2365 const Point aEnd(FRound(aClosingPoint.getX()), FRound(aClosingPoint.getY())); in Polygon()
2398 Point aPoint(FRound(aB2DPoint.getX()), FRound(aB2DPoint.getY())); in Polygon()
/trunk/main/odk/examples/java/Inspector/
H A DSwingTreeControlProvider.java239 m_oInspectorPane.showPopUpMenu(e.getComponent(), e.getX(), e.getY()); in inspect()
243 … m_oInspectorPane.showPopUpMenu(e.getComponent(), e.getX(), e.getY()); in inspect()
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx842 ::basegfx::B2IRange aInputDestArea( io_rDestPoint.getX(), in clipScrollArea()
844 (io_rDestPoint.getX() in clipScrollArea()
845 + static_cast<sal_Int32>(rRange.getX())), in clipScrollArea()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx887 P2.setX(P1.getX()); in getCircularArcBezierCoords()
903 aPoints[nPoint].X = static_cast< sal_Int32 >( P0.getX()); in getCircularArcBezierCoords()
907 aPoints[nPoint].X = static_cast< sal_Int32 >( P1.getX()); in getCircularArcBezierCoords()
911 aPoints[nPoint].X = static_cast< sal_Int32 >( P2.getX()); in getCircularArcBezierCoords()
917 aPoints[nPoint].X = static_cast< sal_Int32 >( P3.getX()); in getCircularArcBezierCoords()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx269 (getState( rParms.mrStates ).mapModeTransform * aWidth).getX(); in setupStrokeAttributes()
323 const double nDistance( (rState.mapModeTransform * aDistance).getX() ); in setupStrokeAttributes()
326 const double nDashLen( (rState.mapModeTransform * aDashLen).getX() ); in setupStrokeAttributes()
329 const double nDotLen( (rState.mapModeTransform * aDotLen).getX() ); in setupStrokeAttributes()
2616 aSize.getX(), in createActions()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx287 aPos.setX( aPos.getX() + nSymbolHeight + nSymbolDistance ); in SetPos()
295 aPos.setX( rPos.getX() + 1 ); in SetPos()
1318 sal_uInt32 nCurrentPos = this->GetPosPixel().getX(); in ImplAdjustHeaderControls()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx289 m_xControlView->setZoom( (float)_rScale.getX(), (float)_rScale.getY() ); in setZoom()
375 …const Rectangle aPaintRectPixel( (long)aTopLeft.getX(), (long)aTopLeft.getY(), (long)aBottomRight. in adjustControlGeometry_throw()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx434 const double fPosX((aTranslate.getX() + aScale.getX()) - fTextWidth - fHorDist); in createRedirectedPrimitive2DSequence()
455 aTextSizeAttribute.getX(), aTextSizeAttribute.getY(), in createRedirectedPrimitive2DSequence()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx261 …basegfx::B2DHomMatrix aTrans(basegfx::tools::createTranslateB2DHomMatrix(-aSrcPos.getX(), -aSrcPos… in ImpEqualizePolyPointCount()
263 aTrans.translate(aDstPos.getX(), aDstPos.getY()); in ImpEqualizePolyPointCount()
/trunk/main/tools/inc/tools/
H A Dgen.hxx150 long getX() const { return X(); } in getX() function in Point
459 long getX() const { return nLeft; } in getX() function in Rectangle
/trunk/main/basegfx/source/point/
H A Db3dhompoint.cxx33 maTuple.setX(maTuple.getX() * fFactor); in implHomogenize()
/trunk/main/basebmp/test/
H A Dtools.cxx40 for( sal_Int32 x=0; x<rSize.getX(); ++x ) in countPixel()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx634 *pInnerSequenceX++ = aPoint.getX(); in B3DPolyPolygonToUnoPolyPolygonShape3D()
643 *pInnerSequenceX++ = aPoint.getX(); in B3DPolyPolygonToUnoPolyPolygonShape3D()

Completed in 209 milliseconds

12345678910>>...15