Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4467 Range aXRange = GetLineXPosStartEnd( pPortion, pLine ); in GetEditCursor() local
4468 … nX = !IsRightToLeft( GetEditDoc().GetPos( pPortion->GetNode() ) ) ? aXRange.Min() : aXRange.Max(); in GetEditCursor()
4472 Range aXRange = GetLineXPosStartEnd( pPortion, pLine ); in GetEditCursor() local
4473 … nX = !IsRightToLeft( GetEditDoc().GetPos( pPortion->GetNode() ) ) ? aXRange.Max() : aXRange.Min(); in GetEditCursor()

Completed in 30 milliseconds