Lines Matching refs:aInsPos
811 SwNodeIndex aInsPos( rNdIdx ); in InsertTextSection() local
823 aInsPos--; in InsertTextSection()
824 } while( aInsPos.GetNode().IsSectionNode() ); in InsertTextSection()
825 aInsPos++; in InsertTextSection()
831 aInsPos++; in InsertTextSection()
834 while( aInsPos.GetIndex() < Count() - 1 && in InsertTextSection()
835 ( pNd = &aInsPos.GetNode())->IsEndNode() && in InsertTextSection()
838 aInsPos++; in InsertTextSection()
845 new SwSectionNode(aInsPos, rSectionFmt, pTOXBase); in InsertTextSection()
850 aInsPos = pEnde->GetIndex()+1; in InsertTextSection()
854 if( aInsPos > pLastNode->GetIndex() ) in InsertTextSection()
855 aInsPos = pLastNode->GetIndex(); in InsertTextSection()
858 const SwStartNode* pStartNode = aInsPos.GetNode().StartOfSectionNode(); in InsertTextSection()
872 if( pTemp->GetIndex() >= aInsPos.GetIndex() ) in InsertTextSection()
873 aInsPos = pTemp->GetIndex()+1; // ...I have to correct my end position in InsertTextSection()
882 SwTxtNode* pTNd = new SwTxtNode( aInsPos, pCpyTNd->GetTxtColl() ); in InsertTextSection()
908 new SwTxtNode( aInsPos, (SwTxtFmtColl*)GetDoc()->GetDfltTxtFmtColl() ); in InsertTextSection()
910 new SwEndNode( aInsPos, *pSectNd ); in InsertTextSection()
977 pSectNd->MakeFrms( &aInsPos ); in InsertTextSection()
1283 SwNodeIndex aInsPos( *pEndNd ); in MakeCopy() local
1316 rNds._Copy( aRg, aInsPos, sal_False ); in MakeCopy()