Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/uno/
H A Dunotxvw.cxx1367 SwUnoInternalPaM rDestPam(*m_pView->GetDocShell()->GetDoc()); in gotoRange() local
1368 if (!::sw::XTextRangeToSwPaM(rDestPam, xRange)) in gotoRange()
1466 SwPosition* pParamLeft = rDestPam.Start(); in gotoRange()
1467 SwPosition* pParamRight = rDestPam.End(); in gotoRange()
1482 *aOwnPaM.GetPoint() = *rDestPam.GetPoint(); in gotoRange()
1483 if(rDestPam.HasMark()) in gotoRange()
1486 *aOwnPaM.GetMark() = *rDestPam.GetMark(); in gotoRange()

Completed in 34 milliseconds