Home
last modified time | relevance | path

Searched refs:pPP (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx485 PolyPolygon * pPP=&(pAreaStack->aPPoly); in AddPointsToArea() local
486 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() local
507 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx418 ParaPortion* pPP = GetParaPortions().GetObject( n ); in FormatDoc() local
419 pPP->MarkSelectionInvalid( 0, pPP->GetNode()->Len() ); in FormatDoc()
420 pPP->GetLines().Reset(); in FormatDoc()
H A Dimpedit2.cxx2387 ParaPortion* pPP = GetParaPortions().GetObject( n ); in ImpConnectParagraphs() local
2388 pPP->MarkSelectionInvalid( 0, pPP->GetNode()->Len() ); in ImpConnectParagraphs()
2389 pPP->GetLines().Reset(); in ImpConnectParagraphs()

Completed in 95 milliseconds