Home
last modified time | relevance | path

Searched refs:nTmpPortion (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svtools/source/edit/
H A Dtexteng.cxx2401 sal_uInt16 nTmpPortion = pLine->GetStartPortion(); in CreateLines() local
2414 …while ( ( nTmpWidth <= nXWidth ) && !bEOL && ( nTmpPortion < pTEParaPortion->GetTextPortions().Cou… in CreateLines()
2417 pPortion = pTEParaPortion->GetTextPortions().GetObject( nTmpPortion ); in CreateLines()
2426 if ( ( nTmpWidth >= nXWidth ) && ( nTmpPortion == pLine->GetStartPortion() ) ) in CreateLines()
2449 nTmpPortion++; in CreateLines()
2459 nTmpPortion--; in CreateLines()
2482 pLine->SetEndPortion( nTmpPortion-1 ); in CreateLines()
2487 pLine->SetEndPortion( nTmpPortion-1 ); in CreateLines()
3173 sal_uInt16 nTmpPortion = nTextPortion+1; in ImpGetPortionXOffset() local
3174 while ( nTmpPortion <= pLine->GetEndPortion() ) in ImpGetPortionXOffset()
[all …]
/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx817 sal_uInt16 nTmpPortion = pLine->GetStartPortion(); in CreateLines() local
906 …while ( ( nTmpWidth < nXWidth ) && !bEOL && ( nTmpPortion < pParaPortion->GetTextPortions().Count(… in CreateLines()
909 pPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in CreateLines()
914 pParaPortion->GetTextPortions().Remove( nTmpPortion ); in CreateLines()
915 if ( nTmpPortion && pPortion->GetLen() ) in CreateLines()
917 nTmpPortion--; in CreateLines()
918 TextPortion* pPrev = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in CreateLines()
926 … DBG_ASSERT( nTmpPortion < pParaPortion->GetTextPortions().Count(), "Keine Portion mehr da!" ); in CreateLines()
927 pPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in CreateLines()
969 aCurrentTab.nTabPortion = nTmpPortion; in CreateLines()
[all …]
H A Dimpedit2.cxx4114 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset() local
4115 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()
4117 … TextPortion* pNextTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in GetPortionXOffset()
4122 nTmpPortion++; in GetPortionXOffset()
4125 nTmpPortion = nTextPortion; in GetPortionXOffset()
4126 while ( nTmpPortion > pLine->GetStartPortion() ) in GetPortionXOffset()
4128 --nTmpPortion; in GetPortionXOffset()
4129 … TextPortion* pPrevTextPortion = pParaPortion->GetTextPortions().GetObject( nTmpPortion ); in GetPortionXOffset()
4139 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset() local
4140 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()
[all …]