Lines Matching refs:getLength

169     if(nPolygonIndex >= rPoly.SequenceX.getLength() )  in AddPointToPoly()
180 sal_Int32 nOldPointCount = pOuterSequenceX->getLength(); in AddPointToPoly()
199 if( nPolyIndex>=0 && nPolyIndex<rPolygon.SequenceX.getLength()) in getPointFromPoly()
201 if(nPointIndex<rPolygon.SequenceX[nPolyIndex].getLength()) in getPointFromPoly()
221 sal_Int32 nAddOuterCount = rAdd.SequenceX.getLength(); in addPolygon()
222 sal_Int32 nOuterCount = rRet.SequenceX.getLength() + nAddOuterCount; in addPolygon()
244 sal_Int32 nOuterCount = Max( rRet.SequenceX.getLength(), rAdd.SequenceX.getLength() ); in appendPoly()
251 sal_Int32 nOldPointCount = rRet.SequenceX[nOuter].getLength(); in appendPoly()
253 if(nOuter<rAdd.SequenceX.getLength()) in appendPoly()
254 nAddPointCount = rAdd.SequenceX[nOuter].getLength(); in appendPoly()
282 aRet.SequenceX.realloc( rPointSequence.getLength() ); in BezierToPoly()
283 aRet.SequenceY.realloc( rPointSequence.getLength() ); in BezierToPoly()
284 aRet.SequenceZ.realloc( rPointSequence.getLength() ); in BezierToPoly()
287 for(sal_Int32 nN = 0; nN < rPointSequence.getLength(); nN++) in BezierToPoly()
289 sal_Int32 nInnerLength = rPointSequence[nN].getLength(); in BezierToPoly()
294 bool bHasOuterFlags = nN < rBezier.Flags.getLength(); in BezierToPoly()
299 bool bHasInnerFlags = bHasOuterFlags && (nM < rBezier.Flags[nN].getLength()); in BezierToPoly()
329 aRet.realloc( rPolyPolygon.SequenceX.getLength() ); in PolyToPointSequence()
331 for(sal_Int32 nN = 0; nN < rPolyPolygon.SequenceX.getLength(); nN++) in PolyToPointSequence()
333 sal_Int32 nInnerLength = rPolyPolygon.SequenceX[nN].getLength(); in PolyToPointSequence()
347 sal_Int32 nAddCount = rAdd.getLength(); in appendPointSequence()
350 sal_Int32 nOldCount = rTarget.getLength(); in appendPointSequence()
422 … OSL_ENSURE(rSeq.getLength()==3,"The sequence needs to have length 3 for conversion into vector"); in SequenceToPosition3D()
425 aRet.PositionX = rSeq.getLength()>0?rSeq[0]:0.0; in SequenceToPosition3D()
426 aRet.PositionY = rSeq.getLength()>1?rSeq[1]:0.0; in SequenceToPosition3D()
427 aRet.PositionZ = rSeq.getLength()>2?rSeq[2]:0.0; in SequenceToPosition3D()
458 aResult.realloc(aValues.getLength()); in DataSequenceToDoubleSequence()
459 for(sal_Int32 nN=aValues.getLength();nN--;) in DataSequenceToDoubleSequence()
484 aResult.realloc(aValues.getLength()); in DataSequenceToStringSequence()
486 for(sal_Int32 nN=aValues.getLength();nN--;) in DataSequenceToStringSequence()
538 , rParamToReplace.getLength(), rReplaceWith ); in replaceParamterInString()