Searched refs:pPP (Results 1 – 3 of 3) sorted by relevance
485 PolyPolygon * pPP=&(pAreaStack->aPPoly); in AddPointsToArea() local486 if (pPP->Count()==0 || pAreaStack->bClosed==sal_True) pPP->Insert(rPoly); in AddPointsToArea()488 Polygon aLastPoly(pPP->GetObject(pPP->Count()-1)); in AddPointsToArea()496 pPP->Replace(aLastPoly,pPP->Count()-1); in AddPointsToArea()506 PolyPolygon * pPP=&(pPathStack->aPPoly); in AddPointsToPath() local507 if (pPP->Count()==0 /*|| pPathStack->bClosed==sal_True*/) pPP->Insert(rPoly); in AddPointsToPath()509 Polygon aLastPoly(pPP->GetObject(pPP->Count()-1)); in AddPointsToPath()511 if (aLastPoly.GetPoint(nOldSize-1)!=rPoly.GetPoint(0)) pPP->Insert(rPoly); in AddPointsToPath()519 pPP->Replace(aLastPoly,pPP->Count()-1); in AddPointsToPath()
2384 ParaPortion* pPP = GetParaPortions().GetObject( n ); in ImpConnectParagraphs() local2385 pPP->MarkSelectionInvalid( 0, pPP->GetNode()->Len() ); in ImpConnectParagraphs()2386 pPP->GetLines().Reset(); in ImpConnectParagraphs()
418 ParaPortion* pPP = GetParaPortions().GetObject( n ); in FormatDoc() local419 pPP->MarkSelectionInvalid( 0, pPP->GetNode()->Len() ); in FormatDoc()420 pPP->GetLines().Reset(); in FormatDoc()
Completed in 115 milliseconds