Searched refs:GetEndPortion (Results 1 – 8 of 8) sorted by relevance
225 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine()242 pLine->GetEndPortion() = pLine->GetEndPortion() + nPDiff; in CorrectValuesBehindLastFormattedLine()
157 sal_uInt16 GetEndPortion() const { return mnEndPortion; } in GetEndPortion() function in TextLine158 sal_uInt16& GetEndPortion() { return mnEndPortion; } in GetEndPortion() function in TextLine
1051 …TextPortion >= pLine->GetStartPortion() ) && ( nTextPortion <= pLine->GetEndPortion() ), "GetXPos:… in ImpGetXPos()1219 for ( sal_uInt16 i = pLine->GetStartPortion(); i <= pLine->GetEndPortion(); i++ ) in GetCharPos()1275 for ( sal_uInt16 nTP = pLine->GetStartPortion(); nTP <= pLine->GetEndPortion(); nTP++ ) in CalcTextWidth()2119 for ( sal_uInt16 y = pLine->GetStartPortion(); y <= pLine->GetEndPortion(); y++ ) in ImpPaint()2501 for ( sal_uInt16 nTP = pLine->GetStartPortion(); nTP <= pLine->GetEndPortion(); nTP++ ) in CreateLines()2577 sal_uInt16 nEndPortion = pLine->GetEndPortion(); in CreateLines()3174 while ( nTmpPortion <= pLine->GetEndPortion() ) in ImpGetPortionXOffset()3199 while ( nTmpPortion <= pLine->GetEndPortion() ) in ImpGetPortionXOffset()
289 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine()307 pLine->GetEndPortion() = sal::static_int_cast< sal_uInt16 >( in CorrectValuesBehindLastFormattedLine()308 pLine->GetEndPortion() + nPDiff); in CorrectValuesBehindLastFormattedLine()
483 sal_uInt16 GetEndPortion() const { return nEndPortion; } in GetEndPortion() function in EditLine484 sal_uInt16& GetEndPortion() { return nEndPortion; } in GetEndPortion() function in EditLine
1285 for ( sal_uInt16 nP = pLine->GetStartPortion(); nP <= pLine->GetEndPortion(); nP++ ) in CreateLines()1403 TextPortion* pTP = pParaPortion->GetTextPortions().GetObject( pLine->GetEndPortion() ); in CreateLines()1535 sal_uInt16 nEndPortion = pLine->GetEndPortion(); in CreateLines()2986 for ( sal_uInt16 y = pLine->GetStartPortion(); y <= pLine->GetEndPortion(); y++ ) in Paint()3310 const bool bEndOfLine(y == pLine->GetEndPortion()); in Paint()4665 sal_uInt16 nPortion = pLine->GetEndPortion(); in ImplExpandCompressedPortions()
3280 for ( sal_uInt16 nTP = pLine->GetStartPortion(); nTP <= pLine->GetEndPortion(); nTP++ ) in CalcLineWidth()3963 for ( sal_uInt16 i = pLine->GetStartPortion(); i <= pLine->GetEndPortion(); i++ ) in GetChar()4115 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()4140 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()4189 …TextPortion >= pLine->GetStartPortion() ) && ( nTextPortion <= pLine->GetEndPortion() ), "GetXPos:… in GetXPos()
422 …ns: %i - %i.\tHoehe: %i, Ascent=%i", pLine->GetStartPortion(), pLine->GetEndPortion(), pLine->GetH… in ShowEditEngineData()
Completed in 117 milliseconds