Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8graf.cxx474 sal_uInt16 nEP = 0; in GetESelection() local
483 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 25 milliseconds