Home
last modified time | relevance | path

Searched refs:aSttIdx (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx852 SwNodeIndex aSttIdx( *GetNodes().GetEndOfContent().StartOfSectionNode(), 1 ); in ClearDoc() local
854 SwTxtNode* pFirstNd = GetNodes().MakeTxtNode( aSttIdx, pDfltTxtFmtColl ); in ClearDoc()
862 SwPaM const tmpPaM(aSttIdx, SwNodeIndex(GetNodes().GetEndOfContent())); in ClearDoc()
866 GetNodes().Delete( aSttIdx, in ClearDoc()
867 GetNodes().GetEndOfContent().GetIndex() - aSttIdx.GetIndex() ); in ClearDoc()
H A Ddocsort.cxx473 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 Ddoctxm.cxx898 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()
H A Ddocedt.cxx740 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()
1741 SwNodeIndex aSttIdx( pStt->nNode ); in DeleteRangeImplImpl() local
1742 SwCntntNode * pCNd = aSttIdx.GetNode().GetCntntNode(); in DeleteRangeImplImpl()
1771 aSttIdx++; in DeleteRangeImplImpl()
1813 if( aSttIdx != nEnde ) in DeleteRangeImplImpl()
[all …]
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx546 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 Dundel.cxx927 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 Dundobj.cxx927 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 Drolbck.cxx453 SwNodeIndex aSttIdx( *pTxtFtn->GetStartNode() ); in SwHistorySetFootnote() local
456 m_pUndo->SaveSection( pDoc, aSttIdx ); in SwHistorySetFootnote()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1096 SwNodeIndex aSttIdx( *pSttNd, 1L ); // +1 -> hinter StartNode in ~SwFltShell() local
1100 aSttIdx, *pSFmt, aSectionData, 0, &aEndIdx, false ); in ~SwFltShell()
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx194 SwNodeIndex aSttIdx( rCntntStIdx, 1 ); in NewDivision() local
195 pCNd = pDoc->GetNodes().MakeTxtNode( aSttIdx, in NewDivision()
199 SwPaM aDelPam( aSttIdx ); in NewDivision()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx107 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()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx379 SwNodeIndex aSttIdx( pAutoDoc->GetNodes().GetEndOfExtras(), 1 ); in ChgAutoCorrWord() local
380 SwCntntNode* pCntntNd = pAutoDoc->GetNodes().GoNext( &aSttIdx ); in ChgAutoCorrWord()
381 SwPaM aCpyPam( aSttIdx ); in ChgAutoCorrWord()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx1751 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 Dndtbl.cxx939 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()

Completed in 150 milliseconds