/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygon.cxx | 767 const basegfx::B2DPoint& getPoint(sal_uInt32 nIndex) const in getPoint() function in ImplB2DPolygon 1254 return mpPolygon->getPoint(nIndex); in getB2DPoint() 1261 if(mpPolygon->getPoint(nIndex) != rValue) in setB2DPoint() 1305 return mpPolygon->getPoint(nIndex); in getPrevControlPoint() 1319 return mpPolygon->getPoint(nIndex); in getNextControlPoint() 1326 const basegfx::B2DVector aNewVector(rValue - mpPolygon->getPoint(nIndex)); in setPrevControlPoint() 1337 const basegfx::B2DVector aNewVector(rValue - mpPolygon->getPoint(nIndex)); in setNextControlPoint() 1348 const B2DPoint aPoint(mpPolygon->getPoint(nIndex)); in setControlPoints() 1488 rTarget.setStartPoint(mpPolygon->getPoint(nIndex)); in getBezierSegment() 1489 rTarget.setEndPoint(mpPolygon->getPoint(nNextIndex)); in getBezierSegment() [all …]
|
H A D | b2dpolygoncutandtouch.cxx | 76 const B2DPoint& getPoint() const { return maPoint; } in getPoint() function in basegfx::__anon048ad0970111::temporaryPoint 150 …ndBezierSegment(aLeftPart.getControlPointA(), aLeftPart.getControlPointB(), rTempPoint.getPoint()); in mergeTemporaryPointsAndPolygon() 162 const B2DPoint aNewPoint(rTempPoint.getPoint()); in mergeTemporaryPointsAndPolygon() 211 rTempPoints.push_back(temporaryPoint(rTempPoint.getPoint(), nInd, fRelativeCutPos)); in adaptAndTransferCutsWithBezierSegment() 447 rTempPointsB.push_back(temporaryPoint(rTempPoint.getPoint(), nIndB, rTempPoint.getCut())); in findEdgeCutsBezierAndEdge()
|
H A D | b3dpolygon.cxx | 1041 const ::basegfx::B3DPoint& getPoint(sal_uInt32 nIndex) const in getPoint() function in ImplB3DPolygon 1592 return mpPolygon->getPoint(nIndex); in getB3DPoint()
|
/trunk/main/scripting/workben/installer/ |
H A D | IdeVersion.java | 125 int col = columnAtPoint( event.getPoint() ); in initComponents() 129 int row = rowAtPoint( event.getPoint() ); in initComponents() 143 int col = columnAtPoint( event.getPoint() ); in initComponents() 147 int row = rowAtPoint( event.getPoint() ); in initComponents()
|
H A D | Version.java | 98 int col = columnAtPoint( event.getPoint() ); in initComponents() 102 int row = rowAtPoint( event.getPoint() ); in initComponents() 116 int col = columnAtPoint( event.getPoint() ); in initComponents() 120 int row = rowAtPoint( event.getPoint() ); in initComponents()
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | LayoutManager.java | 53 mnOldY = aEvent.getPoint().y; in mousePressed() 59 InsertView (maDraggedView, aEvent.getPoint().y); in mouseReleased() 78 int dy = mnOldY - aEvent.getPoint().y; in mouseDragged()
|
/trunk/main/basegfx/source/inc/ |
H A D | PolygonPoint.hxx | 46 const Point& getPoint() const in getPoint() function in SimplePointEntry 270 const Point& getPoint(sal_uInt32 nIndex) const in getPoint() function in PolygonPointList 272 return maPoints[nIndex].getPoint(); in getPoint()
|
H A D | polygontemplate.hxx | 46 const Point& getPoint() const in getPoint() function in ImplSimplePointEntry 270 const Point& getPoint(sal_uInt32 nIndex) const in getPoint() function in ImplPolygonTemplate 272 return maPoints[nIndex].getPoint(); in getPoint()
|
/trunk/main/oox/source/drawingml/diagram/ |
H A D | diagram.cxx | 124 setPosition( pTree->getPoint(), pt ); in layout() 238 OSL_TRACE( "root is %s", OUSTRING_TO_CSTR( mpRoot->getPoint()->getModelId() ) ); in build()
|
/trunk/main/oox/inc/oox/drawingml/diagram/ |
H A D | diagram.hxx | 115 const PointPtr & getPoint() const in getPoint() function in oox::drawingml::dgm::PointsTree
|
/trunk/main/basegfx/inc/basegfx/tools/ |
H A D | unopolypolygon.hxx | 64 …virtual ::com::sun::star::geometry::RealPoint2D SAL_CALL getPoint( ::sal_Int32 nPolygonIndex, ::sa…
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XLinePolyPolygon2D.idl | 105 … ::com::sun::star::geometry::RealPoint2D getPoint( [in] long nPolygonIndex, [in] long nPointIndex )
|
/trunk/main/basegfx/source/tools/ |
H A D | unopolypolygon.cxx | 242 geometry::RealPoint2D SAL_CALL UnoPolyPolygon::getPoint( in getPoint() function in basegfx::unotools::UnoPolyPolygon
|