Searched refs:pPortion2 (Results 1 – 1 of 1) sorted by relevance
471 SwLinePortion *pPortion2 = GetPortion(); in DebugPortions() local481 while( pPortion2 ) in DebugPortions()484 SwTxtPortion *pTxtPor = pPortion2->InTxtGrp() ? in DebugPortions()485 (SwTxtPortion *)pPortion2 : NULL ; in DebugPortions()489 nPrtWidth = nPrtWidth + pPortion2->PrtWidth(); in DebugPortions()496 pPortion2->operator<<( rOs ); in DebugPortions()498 nPos = nPos + pPortion2->GetLen(); in DebugPortions()499 pPortion2 = pPortion2->GetPortion(); in DebugPortions()
Completed in 22 milliseconds