Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5519 delete pTextImpRec->pWrapPolygon; in ProcessObj()
5524 pTextImpRec->pWrapPolygon = new Polygon(nNumElemVert); in ProcessObj()
5537 (*(pTextImpRec->pWrapPolygon))[i].X() = nX; in ProcessObj()
5538 (*(pTextImpRec->pWrapPolygon))[i].Y() = nY; in ProcessObj()
7574 pWrapPolygon(0), in SvxMSDffImportRec()
7671 if (rCopy.pWrapPolygon) in SvxMSDffImportRec()
7672 pWrapPolygon = new Polygon(*rCopy.pWrapPolygon); in SvxMSDffImportRec()
7674 pWrapPolygon = 0; in SvxMSDffImportRec()
7683 if (pWrapPolygon) in ~SvxMSDffImportRec()
7684 delete pWrapPolygon; in ~SvxMSDffImportRec()
/trunk/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.cxx2035 if (pRecord->pWrapPolygon && pFlyFmt->GetSurround().IsContour()) in MapWrapIntoFlyFmt()
2086 PolyPolygon aPoly(*pRecord->pWrapPolygon); in MapWrapIntoFlyFmt()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx205 Polygon* pWrapPolygon; member

Completed in 211 milliseconds