Searched refs:nTmpIndex (Results 1 – 4 of 4) sorted by relevance
2149 sal_uInt16 nTmpIndex = nIndex; in ImpPaint() local2171 TextPaM aTextStart( nPara, nTmpIndex ); in ImpPaint()2184 nTmpIndex = nTmpIndex + nL; in ImpPaint()2188 nL = nEnd-nTmpIndex; in ImpPaint()2190 nL = pSelEnd->GetIndex() - nTmpIndex; in ImpPaint()2196 aPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nTmpIndex, nTmpIndex+nL ); in ImpPaint()2200 nTmpIndex = nTmpIndex + nL; in ImpPaint()2204 if ( nTmpIndex < nEnd ) in ImpPaint()2206 nL = nEnd-nTmpIndex; in ImpPaint()2208 pOutDev->DrawText( aPos, pPortion->GetNode()->GetText(), nTmpIndex, nEnd-nTmpIndex ); in ImpPaint()[all …]
1837 int nTmpIndex = mpLogClusters[c]; local1839 && (nTmpIndex == mpLogClusters[c]) )1845 int nTmpIndex = mpLogClusters[ pVI->mnEndCharPos - 1 ]; local1847 && (nTmpIndex == mpLogClusters[c]) )
362 sal_uLong nTmpIndex = rFmt.GetAnchor().GetCntntAnchor()->nNode.GetIndex(); in BwdMoveNecessary() local384 if( nIndex < nTmpIndex ) in BwdMoveNecessary()
1337 sal_uLong nTmpIndex = rNewA.GetCntntAnchor()->nNode.GetIndex(); in GetTop() local1346 if( nIndex >= nTmpIndex ) in GetTop()
Completed in 60 milliseconds