Lines Matching refs:sal_Int32

70         const sal_Int32 nPolys( polyPolygon->getNumberOfPolygons() );  in addPolyPolygon()
141 sal_Int32 SAL_CALL UnoPolyPolygon::getNumberOfPolygons() throw (uno::RuntimeException) in getNumberOfPolygons()
147 sal_Int32 SAL_CALL UnoPolyPolygon::getNumberOfPolygonPoints( in getNumberOfPolygonPoints()
148 sal_Int32 polygon ) throw (lang::IndexOutOfBoundsException,uno::RuntimeException) in getNumberOfPolygonPoints()
172 sal_Int32 index ) throw (lang::IndexOutOfBoundsException,uno::RuntimeException) in isClosed()
181 sal_Int32 index, in setClosed()
206 sal_Int32 nPolygonIndex, in getPoints()
207 sal_Int32 nNumberOfPolygons, in getPoints()
208 sal_Int32 nPointIndex, in getPoints()
209 sal_Int32 nNumberOfPoints ) throw (lang::IndexOutOfBoundsException,uno::RuntimeException) in getPoints()
222 sal_Int32 nPolygonIndex ) throw (lang::IndexOutOfBoundsException,uno::RuntimeException) in setPoints()
243 sal_Int32 nPolygonIndex, in getPoint()
244 sal_Int32 nPointIndex ) throw (lang::IndexOutOfBoundsException,uno::RuntimeException) in getPoint()
251 if( nPointIndex < 0 || nPointIndex >= static_cast<sal_Int32>(rPoly.count()) ) in getPoint()
259 sal_Int32 nPolygonIndex, in setPoint()
260 sal_Int32 nPointIndex ) throw (lang::IndexOutOfBoundsException,uno::RuntimeException) in setPoint()
268 if( nPointIndex < 0 || nPointIndex >= static_cast<sal_Int32>(aPoly.count()) ) in setPoint()
277 sal_Int32 nPolygonIndex, in getBezierSegments()
278 sal_Int32 nNumberOfPolygons, in getBezierSegments()
279 sal_Int32 nPointIndex, in getBezierSegments()
280 sal_Int32 nNumberOfPoints ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) in getBezierSegments()
292 sal_Int32 nPolygonIndex ) throw (lang::IndexOutOfBoundsException, in setBezierSegments()
312 … geometry::RealBezierSegment2D SAL_CALL UnoPolyPolygon::getBezierSegment( sal_Int32 nPolygonIndex, in getBezierSegment()
313sal_Int32 nPointIndex ) throw (lang::IndexOutOfBoundsException, in getBezierSegment()
322 if( nPointIndex < 0 || nPointIndex >= static_cast<sal_Int32>(nPointCount) ) in getBezierSegment()
338 sal_Int32 nPolygonIndex, in setBezierSegment()
339sal_Int32 nPointIndex ) throw (lang::IndexOutOfBoundsException, in setBezierSegment()
349 if( nPointIndex < 0 || nPointIndex >= static_cast<sal_Int32>(nPointCount) ) in setBezierSegment()
364 sal_Int32 nPolygonIndex, in getSubsetPolyPolygon()
365 sal_Int32 nNumberOfPolygons, in getSubsetPolyPolygon()
366 sal_Int32 nPointIndex, in getSubsetPolyPolygon()
367 sal_Int32 nNumberOfPoints ) const in getSubsetPolyPolygon()
372 const sal_Int32 nPolyCount( maPolyPoly.count() ); in getSubsetPolyPolygon()
387 for( sal_Int32 i=nPolygonIndex; i<nNumberOfPolygons; ++i ) in getSubsetPolyPolygon()
393 sal_Int32 nFirstPoint(0); in getSubsetPolyPolygon()
394 sal_Int32 nLastPoint(nPolyCount-1); in getSubsetPolyPolygon()
436 for( sal_Int32 j=nFirstPoint; j<nLastPoint; ++j ) in getSubsetPolyPolygon()