Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1464 SwPosition aOwnLeft(*aOwnPaM.Start()); in gotoRange() local
1474 if(aOwnLeft < *pParamLeft) in gotoRange()
1475 *aOwnPaM.GetMark() = aOwnLeft; in gotoRange()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1387 const SwPosition aOwnLeft(*rOwnCursor.Start()); in gotoRange() local
1396 *rOwnCursor.GetMark() = (aOwnLeft < rParamLeft) in gotoRange()
1397 ? aOwnLeft : *rOwnCursor.GetMark() = rParamLeft; in gotoRange()

Completed in 41 milliseconds