/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 1078 aTmpIdx = pRange->aStart; in SectionDown() 1095 SectionUpDown( aTmpIdx, pRange->aEnd ); in SectionDown() 1158 SwNodeIndex aTmpIdx( pRange->aStart ); in SectionUp() local 1159 while( aTmpIdx < pRange->aEnd ) in SectionUp() 1161 pAktNode = &aTmpIdx.GetNode(); in SectionUp() 1166 aTmpIdx++; in SectionUp() 1180 SwNodeIndex aTmpIdx( pRange->aEnd ); in SectionUp() local 1191 SectionUpDown( aIdx, aTmpIdx ); in SectionUp() 1215 SwNodeIndex aTmpIdx( aStart, +1 ); in SectionUpDown() local 1223 for( ;; aTmpIdx++ ) in SectionUpDown() [all …]
|
H A D | ndtbl.cxx | 1039 const SwNodeIndex aTmpIdx( aCntPos.nNode, -1 ); in TextToTable() local 1040 pSttNd = new SwStartNode( aTmpIdx, ND_STARTNODE, in TextToTable() 1056 const SwNodeIndex aTmpIdx( aCntPos.nNode, 1 ); in TextToTable() local 1057 new SwEndNode( aTmpIdx, *pSttNd ); in TextToTable() 1417 const SwNodeIndex aTmpIdx( aCellIter->aStart, 0 ); in TextToTable() local 1421 SwStartNode* pSttNd = new SwStartNode( aTmpIdx, ND_STARTNODE, in TextToTable() 2086 const SwNodeIndex aTmpIdx( *pTblNd->EndOfSectionNode(), 1 ); in DeleteRowCol() local 2087 GetNodes().MakeTxtNode( aTmpIdx, in DeleteRowCol() 2143 const SwNodeIndex aTmpIdx( *pTblNd->EndOfSectionNode(), 1 ); in DeleteRowCol() local 2144 GetNodes().MakeTxtNode( aTmpIdx, in DeleteRowCol()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 2112 SwIndex aTmpIdx( pTxtNd, nDelPos ); in UndoImpl() local 2116 pTxtNd->EraseText( aTmpIdx, 1 ); in UndoImpl() 2138 SwNodeIndex aTmpIdx( *pBox->GetSttNd() ); in UndoImpl() local 2139 rDoc.CorrAbs( SwNodeIndex( aTmpIdx, 1 ), in UndoImpl() 2559 SwNodeIndex aTmpIdx( *pEndNode, in UndoImpl() local 2569 *aPam.GetPoint() = SwPosition( aTmpIdx ); in UndoImpl() 2580 SwNodeIndex aTmpIdx( *pEndNode, -1 ); in UndoImpl() local 2588 *aPam.GetPoint() = SwPosition( aTmpIdx ); in UndoImpl() 2611 *aPam.GetPoint() = SwPosition( aTmpIdx ); in UndoImpl() 3150 SwNodeIndex aTmpIdx( *pNew ); in UndoImpl() local [all …]
|
H A D | undel.cxx | 936 const SwNodeIndex aTmpIdx( *pTblNd->EndOfSectionNode(), 1 ); in RedoImpl() local 937 rDoc.GetNodes().MakeTxtNode( aTmpIdx, in RedoImpl()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 504 SwNodeIndex aTmpIdx( aIdx ); in GotoPrevTable() local 505 while( aTmpIdx.GetIndex() && in GotoPrevTable() 506 0 == ( pInnerTblNd = aTmpIdx.GetNode().StartOfSectionNode()->GetTableNode()) ) in GotoPrevTable() 507 aTmpIdx--; in GotoPrevTable()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 288 SwNodeIndex aTmpIdx( pDoc->GetNodes().GetEndOfContent() ); in SplitDoc() local 289 GetNodes()._Copy( aRg, aTmpIdx, sal_False ); in SplitDoc() 639 SwNodeIndex aTmpIdx( pDoc->GetNodes().GetEndOfContent() ); in SplitDoc() local 640 GetNodes()._Copy( aRg, aTmpIdx, sal_False ); in SplitDoc()
|
H A D | docfmt.cxx | 2112 SwNodeIndex aTmpIdx( GetNodes().GetEndOfAutotext() ); in CopyPageDescHeaderFooterImpl() local 2114 SwStartNode* pSttNd = GetNodes().MakeEmptySection( aTmpIdx, in CopyPageDescHeaderFooterImpl() 2120 aTmpIdx = *pSttNd->EndOfSectionNode(); in CopyPageDescHeaderFooterImpl() 2121 rSrcNds._Copy( aRg, aTmpIdx ); in CopyPageDescHeaderFooterImpl() 2122 aTmpIdx = *pSttNd; in CopyPageDescHeaderFooterImpl() 2123 rSrcFmt.GetDoc()->CopyFlyInFlyImpl( aRg, 0, aTmpIdx ); in CopyPageDescHeaderFooterImpl()
|
H A D | doclay.cxx | 154 SwNodeIndex aTmpIdx( GetNodes().GetEndOfAutotext() ); in MakeLayoutFmt() local 157 ( aTmpIdx, in MakeLayoutFmt()
|
H A D | docedt.cxx | 2191 SwNodeIndex aTmpIdx( pPam->GetMark()->nNode, 1 ); in Hyphenate() local 2192 GetNodes().ForEach( pPam->GetPoint()->nNode, aTmpIdx, in Hyphenate()
|
H A D | docredln.cxx | 3842 SwNodeIndex aTmpIdx( *pCntntSect->GetNode().EndOfSectionNode() ); in GetDescr() local 3843 pPaM = new SwPaM(*pCntntSect, aTmpIdx ); in GetDescr()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 357 SwNodeIndex aTmpIdx( rNds.GetEndOfAutotext() ); in SetFlysInDoc() local 359 ? rNds.MakeEmptySection( aTmpIdx, SwFlyStartNode ) in SetFlysInDoc() 360 : rNds.MakeTextSection( aTmpIdx, SwFlyStartNode, in SetFlysInDoc() 383 aTmpIdx = *pSttNd->EndOfSectionNode(); in SetFlysInDoc() 384 pDoc->MoveNodeRange( aRg, aTmpIdx, in SetFlysInDoc()
|
H A D | rtftbl.cxx | 610 SwNodeIndex aTmpIdx( *pBox->GetSttNd() ); in ReadTable() local 611 pDoc->GetNodes().SplitTable( aTmpIdx, HEADLINE_NONE, sal_False ); in ReadTable()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 1358 SwIndex aTmpIdx( this, *pAttr->GetStart() ); in InsertHint() local 1359 Update( aTmpIdx, 1, sal_True ); in InsertHint() 1394 SwIndex aTmpIdx( this, *pAttr->GetStart() ); in InsertHint() local 1395 Update( aTmpIdx, 1, sal_True ); in InsertHint()
|
H A D | ndtxt.cxx | 158 SwNodeIndex aTmpIdx( *pNode ); local 159 pNd = FindPrvNxtFrmNode( aTmpIdx, pNode );
|