Lines Matching refs:nBreakPos
1805 sal_uInt16 nBreakPos = (sal_uInt16)aLBR.breakIndex; in ImpBreakLine() local
1806 if ( nBreakPos <= pLine->GetStart() ) in ImpBreakLine()
1808 nBreakPos = nMaxBreakPos; in ImpBreakLine()
1809 if ( nBreakPos <= pLine->GetStart() ) in ImpBreakLine()
1810 nBreakPos = pLine->GetStart() + 1; // Sonst Endlosschleife! in ImpBreakLine()
1815 pLine->SetEnd( nBreakPos ); in ImpBreakLine()
1816 sal_uInt16 nEndPortion = SplitTextPortion( nPara, nBreakPos ); in ImpBreakLine()
1818 sal_Bool bBlankSeparator = ( ( nBreakPos >= pLine->GetStart() ) && in ImpBreakLine()
1819 ( pNode->GetText().GetChar( nBreakPos ) == ' ' ) ) ? sal_True : sal_False; in ImpBreakLine()
1825 DBG_ASSERT( nBreakPos > pLine->GetStart(), "SplitTextPortion am Anfang der Zeile?" ); in ImpBreakLine()
1826 pTP->GetWidth() = (long)CalcTextWidth( nPara, nBreakPos-pTP->GetLen(), pTP->GetLen()-1 ); in ImpBreakLine()