Home
last modified time | relevance | path

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

/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2401 sal_uInt16 nTmpPortion = pLine->GetStartPortion(); in CreateLines() local
2449 nTmpPortion++; in CreateLines()
2459 nTmpPortion--; in CreateLines()
2482 pLine->SetEndPortion( nTmpPortion-1 ); in CreateLines()
2487 pLine->SetEndPortion( nTmpPortion-1 ); in CreateLines()
3181 nTmpPortion++; in ImpGetPortionXOffset()
3184 nTmpPortion = nTextPortion; in ImpGetPortionXOffset()
3187 --nTmpPortion; in ImpGetPortionXOffset()
3206 nTmpPortion++; in ImpGetPortionXOffset()
3209 nTmpPortion = nTextPortion; in ImpGetPortionXOffset()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx915 if ( nTmpPortion && pPortion->GetLen() ) in CreateLines()
917 nTmpPortion--; in CreateLines()
969 aCurrentTab.nTabPortion = nTmpPortion; in CreateLines()
1149 nTmpPortion++; in CreateLines()
1166 nTmpPortion--; in CreateLines()
1173 nTmpPortion++; in CreateLines()
1174 nPortionEnd = nTmpPortion; in CreateLines()
1191 nTmpPortion--; in CreateLines()
1230 pLine->SetEndPortion( nTmpPortion-1 ); in CreateLines()
1235 pLine->SetEndPortion( nTmpPortion-1 ); in CreateLines()
[all …]
H A Dimpedit2.cxx4117 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset() local
4118 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()
4125 nTmpPortion++; in GetPortionXOffset()
4128 nTmpPortion = nTextPortion; in GetPortionXOffset()
4129 while ( nTmpPortion > pLine->GetStartPortion() ) in GetPortionXOffset()
4131 --nTmpPortion; in GetPortionXOffset()
4142 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset() local
4143 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()
4150 nTmpPortion++; in GetPortionXOffset()
4153 nTmpPortion = nTextPortion; in GetPortionXOffset()
[all …]

Completed in 67 milliseconds