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