Home
last modified time | relevance | path

Searched refs:nNumElemVert (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2266 sal_uInt16 nNumElemVert = 0; in ApplyCustomShapeGeometryAttributes() local
2271 rIn >> nNumElemVert >> nNumElemMemVert >> nElemSizeVert; in ApplyCustomShapeGeometryAttributes()
2272 if ( nNumElemVert ) in ApplyCustomShapeGeometryAttributes()
2276 aCoordinates.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()
2277 for ( i = 0; i < nNumElemVert; i++ ) in ApplyCustomShapeGeometryAttributes()
2467 sal_uInt16 nNumElemVert = 0; in ApplyCustomShapeGeometryAttributes() local
2476 aGluePoints.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()
2477 for ( i = 0; i < nNumElemVert; i++ ) in ApplyCustomShapeGeometryAttributes()
4626 XPolygon aXP( (sal_uInt16)nNumElemVert ); in ImportShape()
4628 for ( nPtNum = 0; nPtNum < nNumElemVert; nPtNum++ ) in ImportShape()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx927 sal_uInt16 nNumElemVert, nNumElemMemVert, nElemSizeVert; in ProcessObj() local
928 rSt >> nNumElemVert >> nNumElemMemVert >> nElemSizeVert; in ProcessObj()
929 if (nNumElemVert && ((nElemSizeVert == 8) || (nElemSizeVert == 4))) in ProcessObj()
931 pImpRec->pWrapPolygon = new Polygon(nNumElemVert); in ProcessObj()
932 for (sal_uInt16 i = 0; i < nNumElemVert; ++i) in ProcessObj()

Completed in 58 milliseconds