Lines Matching refs:nNode

74     SwNodeIndex aNd( pDoc->GetNodes(), nNode);  in GetTxtFromDoc()
112 nNode( rNd.GetIndex() ), nCntnt(nCnt), nLen(nL), in SwUndoInsert()
122 pRedlData( 0 ), nNode( rNd.GetIndex() ), nCntnt(0), nLen(1), in SwUndoInsert()
152 if( nNode == rPos.nNode.GetIndex() && in CanGrouping()
156 SwDoc& rDoc = *rPos.nNode.GetNode().GetDoc(); in CanGrouping()
197 SwNodes& rUNds = pPos->nNode.GetNode().GetNodes(); in ~SwUndoInsert()
200 SwTxtNode* pTxtNd = pPos->nNode.GetNode().GetTxtNode(); in ~SwUndoInsert()
203 pPos->nNode++; in ~SwUndoInsert()
206 rUNds.Delete( pPos->nNode, rUNds.GetEndOfExtras().GetIndex() - in ~SwUndoInsert()
207 pPos->nNode.GetIndex() ); in ~SwUndoInsert()
224 pPam->GetPoint()->nNode = nNode; in UndoImpl()
240 sal_uLong nNd = nNode; in UndoImpl()
244 SwNodeIndex aNd( pTmpDoc->GetNodes(), nNode); in UndoImpl()
268 nNd = aPaM.GetPoint()->nNode.GetIndex(); in UndoImpl()
274 MoveToUndoNds( aPaM, &pPos->nNode, &pPos->nContent ); in UndoImpl()
276 nNode = aPaM.GetPoint()->nNode.GetIndex(); in UndoImpl()
283 pPam->GetPoint()->nNode = nNd; in UndoImpl()
285 pPam->GetPoint()->nNode.GetNode().GetCntntNode(), nCnt ); in UndoImpl()
300 pPam->GetPoint()->nNode = nNode - 1; in RedoImpl()
322 pPam->GetPoint()->nNode = nNode; in RedoImpl()
324 pPam->GetPoint()->nNode.GetNode().GetCntntNode(); in RedoImpl()
342 sal_uLong nMvNd = pPos->nNode.GetIndex(); in RedoImpl()
347 nNode = pPam->GetMark()->nNode.GetIndex(); in RedoImpl()
376 SwNodeIndex aNd( rDoc.GetNodes(), nNode ); in RepeatImpl()
596 m_nSttNd = m_nEndNd = pStt->nNode.GetIndex(); in Impl()
600 m_bSplitNext = m_nSttNd != pEnd->nNode.GetIndex(); in Impl()
602 SwTxtNode* pNd = pStt->nNode.GetNode().GetTxtNode(); in Impl()
610 sal_uLong nNewPos = pStt->nNode.GetIndex(); in Impl()
625 SwTxtNode* pNext = pEnd->nNode.GetNode().GetTxtNode(); in Impl()
672 rPam.GetPoint()->nNode = *pNd; in UndoImpl()
675 rPam.GetPoint()->nNode = m_nEndNd - m_nOffset; in UndoImpl()
726 rPam.GetPoint()->nNode = m_nSttNd; in UndoImpl()
735 rPam.GetPoint()->nNode = m_nSttNd; in RedoImpl()
737 SwTxtNode* pNd = rPam.GetPoint()->nNode.GetNode().GetTxtNode(); in RedoImpl()
743 rPam.GetPoint()->nNode = m_nSttNd + 1; in RedoImpl()
744 pNd = rPam.GetPoint()->nNode.GetNode().GetTxtNode(); in RedoImpl()
774 if( rPam.GetPoint()->nNode != rPam.GetMark()->nNode ) in SetEnd()
778 m_nEndNd = m_nOffset + pEnd->nNode.GetIndex(); in SetEnd()
788 : SwUndo( UNDO_REREAD ), nPos( rPam.GetPoint()->nNode.GetIndex() ) in SwUndoReRead()
925 else if( NODE.nNode ) in UndoImpl()
930 rDoc.GetNodes()[NODE.nNode-1]->StartOfSectionIndex()]->GetTableNode(); in UndoImpl()
935 aPam.GetPoint()->nNode = NODE.nNode; in UndoImpl()
937 aPam.GetPoint()->nNode = NODE.nNode + 1; in UndoImpl()
975 rDoc.GetNodes()[NODE.nNode-1]->StartOfSectionIndex()]->GetTableNode(); in RedoImpl()
991 SwCntntNode* pCNd = rPos.nNode.GetNode().GetCntntNode(); in RepeatImpl()