Searched refs:nTmpPortion (Results 1 – 3 of 3) sorted by relevance
2401 sal_uInt16 nTmpPortion = pLine->GetStartPortion(); in CreateLines() local2449 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 …]
915 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 …]
4114 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset() local4115 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()4122 nTmpPortion++; in GetPortionXOffset()4125 nTmpPortion = nTextPortion; in GetPortionXOffset()4126 while ( nTmpPortion > pLine->GetStartPortion() ) in GetPortionXOffset()4128 --nTmpPortion; in GetPortionXOffset()4139 sal_uInt16 nTmpPortion = nTextPortion+1; in GetPortionXOffset() local4140 while ( nTmpPortion <= pLine->GetEndPortion() ) in GetPortionXOffset()4147 nTmpPortion++; in GetPortionXOffset()4150 nTmpPortion = nTextPortion; in GetPortionXOffset()[all …]
Completed in 88 milliseconds