Home
last modified time | relevance | path

Searched refs:aEndIdx (Results 1 – 14 of 14) sorted by path

/trunk/main/sw/source/core/doc/
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()
750 CorrAbs( aMvStt, aEndIdx, SwPosition( aSttIdx ), sal_True ); in DeleteSection()
753 GetNodes().DelNodes( aSttIdx, aEndIdx.GetIndex() - aSttIdx.GetIndex() + 1 ); in DeleteSection()
H A Ddocglbl.cxx245 SwNodeIndex aEndIdx( pEndNd ? *pEndNd in SplitDoc() local
405 while( aEndIdx.GetNode().IsStartNode() ) in SplitDoc()
406 aEndIdx--; in SplitDoc()
413 <= aEndIdx.GetIndex() ) in SplitDoc()
419 sal_Bool bMvIdx = aEndIdx == *pSectEnd; in SplitDoc()
422 aEndIdx--; in SplitDoc()
597 SwNodeIndex aEndIdx( pEndNd ? *pEndNd in SplitDoc() local
756 while( aEndIdx.GetNode().IsStartNode() ) in SplitDoc()
757 aEndIdx--; in SplitDoc()
764 <= aEndIdx.GetIndex() ) in SplitDoc()
[all …]
H A Ddocsort.cxx385 SwNodeIndex aEndIdx( pEnd->nNode, 1 ); in SortText() local
386 SwNodeRange aRg( pStart->nNode, aEndIdx ); in SortText()
387 GetNodes()._Copy( aRg, aEndIdx ); in SortText()
396 pRedlPam->GetPoint()->nNode.Assign( aEndIdx.GetNode() ); in SortText()
400 0 != (pCNd = GetNodes()[ aEndIdx.GetIndex()-1 ]->GetCntntNode())) in SortText()
H A Ddoctxm.cxx899 SwNodeIndex aEndIdx( *pSectNd->EndOfSectionNode() ); in Update() local
900 pFirstEmptyNd = pDoc->GetNodes().MakeTxtNode( aEndIdx, in Update()
917 aEndIdx--; in Update()
918 SwPosition aPos( aEndIdx, SwIndex( pFirstEmptyNd, 0 )); in Update()
919 pDoc->CorrAbs( aSttIdx, aEndIdx, aPos, sal_True ); in Update()
922 DelFlyInRange( aSttIdx, aEndIdx ); in Update()
923 _DelBookmarks( aSttIdx, aEndIdx ); in Update()
1058 SwNodeIndex aEndIdx( aInsPos, 1 ); in Update() local
1065 aEndIdx = *pSectNd; in Update()
1067 aEndIdx = *pFirstEmptyNd; in Update()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx319 SwNodeIndex aEndIdx( *this, nIdxPos ); in InsBoxen() local
322 SwStartNode* pSttNd = new SwStartNode( aEndIdx, ND_STARTNODE, in InsBoxen()
325 new SwEndNode( aEndIdx, *pSttNd ); in InsBoxen()
940 SwNodeIndex aEndIdx( rRange.aEnd, -1 ); in TextToTable() local
942 aSttIdx.GetIndex() < aEndIdx.GetIndex(); in TextToTable()
H A Dnodes.cxx1750 SwNodeIndex aEndIdx( pEnd->nNode ); in MoveRange() local
1811 if( rPos.nNode == aEndIdx ) in MoveRange()
1813 aEndIdx--; in MoveRange()
1863 const bool bCorrEnd = aEndIdx == rPos.nNode; in MoveRange()
1881 aEndIdx--; in MoveRange()
1889 SwTxtNode* const pEndSrcNd = aEndIdx.GetNode().GetTxtNode(); in MoveRange()
1929 if ( pSrcNd && aEndIdx.GetNode().IsCntntNode() ) in MoveRange()
1931 aEndIdx++; in MoveRange()
1940 if( aEndIdx != aSttIdx ) in MoveRange()
1944 SwNodeRange aRg( aSttIdx, aEndIdx ); in MoveRange()
H A Dsection.cxx1407 SwNodeIndex aEndIdx( *pSectNd->EndOfSectionNode() ); in DataChanged() local
1418 pDoc->CorrAbs( aIdx, aEndIdx, aPos, sal_True ); in DataChanged()
1424 DelFlyInRange( aIdx, aEndIdx ); in DataChanged()
1425 _DelBookmarks(aIdx, aEndIdx); in DataChanged()
1428 pDoc->GetNodes().Delete( aIdx, aEndIdx.GetIndex() - aIdx.GetIndex() ); in DataChanged()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1949 SwNodeIndex aEndIdx = rErrorPosition.Start()->nNode; in IgnoreGrammarErrorAt() local
1952 while( aIdx <= aEndIdx ) in IgnoreGrammarErrorAt()
1956 if( aIdx == aEndIdx ) in IgnoreGrammarErrorAt()
/trunk/main/sw/source/core/undo/
H A Dundel.cxx414 SwIndex aEndIdx( pEndTxtNd ); in SaveCntnt() local
431 pEndTxtNd->EraseText( aEndIdx, pEnd->nContent.GetIndex() ); in SaveCntnt()
H A Dundobj.cxx155 SwNodeIndex aEndIdx( rDoc.GetNodes(), pEndIdx ? *pEndIdx in RemoveIdxFromSection() local
158 rDoc.CorrAbs( aIdx, aEndIdx, aPos, sal_True ); in RemoveIdxFromSection()
928 SwNodeIndex aEndIdx( aPam.End()->nNode.GetNode() ); in SaveSection() local
929 SwNodeIndex aMvStt( aEndIdx, 1 ); in SaveSection()
930 pDoc->CorrAbs( aSttIdx, aEndIdx, SwPosition( aMvStt ), sal_True ); in SaveSection()
H A Dundobj1.cxx287 SwNodeIndex aEndIdx( rDoc.GetNodes(), in UndoImpl() local
291 rDoc.CorrAbs( aIdx, aEndIdx, aPos, sal_True ); in UndoImpl()
H A Duntbl.cxx483 SwNodeIndex aEndIdx( rDoc.GetNodes(), nEndNd ); in UndoImpl() local
487 pPam->GetPoint()->nNode = aEndIdx; in UndoImpl()
547 SwNodeIndex aEndIdx( *this, nEndNd+1 ); in UndoTableToText() local
550 SwEndNode* pEndNd = new SwEndNode( aEndIdx, *pTblNd ); in UndoTableToText()
552 aEndIdx = *pEndNd; in UndoTableToText()
558 sal_uLong n, nTmpEnd = aEndIdx.GetIndex(); in UndoTableToText()
636 aEndIdx = pSave->m_nEndNd; in UndoTableToText()
640 new SwEndNode( aEndIdx, *pSttNd ); in UndoTableToText()
642 for( sal_uLong i = aSttIdx.GetIndex(); i < aEndIdx.GetIndex()-1; ++i ) in UndoTableToText()
783 SwNodeIndex aEndIdx( *pTNd->EndOfSectionNode() ); in UndoImpl() local
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1002 SwNodeIndex aEndIdx(*pEnd); in setString() local
1003 aEndIdx--; in setString()
1020 while(aStartIdx < aEndIdx); in setString()
1024 SwPosition aEndPos(aEndIdx.GetNode()); in setString()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1094 SwNodeIndex aEndIdx( *pEndNd, -1L ); in ~SwFltShell() local
1100 aSttIdx, *pSFmt, aSectionData, 0, &aEndIdx, false ); in ~SwFltShell()

Completed in 183 milliseconds