Home
last modified time | relevance | path

Searched refs:pContour (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/docnode/ !
H A Dndnotxt.cxx53 pContour( 0 ), in SwNoTxtNode()
66 delete pContour; in ~SwNoTxtNode()
106 delete pContour; in SetContour()
108 pContour = new PolyPolygon( *pPoly ); in SetContour()
110 pContour = 0; in SetContour()
119 ASSERT( !pContour, "Contour available." ); in CreateContour()
120 pContour = new PolyPolygon(SvxContourDlg::CreateAutoContour(GetGraphic())); in CreateContour()
164 sal_uInt16 nPolyCount = pContour->Count(); in HasContour()
167 Polygon& rPoly = (*pContour)[j]; in HasContour()
197 return pContour; in HasContour()
[all …]
/AOO41X/main/sw/inc/ !
H A Dndnotxt.hxx41 PolyPolygon *pContour; // Polygon fuer Konturumlauf member in SwNoTxtNode
85 sal_Bool _HasContour() const { return pContour!=0; }; in _HasContour()