Searched refs:pLastPoly (Results 1 – 1 of 1) sorted by relevance
811 SdrPathObj* pLastPoly = dynamic_cast< SdrPathObj* >(pTmpObj); in CheckLastLineMerge() local813 if(pLastPoly) in CheckLastLineMerge()815 if(1L == pLastPoly->GetPathPoly().count()) in CheckLastLineMerge()818 basegfx::B2DPolygon aDstPoly(pLastPoly->GetPathPoly().getB2DPolygon(0L)); in CheckLastLineMerge()860 pLastPoly->NbcSetPathPoly(basegfx::B2DPolyPolygon(aDstPoly)); in CheckLastLineMerge()877 SdrPathObj* pLastPoly = dynamic_cast< SdrPathObj* >(pTmpObj); in CheckLastPolyLineAndFillMerge() local879 if(pLastPoly) in CheckLastPolyLineAndFillMerge()881 if(pLastPoly->GetPathPoly() == rPolyPolygon) in CheckLastPolyLineAndFillMerge()887 pLastPoly->SetMergedItemSet(*mpLineAttr); in CheckLastPolyLineAndFillMerge()
Completed in 37 milliseconds