Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Dimpedit.cxx268 sal_uInt16 nWritingDirStart, nTmpEndIndex; in DrawSelection() local
272 …ngine->pImpEditEngine->GetRightToLeft( nPara, nTmpStartIndex+1, &nWritingDirStart, &nTmpEndIndex ); in DrawSelection()
273 if ( nTmpEndIndex > nEndIndex ) in DrawSelection()
274 nTmpEndIndex = nEndIndex; in DrawSelection()
276 DBG_ASSERT( nTmpEndIndex > nTmpStartIndex, "DrawSelection, Start >= End?" ); in DrawSelection()
279 … long nX2 = pEditEngine->pImpEditEngine->GetXPos( pTmpPortion, pLine, nTmpEndIndex ); in DrawSelection()
286 nTmpStartIndex = nTmpEndIndex; in DrawSelection()