Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2263 sal_uInt16 nNumElemVert = 0; in ApplyCustomShapeGeometryAttributes() local
2268 rIn >> nNumElemVert >> nNumElemMemVert >> nElemSizeVert; in ApplyCustomShapeGeometryAttributes()
2269 if ( nNumElemVert ) in ApplyCustomShapeGeometryAttributes()
2273 aCoordinates.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()
2274 for ( i = 0; i < nNumElemVert; i++ ) in ApplyCustomShapeGeometryAttributes()
2464 sal_uInt16 nNumElemVert = 0; in ApplyCustomShapeGeometryAttributes() local
2469 rIn >> nNumElemVert >> nNumElemMemVert >> nElemSizeVert; in ApplyCustomShapeGeometryAttributes()
2473 aGluePoints.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()
2474 for ( i = 0; i < nNumElemVert; i++ ) in ApplyCustomShapeGeometryAttributes()
4622 sal_Int32 nPtNum, nNumElemVert = seqCoordinates.getLength(); in ImportShape() local
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx926 sal_uInt16 nNumElemVert, nNumElemMemVert, nElemSizeVert; in ProcessObj() local
927 rSt >> nNumElemVert >> nNumElemMemVert >> nElemSizeVert; in ProcessObj()
928 if (nNumElemVert && ((nElemSizeVert == 8) || (nElemSizeVert == 4))) in ProcessObj()
930 pImpRec->pWrapPolygon = new Polygon(nNumElemVert); in ProcessObj()
931 for (sal_uInt16 i = 0; i < nNumElemVert; ++i) in ProcessObj()