Searched refs:nEP (Results 1 – 1 of 1) sorted by relevance
474 sal_uInt16 nEP = 0; in GetESelection() local483 while( (nEP < nPCnt) in GetESelection()484 && (nCpEnd > mpDrawEditEngine->GetTextLen( nEP ) + 1) ) in GetESelection()486 nCpEnd -= mpDrawEditEngine->GetTextLen( nEP ) + 1; in GetESelection()487 nEP++; in GetESelection()489 return ESelection( nSP, (sal_uInt16)nCpStart, nEP, (sal_uInt16)nCpEnd ); in GetESelection()
Completed in 21 milliseconds