Searched refs:nEP (Results 1 – 1 of 1) sorted by relevance
471 sal_uInt32 nEP = 0; in GetESelection() local480 while( (nEP < nPCnt) in GetESelection()481 && (nCpEnd > mpDrawEditEngine->GetTextLen( nEP ) + 1) ) in GetESelection()483 nCpEnd -= mpDrawEditEngine->GetTextLen( nEP ) + 1; in GetESelection()484 nEP++; in GetESelection()486 return ESelection( nSP, (sal_uInt16)nCpStart, nEP, (sal_uInt16)nCpEnd ); in GetESelection()
Completed in 34 milliseconds