Lines Matching refs:aIdx

283     SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode );  in UndoImpl()  local
285 SwTableNode* pTblNd = aIdx.GetNode().GetTableNode(); in UndoImpl()
315 rDoc.GetNodes().Delete( aIdx, pTblNd->EndOfSectionIndex() - in UndoImpl()
316 aIdx.GetIndex() + 1 ); in UndoImpl()
320 rPam.GetPoint()->nNode = aIdx; in UndoImpl()
755 SwNodeIndex aIdx( rDoc.GetNodes(), nTblNd ); in UndoImpl() local
756 SwTableNode *const pTNd = aIdx.GetNode().GetTableNode(); in UndoImpl()
1771 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl() local
1773 SwTableNode *const pTblNd = aIdx.GetNode().GetTableNode(); in UndoImpl()
1798 pSave->RestoreSection( &rDoc, &aIdx, SwTableBoxStartNode ); in UndoImpl()
1801 SwTableBox* pBox = new SwTableBox( (SwTableBoxFmt*)pCpyBox->GetFrmFmt(), aIdx, in UndoImpl()
2023 SwNodeIndex aIdx( rDoc.GetNodes(), nTblNode ); in UndoImpl() local
2025 SwTableNode *const pTblNd = aIdx.GetNode().GetTableNode(); in UndoImpl()
2052 aIdx = aBoxes[ n ]; in UndoImpl()
2053 SwStartNode* pSttNd = rDoc.GetNodes().MakeTextSection( aIdx, in UndoImpl()
2098 aIdx = pUndo->GetEndNode(); in UndoImpl()
2099 SwCntntNode *pCNd = aIdx.GetNode().GetCntntNode(); in UndoImpl()
2102 SwNodeIndex aTmp( aIdx, -1 ); in UndoImpl()
2107 rDoc.GetNodes().Delete( aIdx, 1 ); in UndoImpl()
2217 SwNodeIndex aIdx( *rBox.GetSttNd(), 1 ); in SaveCollection() local
2218 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in SaveCollection()
2220 pCNd = aIdx.GetNodes().GoNext( &aIdx ); in SaveCollection()
2222 pHistory->Add( pCNd->GetFmtColl(), aIdx.GetIndex(), pCNd->GetNodeType()); in SaveCollection()
2224 pHistory->CopyFmtAttr( *pCNd->GetpSwAttrSet(), aIdx.GetIndex() ); in SaveCollection()
2331 SwIndex aIdx( pTxtNd, 0 ); in UndoImpl() local
2334 pTxtNd->EraseText( aIdx ); in UndoImpl()
2335 pTxtNd->InsertText( aStr, aIdx, in UndoImpl()