Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxvw.cxx1121 SwPosition aOwnRight(*aOwnPaM.End()); in gotoRange() local
1125 if(aOwnRight > *pParamRight) in gotoRange()
1126 *aOwnPaM.GetPoint() = aOwnRight; in gotoRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunotxvw.cxx1148 SwPosition aOwnRight(*aOwnPaM.End()); in gotoRange() local
1152 if(aOwnRight > *pParamRight) in gotoRange()
1153 *aOwnPaM.GetPoint() = aOwnRight; in gotoRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoobj.cxx1162 const SwPosition aOwnRight(*rOwnCursor.End()); in gotoRange() local
1168 if (aOwnRight > rParamRight) in gotoRange()
1169 *rOwnCursor.GetPoint() = aOwnRight; in gotoRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoobj.cxx1202 const SwPosition aOwnRight(*rOwnCursor.End()); in gotoRange() local
1208 if (aOwnRight > rParamRight) in gotoRange()
1209 *rOwnCursor.GetPoint() = aOwnRight; in gotoRange()