Searched refs:maPtNode (Results 1 – 2 of 2) sorted by relevance
359 SwNodeIndex maPtNode; member in Position469 SwNodeIndex maPtNode; member in sw::hack::Position475 SwNodeIndex GetPtNode() { return maPtNode; }; in GetPtNode()
5669 : maPtNode(rPos.nNode), mnPtCntnt(rPos.nContent.GetIndex()) in Position()5674 : maPtNode(rPos.maPtNode), mnPtCntnt(rPos.mnPtCntnt) in Position()5680 SwPosition aRet(maPtNode); in operator SwPosition()5681 aRet.nContent.Assign(maPtNode.GetNode().GetCntntNode(), mnPtCntnt); in operator SwPosition()
Completed in 39 milliseconds