Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunotext.cxx126 SwPaM & rLastPaM,
1864 SwPaM & rLastPaM, in ConvertCell() argument
1954 const sal_uLong nLastNodeIndex = rLastPaM.End()->nNode.GetIndex(); in ConvertCell()
1957 const sal_uLong nLastNodeEndIndex = rLastPaM.End()->nNode.GetIndex(); in ConvertCell()
1961 if (rLastPaM.End()->nContent != aStartCellPam.Start()->nContent) in ConvertCell()
1999 *rLastPaM.GetPoint() = *aEndCellPam.Start(); in ConvertCell()
2002 rLastPaM.SetMark(); in ConvertCell()
2003 *rLastPaM.GetMark() = *aEndCellPam.End(); in ConvertCell()
2007 rLastPaM.DeleteMark(); in ConvertCell()

Completed in 333 milliseconds