Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5506 delete pTextImpRec->pWrapPolygon; in ProcessObj()
5511 pTextImpRec->pWrapPolygon = new Polygon(nNumElemVert); in ProcessObj()
5524 (*(pTextImpRec->pWrapPolygon))[i].X() = nX; in ProcessObj()
5525 (*(pTextImpRec->pWrapPolygon))[i].Y() = nY; in ProcessObj()
7534 pWrapPolygon(0), in SvxMSDffImportRec()
7631 if (rCopy.pWrapPolygon) in SvxMSDffImportRec()
7632 pWrapPolygon = new Polygon(*rCopy.pWrapPolygon); in SvxMSDffImportRec()
7634 pWrapPolygon = 0; in SvxMSDffImportRec()
7643 if (pWrapPolygon) in ~SvxMSDffImportRec()
7644 delete pWrapPolygon; in ~SvxMSDffImportRec()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx924 delete pImpRec->pWrapPolygon; in ProcessObj()
925 pImpRec->pWrapPolygon = NULL; in ProcessObj()
931 pImpRec->pWrapPolygon = new Polygon(nNumElemVert); in ProcessObj()
944 (*(pImpRec->pWrapPolygon))[i].X() = nX; in ProcessObj()
945 (*(pImpRec->pWrapPolygon))[i].Y() = nY; in ProcessObj()
H A Dww8graf.cxx2038 if (pRecord->pWrapPolygon && pFlyFmt->GetSurround().IsContour()) in MapWrapIntoFlyFmt()
2089 PolyPolygon aPoly(*pRecord->pWrapPolygon); in MapWrapIntoFlyFmt()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx205 Polygon* pWrapPolygon; member