Searched refs:rDestPam (Results 1 – 1 of 1) sorted by relevance
1367 SwUnoInternalPaM rDestPam(*m_pView->GetDocShell()->GetDoc()); in gotoRange() local1368 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 25 milliseconds