Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx471 sal_uInt32 nEP = 0; in GetESelection() local
480 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 30 milliseconds