| /AOO41X/main/sw/source/core/docnode/ |
| H A D | nodes.cxx | 1069 SwNodeIndex aTmpIdx( *pAktNode->StartOfSectionNode() ); in SectionDown() local 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() 1164 aTmpIdx = pAktNode->EndOfSectionIndex() + 1; in SectionUp() 1166 aTmpIdx++; in SectionUp() 1180 SwNodeIndex aTmpIdx( pRange->aEnd ); in SectionUp() local 1187 aTmpIdx = *pRange->aEnd.GetNode().EndOfSectionNode(); in SectionUp() [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()
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 2112 SwIndex aTmpIdx( pTxtNd, nDelPos ); in UndoImpl() local 2114 pTxtNd->RstTxtAttr( aTmpIdx, pTxtNd->GetTxt().Len() - nDelPos + 1 ); in UndoImpl() 2116 pTxtNd->EraseText( aTmpIdx, 1 ); in UndoImpl() 2138 SwNodeIndex aTmpIdx( *pBox->GetSttNd() ); in UndoImpl() local 2139 rDoc.CorrAbs( SwNodeIndex( aTmpIdx, 1 ), in UndoImpl() 2140 SwNodeIndex( *aTmpIdx.GetNode().EndOfSectionNode() ), in UndoImpl() 2141 SwPosition( aTmpIdx, SwIndex( 0, 0 )), sal_True ); in UndoImpl() 2559 SwNodeIndex aTmpIdx( *pEndNode, in UndoImpl() local 2561 SwTxtNode *pTxt = aTmpIdx.GetNode().GetTxtNode(); in UndoImpl() 2569 *aPam.GetPoint() = SwPosition( aTmpIdx ); in UndoImpl() [all …]
|
| H A D | undel.cxx | 936 const SwNodeIndex aTmpIdx( *pTblNd->EndOfSectionNode(), 1 ); in RedoImpl() local 937 rDoc.GetNodes().MakeTxtNode( aTmpIdx, in RedoImpl()
|
| /AOO41X/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()
|
| /AOO41X/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 | 2100 SwNodeIndex aTmpIdx( GetNodes().GetEndOfAutotext() ); in CopyPageDescHeaderFooterImpl() local 2102 SwStartNode* pSttNd = GetNodes().MakeEmptySection( aTmpIdx, in CopyPageDescHeaderFooterImpl() 2108 aTmpIdx = *pSttNd->EndOfSectionNode(); in CopyPageDescHeaderFooterImpl() 2109 rSrcNds._Copy( aRg, aTmpIdx ); in CopyPageDescHeaderFooterImpl() 2110 aTmpIdx = *pSttNd; in CopyPageDescHeaderFooterImpl() 2111 rSrcFmt.GetDoc()->CopyFlyInFlyImpl( aRg, 0, aTmpIdx ); in CopyPageDescHeaderFooterImpl()
|
| H A D | doclay.cxx | 162 SwNodeIndex aTmpIdx( GetNodes().GetEndOfAutotext() ); in MakeLayoutFmt() local 165 ( aTmpIdx, in MakeLayoutFmt()
|
| H A D | docedt.cxx | 2187 SwNodeIndex aTmpIdx( pPam->GetMark()->nNode, 1 ); in Hyphenate() local 2188 GetNodes().ForEach( pPam->GetPoint()->nNode, aTmpIdx, in Hyphenate()
|
| H A D | docredln.cxx | 3835 SwNodeIndex aTmpIdx( *pCntntSect->GetNode().EndOfSectionNode() ); in GetDescr() local 3836 pPaM = new SwPaM(*pCntntSect, aTmpIdx ); in GetDescr()
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | rtffly.cxx | 362 SwNodeIndex aTmpIdx( rNds.GetEndOfAutotext() ); in SetFlysInDoc() local 364 ? rNds.MakeEmptySection( aTmpIdx, SwFlyStartNode ) in SetFlysInDoc() 365 : rNds.MakeTextSection( aTmpIdx, SwFlyStartNode, in SetFlysInDoc() 388 aTmpIdx = *pSttNd->EndOfSectionNode(); in SetFlysInDoc() 389 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()
|
| /AOO41X/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 | 155 SwNodeIndex aTmpIdx( *pNode ); local 156 pNd = FindPrvNxtFrmNode( aTmpIdx, pNode );
|