Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2358 WrongRange aWrong = pRight->GetWrongList()->GetObject( nW ); in ImpConnectParagraphs() local
2359 if ( aWrong.nStart != 0 ) // Nicht ein anschliessender in ImpConnectParagraphs()
2361 aWrong.nStart = aWrong.nStart + nEnd; in ImpConnectParagraphs()
2362 aWrong.nEnd = aWrong.nEnd + nEnd; in ImpConnectParagraphs()
2363 pLeft->GetWrongList()->InsertWrong( aWrong, pLeft->GetWrongList()->Count() ); in ImpConnectParagraphs()

Completed in 46 milliseconds