Searched refs:pFlagAry (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 59 pFlagAry = NULL; in ImpXPolygon() 84 pFlagAry = NULL; in ImpXPolygon() 96 memcpy( pFlagAry, rImpXPoly.pFlagAry, nSize ); in ImpXPolygon() 112 delete[] pFlagAry; in ~ImpXPolygon() 132 memcmp(pFlagAry,rImpXPoly.pFlagAry,nPoints)==0)); in operator ==() 156 sal_uInt8* pOldFlagAry = pFlagAry; in Resize() 175 pFlagAry = new sal_uInt8[ nSize ]; in Resize() 176 memset( pFlagAry, 0, nSize ); in Resize() 230 memmove( &pFlagAry[nPos+nCount], &pFlagAry[nPos], nMove ); in InsertSpace() 261 memmove( &pFlagAry[nPos], &pFlagAry[nPos+nCount], nMove ); in Remove() [all …]
|
/trunk/main/svx/inc/ |
H A D | xpolyimp.hxx | 43 sal_uInt8* pFlagAry; member in ImpXPolygon
|
/trunk/main/tools/inc/tools/ |
H A D | poly.hxx | 136 const sal_uInt8* pFlagAry = NULL );
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 392 Polygon::Polygon( sal_uInt16 nPoints, const Point* pPtAry, const sal_uInt8* pFlagAry ) in Polygon() argument 397 mpImplPolygon = new ImplPolygon( nPoints, pPtAry, pFlagAry ); in Polygon()
|
Completed in 48 milliseconds