Lines Matching refs:aIdx

123 	SwNodeIndex aIdx( *pNode );  local
148 ((SwTableNode*)pNd)->MakeFrms( aIdx );
162 ((SwSectionNode*)pNd)->MakeFrms( aIdx );
320 SwNodeIndex aIdx( *pAttr->GetStartNode(), 1 ); in lcl_ChangeFtnRef() local
321 SwCntntNode *pNd = aIdx.GetNode().GetCntntNode(); in lcl_ChangeFtnRef()
324 GetNodes().GoNextSection( &aIdx, sal_True, sal_False ); in lcl_ChangeFtnRef()
428 SwIndex aIdx( this ); in SplitCntntNode() local
429 CutText( pNode, aIdx, nSplitPos ); in SplitCntntNode()
552 SwIndex aIdx( this ); in SplitCntntNode() local
553 CutText( pNode, aIdx, nSplitPos ); in SplitCntntNode()
646 SwNodeIndex aIdx( *this ); in JoinNext() local
647 if( SwCntntNode::CanJoinNext( &aIdx ) ) in JoinNext()
651 _SaveCntntIdx( pDoc, aIdx.GetIndex(), USHRT_MAX, aBkmkArr, SAVEFLY ); in JoinNext()
652 SwTxtNode *pTxtNode = aIdx.GetNode().GetTxtNode(); in JoinNext()
723 pDoc->CorrAbs( aIdx, SwPosition( *this ), nOldLen, sal_True ); in JoinNext()
725 rNds.Delete(aIdx); in JoinNext()
741 SwNodeIndex aIdx( *this ); in JoinPrev() local
742 if( SwCntntNode::CanJoinPrev( &aIdx ) ) in JoinPrev()
746 _SaveCntntIdx( pDoc, aIdx.GetIndex(), USHRT_MAX, aBkmkArr, SAVEFLY ); in JoinPrev()
747 SwTxtNode *pTxtNode = aIdx.GetNode().GetTxtNode(); in JoinPrev()
818 pDoc->CorrAbs( aIdx, SwPosition( *this ), nLen, sal_True ); in JoinPrev()
820 rNds.Delete(aIdx); in JoinPrev()
1581 SwIndex aIdx( pDest, pDest->m_Text.Len() ); in CopyText() local
1582 CopyText( pDest, aIdx, rStart, nLen, bForceCopyOfAllAttrs ); in CopyText()
1838 const SwIndex aIdx( pDest, *pNewHt->GetStart() ); in CopyText() local
1839 pDest->EraseText( aIdx, 1 ); in CopyText()
2733 SwNodeIndex aIdx( rPos.nNode, 1 ); in AppendNode() local
2734 SwTxtNode* pNew = _MakeNewTxtNode( aIdx, sal_True ); in AppendNode()