Home
last modified time | relevance | path

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

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx59 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 Dxpolyimp.hxx43 sal_uInt8* pFlagAry; member in ImpXPolygon
/trunk/main/tools/inc/tools/
H A Dpoly.hxx136 const sal_uInt8* pFlagAry = NULL );
/trunk/main/tools/source/generic/
H A Dpoly.cxx392 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 37 milliseconds