Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx379 sal_uInt32 nGesPoints(0); in ReadEnhWMF() local
384 *pWMF >> nPoly >> nGesPoints; in ReadEnhWMF()
386 …if ( ( nGesPoints < SAL_MAX_UINT32 / sizeof(Point) ) && ( nPoly < SAL_MAX_UINT32 / sizeof(sal_uInt… in ReadEnhWMF()
399 …if ( ( nGesPoints * (sizeof(sal_uInt32)+sizeof(sal_uInt32)) ) <= ( nEndPos - pWMF->Tell() ) && !pW… in ReadEnhWMF()
426 …OSL_ENSURE(nReadPoints == nGesPoints, "The number Points processed from EMR_POLYPOLYGON is unequal… in ReadEnhWMF()
1195 sal_Int32 i, nPoly, nGesPoints; in ReadEnhWMF() local
1198 *pWMF >> nPoly >> nGesPoints; in ReadEnhWMF()
1231 sal_uInt32 nGesPoints(0); in ReadEnhWMF() local
1234 *pWMF >> nPoly >> nGesPoints; in ReadEnhWMF()
1250 …if ( ( nGesPoints * (sizeof(sal_uInt16)+sizeof(sal_uInt16)) ) <= ( nEndPos - pWMF->Tell() ) && !p… in ReadEnhWMF()
[all …]

Completed in 17 milliseconds