Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3995 long nXInPortion = nXPos - nXLeft; in GetChar() local
3997 nXInPortion = nXRight - nXPos; in GetChar()
4003 if ( nTmpPosMax > nXInPortion ) in GetChar()
4007 long nDiffLeft = nXInPortion - nTmpPosMin; in GetChar()
4008 long nDiffRight = nTmpPosMax - nXInPortion; in GetChar()