Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1465 SwPosition aOwnRight(*aOwnPaM.End()); in gotoRange() local
1469 if(aOwnRight > *pParamRight) in gotoRange()
1470 *aOwnPaM.GetPoint() = aOwnRight; in gotoRange()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1388 const SwPosition aOwnRight(*rOwnCursor.End()); in gotoRange() local
1393 *rOwnCursor.GetPoint() = (aOwnRight > rParamRight) in gotoRange()
1394 ? aOwnRight : *rOwnCursor.GetPoint() = rParamRight; in gotoRange()

Completed in 41 milliseconds