Lines Matching refs:GetNodes
283 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl()
294 SwCntntNode* pNextNd = rDoc.GetNodes()[ pTblNd->EndOfSectionIndex()+1 ]->GetCntntNode(); in UndoImpl()
315 rDoc.GetNodes().Delete( aIdx, pTblNd->EndOfSectionIndex() - in UndoImpl()
329 SwPosition const aPos(SwNodeIndex(rDoc.GetNodes(), nSttNode)); in RedoImpl()
334 SwTableNode* pTblNode = (SwTableNode*)rDoc.GetNodes()[nSttNode]->GetTableNode(); in RedoImpl()
392 SwTxtNode* pNd = rDoc.GetNodes()[ nNd ]->GetTxtNode(); in SwTblToTxtSave()
418 SwTxtNode* pLastNode( rDoc.GetNodes()[ nEndIdx - 1 ]->GetTxtNode() ); in SwTblToTxtSave()
482 SwNodeIndex aFrmIdx( rDoc.GetNodes(), nSttNd ); in UndoImpl()
483 SwNodeIndex aEndIdx( rDoc.GetNodes(), nEndNd ); in UndoImpl()
495 SwTableNode* pTblNd = rDoc.GetNodes().UndoTableToText( nSttNd, nEndNd, *pBoxSaves ); in UndoImpl()
527 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), in UndoImpl()
680 if( !pCNd && 0 == ( pCNd = rDoc.GetNodes().GoNext( &aSaveIdx ) ) && in RedoImpl()
681 0 == ( pCNd = rDoc.GetNodes().GoPrevious( &aSaveIdx )) ) in RedoImpl()
736 SwNodes& rNds = rRg.GetDoc()->GetNodes(); in SwUndoTxtToTbl()
755 SwNodeIndex aIdx( rDoc.GetNodes(), nTblNd ); in UndoImpl()
787 SwPaM aPam(rDoc.GetNodes().GetEndOfContent()); in UndoImpl()
882 SwTableNode* pTNd = rDoc.GetNodes()[ nTblNd ]->GetTableNode(); in UndoImpl()
892 SwTableNode* pTNd = rDoc.GetNodes()[ nTblNd ]->GetTableNode(); in RedoImpl()
1322 SwNodes& rNds = rBox.GetFrmFmt()->GetDoc()->GetNodes(); in RestoreAttr()
1363 sal_uLong nEnd = pDoc->GetNodes()[ nSttNode ]->EndOfSectionIndex(); in SaveCntntAttrs()
1367 SwCntntNode* pCNd = pDoc->GetNodes()[ n ]->GetCntntNode(); in SaveCntntAttrs()
1452 SwTableNode* pTblNd = rDoc.GetNodes()[ nSttNode ]->GetTableNode(); in UndoImpl()
1511 SwTableNode* pTblNd = rDoc.GetNodes()[ nSttNode ]->GetTableNode(); in UndoRedo()
1771 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl()
1844 rDoc.GetNodes()._MoveNodes( aRg, rDoc.GetNodes(), aInsPos, sal_False ); in UndoImpl()
1847 rDoc.DeleteSection( rDoc.GetNodes()[ nIdx ] ); in UndoImpl()
1863 rDoc.DeleteSection( rDoc.GetNodes()[ nIdx ] ); in UndoImpl()
1891 SwTableNode* pTblNd = rDoc.GetNodes()[ nSttNode ]->GetTableNode(); in RedoImpl()
2023 SwNodeIndex aIdx( rDoc.GetNodes(), nTblNode ); in UndoImpl()
2053 SwStartNode* pSttNd = rDoc.GetNodes().MakeTextSection( aIdx, in UndoImpl()
2080 rDoc.GetNodes().MakeTxtNode( SwNodeIndex( in UndoImpl()
2091 pTxtNd = rDoc.GetNodes()[ pUndo->GetDestSttNode() ]->GetTxtNode(); in UndoImpl()
2107 rDoc.GetNodes().Delete( aIdx, 1 ); in UndoImpl()
2145 rDoc.DeleteSection( rDoc.GetNodes()[ nIdx ] ); in UndoImpl()
2220 pCNd = aIdx.GetNodes().GoNext( &aIdx ); in SaveCollection()
2243 SwTxtNode* pTNd = pDoc->GetNodes()[ nNdPos ]->GetTxtNode(); in SwUndoTblNumFmt()
2302 SwStartNode* pSttNd = rDoc.GetNodes()[ nNode ]-> in UndoImpl()
2316 SwTxtNode* pTxtNd = rDoc.GetNodes()[ nNdPos ]->GetTxtNode(); in UndoImpl()
2481 pNd = rDoc.GetNodes().GoNext( &pPam->GetPoint()->nNode ); in RedoImpl()
2528 SwStartNode* pSNd = rDoc.GetNodes()[ nSttPos ]->StartOfSectionNode(); in UndoImpl()
2535 rDoc.GetNodes().MakeTxtNode( aInsIdx, (SwTxtFmtColl*)rDoc.GetDfltTxtFmtColl() ); in UndoImpl()
2628 rDoc.GetNodes().Delete( aInsIdx, 1 ); in UndoImpl()
2679 SwStartNode* pSNd = rDoc.GetNodes()[ nSttPos ]->StartOfSectionNode(); in RedoImpl()
2688 rDoc.GetNodes().MakeTxtNode( aInsIdx, (SwTxtFmtColl*)rDoc.GetDfltTxtFmtColl() ); in RedoImpl()
2720 rDoc.GetNodes().Delete( aInsIdx, 1 ); in RedoImpl()
2763 pDoc->GetNodes().MakeTxtNode( aInsIdx, (SwTxtFmtColl*)pDoc->GetDfltTxtFmtColl() ); in AddBoxBefore()
2796 rBox.GetFrmFmt()->GetDoc()->GetNodes().Delete( aDelIdx, 1 ); in AddBoxAfter()
2922 SwTableNode* pTNd = rDoc.GetNodes()[ nTblNode ]->GetTableNode(); in UndoImpl()
2925 SwCntntNode* pNextNd = rDoc.GetNodes()[ pTNd->EndOfSectionIndex()+1 ]->GetCntntNode(); in UndoImpl()
2988 pDoc->GetNodes().Delete( rIdx, 1 ); in UndoImpl()
3027 pDoc->GetNodes().MergeTable( rIdx ); in UndoImpl()
3123 SwTableNode* pNew = pDoc->GetNodes().SplitTable( rIdx, sal_True, sal_False ); in UndoImpl()
3154 SwCntntNode* pCNd = pDoc->GetNodes().GoNext( &rIdx ); in UndoImpl()
3267 SwPaM* pPam = new SwPaM( pDoc, SwPosition( pDoc->GetNodes().EndOfContent , in DumpDoc()
3268 pDoc->GetNodes().EndOfContent )); in DumpDoc()
3280 const SwNodes& rNds = rTbl.GetFrmFmt()->GetDoc()->GetNodes(); in CheckTable()