Home
last modified time | relevance | path

Searched refs:rContour (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/sw/source/core/docnode/
H A Dndnotxt.cxx216 sal_Bool SwNoTxtNode::GetContourAPI( PolyPolygon &rContour ) const in GetContourAPI()
221 rContour = *pContour; in GetContourAPI()
232 sal_uInt16 nPolyCount = rContour.Count(); in GetContourAPI()
236 Polygon& rPoly = rContour[j]; in GetContourAPI()
/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx533 const Polygon & rContour = rGlyph[ c ]; in Draw3DTextEntity() local
534 sal_uInt16 i, nPts = rContour.GetSize(); in Draw3DTextEntity()
536 const double y = (double)rContour[ i ].Y(); in Draw3DTextEntity()
568 const Polygon & rContour = rGlyph[ c ]; in Draw3DTextEntity() local
569 sal_uInt16 nPts = rContour.GetSize(); in Draw3DTextEntity()
573 const Point & rP = rContour[ i ]; in Draw3DTextEntity()
/AOO41X/main/sw/source/core/layout/
H A Dfly.cxx2739 sal_Bool SwFlyFrm::GetContour( PolyPolygon& rContour, in GetContour() argument
2776 pNd->GetContour( rContour ); in GetContour()
2807 for ( sal_uInt16 j = 0, nPolyCount = rContour.Count(); j < nPolyCount; j++ ) in GetContour()
2809 Polygon& rPoly = rContour[ j ]; in GetContour()
2828 rContour.Move( aOrig.Left(), aOrig.Top() ); in GetContour()
2833 rContour.Clip( aClip.SVRect() ); in GetContour()
2834 rContour.Optimize(POLY_OPTIMIZE_CLOSE); in GetContour()
/AOO41X/main/sc/inc/
H A Dautoform.hxx170 void SetContour( const SvxContourItem& rContour ) { aContour = rContour; } in SetContour() argument
/AOO41X/main/svx/source/dialog/
H A D_contdlg.cxx277 void SvxContourDlg::ScaleContour( PolyPolygon& rContour, const Graphic& rGraphic, in ScaleContour() argument
302 for ( sal_uInt16 j = 0, nPolyCount = rContour.Count(); j < nPolyCount; j++ ) in ScaleContour()
304 Polygon& rPoly = rContour[ j ]; in ScaleContour()
/AOO41X/main/svx/inc/svx/
H A Dcontdlg.hxx122 static void ScaleContour( PolyPolygon& rContour, const Graphic& rGraphic,
/AOO41X/main/sw/source/core/inc/
H A Dflyfrm.hxx229 sal_Bool GetContour( PolyPolygon& rContour,
/AOO41X/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx267 virtual void CharContour( const SvxContourItem& rContour );
H A Ddocxattributeoutput.hxx333 virtual void CharContour( const SvxContourItem& rContour );
H A Ddocxattributeoutput.cxx2250 void DocxAttributeOutput::CharContour( const SvxContourItem& rContour ) in CharContour() argument
2252 if ( rContour.GetValue() ) in CharContour()
H A Drtfattributeoutput.cxx2038 void RtfAttributeOutput::CharContour( const SvxContourItem& rContour ) in CharContour() argument
2043 if ( !rContour.GetValue() ) in CharContour()
H A Dww8atr.cxx1168 void WW8AttributeOutput::CharContour( const SvxContourItem& rContour ) in CharContour() argument
1170 OutputWW8Attribute( 3, rContour.GetValue() ? true : false); in CharContour()