/aoo4110/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 107 SwNodeIndex aSttIdx( pClpDoc->GetNodes().GetEndOfExtras(), 2 ); in Copy() local 108 SwTxtNode* pTxtNd = aSttIdx.GetNode().GetTxtNode(); in Copy() 110 aSttIdx.GetIndex()+1 != pClpDoc->GetNodes().GetEndOfContent().GetIndex() ) in Copy() 112 pClpDoc->GetNodes().Delete( aSttIdx, in Copy() 113 pClpDoc->GetNodes().GetEndOfContent().GetIndex() - aSttIdx.GetIndex() ); in Copy() 114 pTxtNd = pClpDoc->GetNodes().MakeTxtNode( aSttIdx, in Copy() 116 aSttIdx--; in Copy() 153 SwPosition aPos( aSttIdx ); in Copy() 195 SwPosition aPos( aSttIdx, SwIndex( pTxtNd, 0 )); in Copy()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docedt.cxx | 740 SwNodeIndex aSttIdx( *pSttNd ), aEndIdx( *pNode->EndOfSectionNode() ); in DeleteSection() local 743 DelFlyInRange( aSttIdx, aEndIdx ); in DeleteSection() 745 _DelBookmarks(aSttIdx, aEndIdx); in DeleteSection() 749 SwNodeIndex aMvStt( aSttIdx, 1 ); in DeleteSection() 750 CorrAbs( aMvStt, aEndIdx, SwPosition( aSttIdx ), sal_True ); in DeleteSection() 753 GetNodes().DelNodes( aSttIdx, aEndIdx.GetIndex() - aSttIdx.GetIndex() + 1 ); in DeleteSection() 1737 SwNodeIndex aSttIdx( pStt->nNode ); in DeleteRangeImplImpl() local 1738 SwCntntNode * pCNd = aSttIdx.GetNode().GetCntntNode(); in DeleteRangeImplImpl() 1767 aSttIdx++; in DeleteRangeImplImpl() 1809 if( aSttIdx != nEnde ) in DeleteRangeImplImpl() [all …]
|
H A D | docnew.cxx | 836 SwNodeIndex aSttIdx( *GetNodes().GetEndOfContent().StartOfSectionNode(), 1 ); in ClearDoc() local 838 SwTxtNode* pFirstNd = GetNodes().MakeTxtNode( aSttIdx, pDfltTxtFmtColl ); in ClearDoc() 846 SwPaM const tmpPaM(aSttIdx, SwNodeIndex(GetNodes().GetEndOfContent())); in ClearDoc() 850 GetNodes().Delete( aSttIdx, in ClearDoc() 851 GetNodes().GetEndOfContent().GetIndex() - aSttIdx.GetIndex() ); in ClearDoc()
|
H A D | docsort.cxx | 473 SwNodeIndex aSttIdx( GetNodes(), nBeg ); in SortText() local 481 pRedlPam->GetPoint()->nNode = aSttIdx; in SortText() 482 SwCntntNode* pCNd = aSttIdx.GetNode().GetCntntNode(); in SortText() 502 pRedlUndo->SetOffset( aSttIdx ); in SortText()
|
H A D | doctxm.cxx | 898 SwNodeIndex aSttIdx( *pSectNd, +1 ); in Update() local 905 SwNodeIndex aNxtIdx( aSttIdx ); in Update() 919 pDoc->CorrAbs( aSttIdx, aEndIdx, aPos, sal_True ); in Update() 922 DelFlyInRange( aSttIdx, aEndIdx ); in Update() 923 _DelBookmarks( aSttIdx, aEndIdx ); in Update() 925 pDoc->GetNodes().Delete( aSttIdx, aEndIdx.GetIndex() - aSttIdx.GetIndex() ); in Update()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | undobj.cxx | 927 SwNodeIndex aSttIdx( aPam.Start()->nNode.GetNode() ); in SaveSection() local 930 pDoc->CorrAbs( aSttIdx, aEndIdx, SwPosition( aMvStt ), sal_True ); in SaveSection() 962 SwNodeIndex aSttIdx( pDoc->GetNodes(), nStartPos ); in RestoreSection() local 963 OSL_ENSURE(!aSttIdx.GetNode().GetCntntNode(), in RestoreSection() 967 SwStartNode* pSttNd = pDoc->GetNodes().MakeEmptySection( aSttIdx, in RestoreSection()
|
H A D | undel.cxx | 927 SwNodeIndex aSttIdx = ( bDelFullPara || bJoinNext ) in RedoImpl() local 930 SwTableNode* pTblNd = aSttIdx.GetNode().GetTableNode(); in RedoImpl() 962 rDoc.GetNodes().Delete( aSttIdx, nEndNode - nSttNode ); in RedoImpl()
|
H A D | untbl.cxx | 546 SwNodeIndex aSttIdx( *this, nSttNd ); in UndoTableToText() local 549 SwTableNode * pTblNd = new SwTableNode( aSttIdx ); in UndoTableToText() 581 aSttIdx = pSave->m_nSttNd - ( ( USHRT_MAX != pSave->m_nCntnt ) ? 1 : 0); in UndoTableToText() 582 SwTxtNode* pTxtNd = aSttIdx.GetNode().GetTxtNode(); in UndoTableToText() 593 SwPosition( aSttIdx, aCntPos )); in UndoTableToText() 603 _SaveCntntIdx( GetDoc(), aSttIdx.GetIndex(), in UndoTableToText() 637 SwStartNode* pSttNd = new SwStartNode( aSttIdx, ND_STARTNODE, in UndoTableToText() 642 for( sal_uLong i = aSttIdx.GetIndex(); i < aEndIdx.GetIndex()-1; ++i ) in UndoTableToText()
|
H A D | rolbck.cxx | 453 SwNodeIndex aSttIdx( *pTxtFtn->GetStartNode() ); in SwHistorySetFootnote() local 456 m_pUndo->SaveSection( pDoc, aSttIdx ); in SwHistorySetFootnote()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | acorrect.cxx | 379 SwNodeIndex aSttIdx( pAutoDoc->GetNodes().GetEndOfExtras(), 1 ); in ChgAutoCorrWord() local 380 SwCntntNode* pCntntNd = pAutoDoc->GetNodes().GoNext( &aSttIdx ); in ChgAutoCorrWord() 381 SwPaM aCpyPam( aSttIdx ); in ChgAutoCorrWord()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 1751 SwNodeIndex aSttIdx( pStt->nNode ); in MoveRange() local 1752 SwTxtNode *const pSrcNd = aSttIdx.GetNode().GetTxtNode(); in MoveRange() 1849 aSttIdx++; in MoveRange() 1940 if( aEndIdx != aSttIdx ) in MoveRange() 1943 const sal_uLong nSttDiff = aSttIdx.GetIndex() - pStt->nNode.GetIndex(); in MoveRange() 1944 SwNodeRange aRg( aSttIdx, aEndIdx ); in MoveRange()
|
H A D | ndtbl.cxx | 939 SwNodeIndex aSttIdx( *pTblNd, 1 ); in TextToTable() local 942 aSttIdx.GetIndex() < aEndIdx.GetIndex(); in TextToTable() 943 aSttIdx += 2, nLines++, nBoxes = 0 ) in TextToTable() 945 SwTxtNode* pTxtNd = aSttIdx.GetNode().GetTxtNode(); in TextToTable() 1013 SwPosition aCntPos( aSttIdx, SwIndex( pTxtNd )); in TextToTable() 1016 _SaveCntntIdx( pDoc, aSttIdx.GetIndex(), pTxtNd->GetTxt().Len(), aBkmkArr ); in TextToTable()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlsect.cxx | 194 SwNodeIndex aSttIdx( rCntntStIdx, 1 ); in NewDivision() local 195 pCNd = pDoc->GetNodes().MakeTxtNode( aSttIdx, in NewDivision() 199 SwPaM aDelPam( aSttIdx ); in NewDivision()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1099 SwNodeIndex aSttIdx( *pSttNd, 1L ); // +1 -> hinter StartNode in ~SwFltShell() local 1103 aSttIdx, *pSFmt, aSectionData, 0, &aEndIdx, false ); in ~SwFltShell()
|