Lines Matching refs:pTmpLine
1003 TextLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in GetEditCursor() local
1004 …if ( ( pTmpLine->GetStart() == rPaM.GetIndex() ) || ( pTmpLine->IsIn( rPaM.GetIndex(), bSpecial ) … in GetEditCursor()
1006 pLine = pTmpLine; in GetEditCursor()
1010 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()
1185 TextLine* pTmpLine = pPortion->GetLines().GetObject( nLine ); in ImpFindIndex() local
1189 pLine = pTmpLine; in ImpFindIndex()
1750 TextLine* pTmpLine = new TextLine; in CreateAndInsertEmptyLine() local
1751 pTmpLine->SetStart( pNode->GetText().Len() ); in CreateAndInsertEmptyLine()
1752 pTmpLine->SetEnd( pTmpLine->GetStart() ); in CreateAndInsertEmptyLine()
1753 pTEParaPortion->GetLines().Insert( pTmpLine, pTEParaPortion->GetLines().Count() ); in CreateAndInsertEmptyLine()
1756 pTmpLine->SetStartX( (short)(mnMaxTextWidth / 2) ); in CreateAndInsertEmptyLine()
1758 pTmpLine->SetStartX( (short)mnMaxTextWidth ); in CreateAndInsertEmptyLine()
1760 pTmpLine->SetStartX( mpDoc->GetLeftMargin() ); in CreateAndInsertEmptyLine()
1776 pTmpLine->SetStartPortion( nPos ); in CreateAndInsertEmptyLine()
1777 pTmpLine->SetEndPortion( nPos ); in CreateAndInsertEmptyLine()