Lines Matching refs:GetEnd

320 …aText += pTEParaPortion->GetNode()->GetText().Copy( pLine->GetStart(), pLine->GetEnd() - pLine->Ge…  in GetTextLines()
477 sal_uLong nEndPara = aSel.GetEnd().GetPara(); in GetText()
488 nEndPos = aSel.GetEnd().GetIndex(); in GetText()
570 if ( ( pAttr->GetEnd() >= nStart ) && ( pAttr->GetStart() < nEnd ) ) in ImpRemoveChars()
625 TextPaM aEndPaM( aSel.GetEnd() ); in ImpDeleteText()
728 sal_uInt16 nMaxPos = rCurSel.GetEnd().GetIndex(); in IsInputSequenceCheckingRequired()
772 aTmpSel.GetEnd().GetIndex()++; in ImpInsertText()
862 aPaM = rCurSel.GetEnd(); in ImpInsertText()
919 aPaM = rCurSel.GetEnd(); in ImpInsertParaBreak()
1037 …DBG_ASSERT( ( nIndex >= pLine->GetStart() ) && ( nIndex <= pLine->GetEnd() ) , "ImpGetXPos muss ri… in ImpGetXPos()
1043 else if ( nIndex == pLine->GetEnd() ) in ImpGetXPos()
1197 if ( nCurIndex && ( nCurIndex == pLine->GetEnd() ) && in ImpFindIndex()
1512 if ( ( ( pAttrib->GetStart() < nPos ) && ( pAttrib->GetEnd() >= nPos ) ) in SeekCursor()
1886 aPositions.Insert( pAttrib->GetEnd() ); in CreateTextPortions()
2078 sal_Bool bInvers = pSelection->GetEnd() < pSelection->GetStart(); in ImpPaint()
2079 pSelStart = !bInvers ? &pSelection->GetStart() : &pSelection->GetEnd(); in ImpPaint()
2080 pSelEnd = bInvers ? &pSelection->GetStart() : &pSelection->GetEnd(); in ImpPaint()
2082 …DBG_ASSERT( !pPaintRange || ( pPaintRange->GetStart() < pPaintRange->GetEnd() ), "ImpPaint: Paint-… in ImpPaint()
2099 … nPara >= pPaintRange->GetStart().GetPara() ) && ( nPara <= pPaintRange->GetEnd().GetPara() ) ) ) ) in ImpPaint()
2112 ( TextPaM( nPara, pLine->GetStart() ) < pPaintRange->GetEnd() ) && in ImpPaint()
2113 ( TextPaM( nPara, pLine->GetEnd() ) > pPaintRange->GetStart() ) ) ) ) in ImpPaint()
2133 ( TextPaM( nPara, nIndex ) < pPaintRange->GetEnd() ) && in ImpPaint()
2160 if ( ( pPaintRange->GetEnd().GetPara() == nPara ) in ImpPaint()
2161 && ( nEnd > pPaintRange->GetEnd().GetIndex() ) ) in ImpPaint()
2163 nEnd = pPaintRange->GetEnd().GetIndex(); in ImpPaint()
2366 if ( pLine->GetEnd() > nInvalidStart ) in CreateLines()
2532 if ( pLine->GetEnd() < nInvalidStart ) in CreateLines()
2542 sal_uInt16 nEnd = pLine->GetEnd(); in CreateLines()
2547 ( ( nEnd-nInvalidDiff ) == aSaveLine.GetEnd() ) ) in CreateLines()
2564 if ( nEnd == ( aSaveLine.GetEnd() + nInvalidDiff ) ) in CreateLines()
2574 nIndex = pLine->GetEnd(); // naechste Zeile Start = letzte Zeile Ende in CreateLines()
2626 aSel.GetEnd().GetIndex() = (sal_uInt16)aBoundary.endPos; in GetWord()
2627 …aWord = pNode->GetText().Copy( aSel.GetStart().GetIndex(), aSel.GetEnd().GetIndex() - aSel.GetStar… in GetWord()
2662 aSel = ImpInsertParaBreak( aSel.GetEnd() ); in Read()
2667 TextSelection aNewSel( aSel.GetEnd(), aSel.GetEnd() ); in Read()
2689 aSel.GetEnd() = TextPaM( nParas-1, pNode->GetText().Len() ); in Write()
2698 for ( sal_uLong nPara = aSel.GetStart().GetPara(); nPara <= aSel.GetEnd().GetPara(); nPara++ ) in Write()
2706 if ( nPara == aSel.GetEnd().GetPara() ) in Write()
2707 nEndPos = aSel.GetEnd().GetIndex(); in Write()
2737 nTmpEnd = Min( pAttr->GetEnd(), nEndPos ); in Write()
2747 nTmpStart = pAttr->GetEnd(); in Write()
2881 ValidatePaM( rSel.GetEnd() ); in ValidateSelection()
2922 … TextPaM& rPaM = n ? pView->GetSelection().GetStart(): pView->GetSelection().GetEnd(); in ImpParagraphInserted()
2944 … TextPaM& rPaM = n ? pView->GetSelection().GetStart(): pView->GetSelection().GetEnd(); in ImpParagraphRemoved()
2972 … TextPaM& rPaM = n ? pView->GetSelection().GetStart(): pView->GetSelection().GetEnd(); in ImpCharsRemoved()
2998 … TextPaM& rPaM = n ? pView->GetSelection().GetStart(): pView->GetSelection().GetEnd(); in ImpCharsInserted()