Searched refs:nPosInArray (Results 1 – 1 of 1) sorted by relevance
1404 sal_uInt16 nPosInArray = pLine->GetEnd()-1-pLine->GetStart(); in CreateLines() local1405 long nNewValue = ( nPosInArray ? pLine->GetCharPosArray()[ nPosInArray-1 ] : 0 ) + n; in CreateLines()1406 pLine->GetCharPosArray()[ nPosInArray ] = nNewValue; in CreateLines()1974 sal_uInt16 nPosInArray = nBreakPos - 1 - pLine->GetStart(); in ImpBreakLine() local1975 …pTP->GetSize().Width() = ( nPosInArray && ( pTP->GetLen() > 1 ) ) ? pLine->GetCharPosArray()[ nPos… in ImpBreakLine()1976 pLine->GetCharPosArray()[ nPosInArray ] = pTP->GetSize().Width(); in ImpBreakLine()
Completed in 54 milliseconds