Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/unocore/
H A Dunotext.cxx126 SwPaM & rLastPaM,
1868 SwPaM & rLastPaM, in ConvertCell() argument
1958 const sal_uLong nLastNodeIndex = rLastPaM.End()->nNode.GetIndex(); in ConvertCell()
1961 const sal_uLong nLastNodeEndIndex = rLastPaM.End()->nNode.GetIndex(); in ConvertCell()
1965 if (rLastPaM.End()->nContent != aStartCellPam.Start()->nContent) in ConvertCell()
2003 *rLastPaM.GetPoint() = *aEndCellPam.Start(); in ConvertCell()
2006 rLastPaM.SetMark(); in ConvertCell()
2007 *rLastPaM.GetMark() = *aEndCellPam.End(); in ConvertCell()
2011 rLastPaM.DeleteMark(); in ConvertCell()