Searched refs:nPolygonIndex (Results 1 – 9 of 9) sorted by relevance
/trunk/main/basegfx/source/tools/ |
H A D | unopolypolygon.cxx | 206 sal_Int32 nPolygonIndex, in getPoints() argument 230 if( nPolygonIndex == -1 ) in setPoints() 243 sal_Int32 nPolygonIndex, in getPoint() argument 247 checkIndex( nPolygonIndex ); in getPoint() 259 sal_Int32 nPolygonIndex, in setPoint() argument 263 checkIndex( nPolygonIndex ); in setPoint() 277 sal_Int32 nPolygonIndex, in getBezierSegments() argument 300 if( nPolygonIndex == -1 ) in setBezierSegments() 317 checkIndex( nPolygonIndex ); in getBezierSegment() 364 sal_Int32 nPolygonIndex, in getSubsetPolyPolygon() argument [all …]
|
/trunk/main/chart2/source/view/main/ |
H A D | Clipping.cxx | 157 , sal_Int32 nPolygonIndex in lcl_addPointToPoly() argument 161 if(nPolygonIndex<0) in lcl_addPointToPoly() 164 nPolygonIndex=0; in lcl_addPointToPoly() 168 if(nPolygonIndex >= rPoly.SequenceX.getLength() ) in lcl_addPointToPoly() 170 rPoly.SequenceX.realloc(nPolygonIndex+1); in lcl_addPointToPoly() 171 rPoly.SequenceY.realloc(nPolygonIndex+1); in lcl_addPointToPoly() 172 rPoly.SequenceZ.realloc(nPolygonIndex+1); in lcl_addPointToPoly() 173 rResultPointCount.resize(nPolygonIndex+1,0); in lcl_addPointToPoly() 203 rResultPointCount[nPolygonIndex]=nNewResultPointCount; in lcl_addPointToPoly() 285 for( sal_Int32 nPolygonIndex = aResultPointCount.size(); nPolygonIndex--; ) in clipPolygonAtRectangle() local [all …]
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XLinePolyPolygon2D.idl | 52 @param nPolygonIndex 57 The number of polygons, starting with nPolygonIndex, to 59 starting with nPolygonIndex (i.e. a total of 60 getNumberOfPolygons() - nPolygonIndex polygons is extracted). 64 index number nPolygonIndex) to start extraction with. Set to 0 72 …nce< ::com::sun::star::geometry::RealPoint2D > > getPoints( [in] long nPolygonIndex, [in] long nNu… 82 @param nPolygonIndex 90 as the polygon index. If nPolygonIndex is -1, the given 98 …] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > points, [in] long nPolygonIndex ) 105 … ::com::sun::star::geometry::RealPoint2D getPoint( [in] long nPolygonIndex, [in] long nPointIndex ) [all …]
|
H A D | XBezierPolyPolygon2D.idl | 64 @param nPolygonIndex 70 numPolygons-nPolygonIndex. 97 @param nPolygonIndex 105 as the polygon index. If nPolygonIndex is -1, the given 113 …ce< sequence< ::com::sun::star::geometry::RealBezierSegment2D > > points, [in] long nPolygonIndex ) 120 @param nPolygonIndex 127 nPolygonIndex, which is to be retrieved. This value must not 136 …::com::sun::star::geometry::RealBezierSegment2D getBezierSegment( [in] long nPolygonIndex, [in] lo… 153 @param nPolygonIndex 159 nPolygonIndex, which is to be set. This value must not [all …]
|
/trunk/main/basegfx/inc/basegfx/tools/ |
H A D | unopolypolygon.hxx | 62 …:sun::star::geometry::RealPoint2D > > SAL_CALL getPoints( ::sal_Int32 nPolygonIndex, ::sal_Int32 n… 63 …nce< ::com::sun::star::geometry::RealPoint2D > >& points, ::sal_Int32 nPolygonIndex ) throw (::com… 64 …:com::sun::star::geometry::RealPoint2D SAL_CALL getPoint( ::sal_Int32 nPolygonIndex, ::sal_Int32 n… 65 …nt( const ::com::sun::star::geometry::RealPoint2D& point, ::sal_Int32 nPolygonIndex, ::sal_Int32 n… 68 …etry::RealBezierSegment2D > > SAL_CALL getBezierSegments( ::sal_Int32 nPolygonIndex, ::sal_Int32 n… 69 …om::sun::star::geometry::RealBezierSegment2D > >& points, ::sal_Int32 nPolygonIndex ) throw (::com… 70 …:geometry::RealBezierSegment2D SAL_CALL getBezierSegment( ::sal_Int32 nPolygonIndex, ::sal_Int32 n… 71 …t ::com::sun::star::geometry::RealBezierSegment2D& point, ::sal_Int32 nPolygonIndex, ::sal_Int32 n… 88 B2DPolyPolygon getSubsetPolyPolygon( sal_Int32 nPolygonIndex,
|
/trunk/main/chart2/source/tools/ |
H A D | CommonConverters.cxx | 160 …oly( drawing::PolyPolygonShape3D& rPoly, const drawing::Position3D& rPos, sal_Int32 nPolygonIndex ) in AddPointToPoly() argument 162 if(nPolygonIndex<0) in AddPointToPoly() 165 nPolygonIndex=0; in AddPointToPoly() 169 if(nPolygonIndex >= rPoly.SequenceX.getLength() ) in AddPointToPoly() 171 rPoly.SequenceX.realloc(nPolygonIndex+1); in AddPointToPoly() 172 rPoly.SequenceY.realloc(nPolygonIndex+1); in AddPointToPoly() 173 rPoly.SequenceZ.realloc(nPolygonIndex+1); in AddPointToPoly() 176 drawing::DoubleSequence* pOuterSequenceX = &rPoly.SequenceX.getArray()[nPolygonIndex]; in AddPointToPoly() 177 drawing::DoubleSequence* pOuterSequenceY = &rPoly.SequenceY.getArray()[nPolygonIndex]; in AddPointToPoly() 178 drawing::DoubleSequence* pOuterSequenceZ = &rPoly.SequenceZ.getArray()[nPolygonIndex]; in AddPointToPoly()
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 247 for( sal_Int32 nPolygonIndex = 0; nPolygonIndex<nPolyCount; nPolygonIndex++ ) in lcl_removeDuplicatePoints() local 249 drawing::DoubleSequence* pOuterSourceX = &rPolyPoly.SequenceX.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints() 250 drawing::DoubleSequence* pOuterSourceY = &rPolyPoly.SequenceY.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints() 251 drawing::DoubleSequence* pOuterSourceZ = &rPolyPoly.SequenceZ.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints() 253 drawing::DoubleSequence* pOuterTargetX = &aTmp.SequenceX.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints() 254 drawing::DoubleSequence* pOuterTargetY = &aTmp.SequenceY.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints() 255 drawing::DoubleSequence* pOuterTargetZ = &aTmp.SequenceZ.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolypolygontools.hxx | 135 PointIndex(sal_uInt32 nPolygonIndex, sal_uInt32 nPointIndex) in PointIndex() argument 136 : mnPolygonIndex(nPolygonIndex), in PointIndex()
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 953 for( sal_uInt32 nPolygonIndex = 0; nPolygonIndex < aPolyPolygon.count(); nPolygonIndex++ ) { in doPolyPolygonImplementation() local 954 ::basegfx::B2DPolygon aPolygon( aPolyPolygon.getB2DPolygon( nPolygonIndex ) ); in doPolyPolygonImplementation()
|
Completed in 90 milliseconds