Home
last modified time | relevance | path

Searched refs:nCoordSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1418 sal_Int32 nCoordSize = seqCoordinates.getLength(); in CreateSubPath() local
1424 for ( sal_Int32 nPtNum(0L); nPtNum < nCoordSize; nPtNum++ ) in CreateSubPath()
1458 if ( rSrcPt < nCoordSize ) in CreateSubPath()
1483 for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( ( rSrcPt + 2 ) < nCoordSize ); i++ ) in CreateSubPath()
1500 … for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( ( rSrcPt + 1 ) < nCoordSize ); i++ ) in CreateSubPath()
1543 for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( ( rSrcPt + 2 ) < nCoordSize ); i++ ) in CreateSubPath()
1697 for ( sal_Int32 i(0L); ( i < nPntCount ) && ( rSrcPt < nCoordSize ); i++ ) in CreateSubPath()
1722 for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( ( rSrcPt + 3 ) < nCoordSize ); i++ ) in CreateSubPath()
1749 for ( sal_uInt16 i = 0; ( i < nPntCount ) && ( rSrcPt < nCoordSize ); i++ ) in CreateSubPath()
2084 sal_Int32 nCoordSize = seqCoordinates.getLength(); in CreatePathObj() local
[all …]

Completed in 27 milliseconds