Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5516 delete pTextImpRec->pWrapPolygon; in ProcessObj()
5521 pTextImpRec->pWrapPolygon = new Polygon(nNumElemVert); in ProcessObj()
5534 (*(pTextImpRec->pWrapPolygon))[i].X() = nX; in ProcessObj()
5535 (*(pTextImpRec->pWrapPolygon))[i].Y() = nY; in ProcessObj()
7567 pWrapPolygon(0), in SvxMSDffImportRec()
7664 if (rCopy.pWrapPolygon) in SvxMSDffImportRec()
7665 pWrapPolygon = new Polygon(*rCopy.pWrapPolygon); in SvxMSDffImportRec()
7667 pWrapPolygon = 0; in SvxMSDffImportRec()
7676 if (pWrapPolygon) in ~SvxMSDffImportRec()
7677 delete pWrapPolygon; in ~SvxMSDffImportRec()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx923 delete pImpRec->pWrapPolygon; in ProcessObj()
924 pImpRec->pWrapPolygon = NULL; in ProcessObj()
930 pImpRec->pWrapPolygon = new Polygon(nNumElemVert); in ProcessObj()
943 (*(pImpRec->pWrapPolygon))[i].X() = nX; in ProcessObj()
944 (*(pImpRec->pWrapPolygon))[i].Y() = nY; in ProcessObj()
H A Dww8graf.cxx2034 if (pRecord->pWrapPolygon && pFlyFmt->GetSurround().IsContour()) in MapWrapIntoFlyFmt()
2085 PolyPolygon aPoly(*pRecord->pWrapPolygon); in MapWrapIntoFlyFmt()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx205 Polygon* pWrapPolygon; member