Home
last modified time | relevance | path

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

/trunk/main/svtools/source/edit/
H A Dtextdata.cxx225 short nPortionDiff = pUnformatted->GetStartPortion() - pLastFormatted->GetEndPortion(); in CorrectValuesBehindLastFormattedLine()
242 pLine->GetEndPortion() = pLine->GetEndPortion() + nPDiff; in CorrectValuesBehindLastFormattedLine()
H A Dtextdat2.hxx157 sal_uInt16 GetEndPortion() const { return mnEndPortion; } in GetEndPortion() function in TextLine
158 sal_uInt16& GetEndPortion() { return mnEndPortion; } in GetEndPortion() function in TextLine
H A Dtexteng.cxx1051 …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()
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx289 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()
H A Deditdoc.hxx483 sal_uInt16 GetEndPortion() const { return nEndPortion; } in GetEndPortion() function in EditLine
484 sal_uInt16& GetEndPortion() { return nEndPortion; } in GetEndPortion() function in EditLine
H A Dimpedit3.cxx1285 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()
4732 sal_uInt16 nPortion = pLine->GetEndPortion(); in ImplExpandCompressedPortions()
H A Dimpedit2.cxx3283 for ( sal_uInt16 nTP = pLine->GetStartPortion(); nTP <= pLine->GetEndPortion(); nTP++ ) in CalcLineWidth()
3966 for ( sal_uInt16 i = pLine->GetStartPortion(); i <= pLine->GetEndPortion(); i++ ) in GetChar()
4118 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()
4143 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()
4192 …TextPortion >= pLine->GetStartPortion() ) && ( nTextPortion <= pLine->GetEndPortion() ), "GetXPos:… in GetXPos()
H A Deditdbg.cxx422 …ns: %i - %i.\tHoehe: %i, Ascent=%i", pLine->GetStartPortion(), pLine->GetEndPortion(), pLine->GetH… in ShowEditEngineData()

Completed in 113 milliseconds