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()
5668 : maPtNode(rPos.nNode), mnPtCntnt(rPos.nContent.GetIndex()) in Position()5673 : maPtNode(rPos.maPtNode), mnPtCntnt(rPos.mnPtCntnt) in Position()5679 SwPosition aRet(maPtNode); in operator SwPosition()5680 aRet.nContent.Assign(maPtNode.GetNode().GetCntntNode(), mnPtCntnt); in operator SwPosition()
Completed in 32 milliseconds