Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx267 sal_uInt16 nTmpStartIndex = nStartIndex; in DrawSelection() local
270 while ( nTmpStartIndex < nEndIndex ) in DrawSelection()
272 …pEditEngine->pImpEditEngine->GetRightToLeft( nPara, nTmpStartIndex+1, &nWritingDirStart, &nTmpEndI… in DrawSelection()
276 DBG_ASSERT( nTmpEndIndex > nTmpStartIndex, "DrawSelection, Start >= End?" ); in DrawSelection()
278 … long nX1 = pEditEngine->pImpEditEngine->GetXPos( pTmpPortion, pLine, nTmpStartIndex, sal_True ); in DrawSelection()
286 nTmpStartIndex = nTmpEndIndex; in DrawSelection()

Completed in 19 milliseconds