Home
last modified time | relevance | path

Searched refs:HasContour (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sw/source/core/docnode/
H A Dndnotxt.cxx126 const PolyPolygon *SwNoTxtNode::HasContour() const in HasContour() function in SwNoTxtNode
203 rPoly = *HasContour(); in GetContour()
/AOO41X/main/sw/inc/
H A Dndnotxt.hxx84 const PolyPolygon *HasContour() const;
/AOO41X/main/sw/source/core/layout/
H A Dfly.cxx919 if ( pNd->HasContour() ) in _UpdateAttr()
1028 if ( pNd->HasContour() ) in _UpdateAttr()
2765 if( !pNd->HasContour() ) in GetContour()
/AOO41X/main/sw/source/core/ole/
H A Dndole.cxx487 pOLENd->SetContour( HasContour(), HasAutomaticContour() ); in MakeCopy()
/AOO41X/main/sw/source/core/edit/
H A Deditsh.cxx413 return pNd->HasContour(); in GetGraphicPolygon()
/AOO41X/main/sw/source/core/graphic/
H A Dndgrf.cxx1084 pGrfNd->SetContour( HasContour(), HasAutomaticContour() ); in MakeCopy()
/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2109 const PolyPolygon *pPolyPoly = pNd->HasContour(); in WriteFlyFrameAttr()