Searched refs:pLastPoly (Results 1 – 1 of 1) sorted by relevance
808 SdrPathObj* pLastPoly = dynamic_cast< SdrPathObj* >(pTmpObj); in CheckLastLineMerge() local810 if(pLastPoly) in CheckLastLineMerge()812 if(1L == pLastPoly->GetPathPoly().count()) in CheckLastLineMerge()815 basegfx::B2DPolygon aDstPoly(pLastPoly->GetPathPoly().getB2DPolygon(0L)); in CheckLastLineMerge()857 pLastPoly->NbcSetPathPoly(basegfx::B2DPolyPolygon(aDstPoly)); in CheckLastLineMerge()874 SdrPathObj* pLastPoly = dynamic_cast< SdrPathObj* >(pTmpObj); in CheckLastPolyLineAndFillMerge() local876 if(pLastPoly) in CheckLastPolyLineAndFillMerge()878 if(pLastPoly->GetPathPoly() == rPolyPolygon) in CheckLastPolyLineAndFillMerge()884 pLastPoly->SetMergedItemSet(*mpLineAttr); in CheckLastPolyLineAndFillMerge()
Completed in 14 milliseconds