Searched refs:pUnformatted (Results 1 – 2 of 2) sorted by relevance
224 const TextLine* pUnformatted = maLines[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine() local225 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine()226 short nTextDiff = pUnformatted->GetStart() - pLastFormatted->GetEnd(); in CorrectValuesBehindLastFormattedLine()
288 const EditLine* pUnformatted = aLineList[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine() local289 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine()290 short nTextDiff = pUnformatted->GetStart() - pLastFormatted->GetEnd(); in CorrectValuesBehindLastFormattedLine()
Completed in 42 milliseconds