Lines Matching refs:aIdx

615 	SwNodeIndex aIdx( *pEndNd );  in InsertTable()  local
621 SwStartNode* pSttNd = new SwStartNode( aIdx, ND_STARTNODE, in InsertTable()
625 SwTxtNode * pTmpNd = new SwTxtNode( aIdx, pTxtColl ); in InsertTable()
649 new SwEndNode( aIdx, *pSttNd ); in InsertTable()
1665 SwNodeIndex aIdx( *pTblNd ); in TableToText() local
1666 SwCntntNode* pCNd = GoNext( &aIdx ); in TableToText()
1958 SwNodeIndex aIdx( GetNodes(), nIdx ); in DeleteRow() local
1959 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in DeleteRow()
1961 pCNd = GetNodes().GoNext( &aIdx ); in DeleteRow()
1967 pPam->GetPoint()->nNode = aIdx; in DeleteRow()
2051 SwNodeIndex aIdx( *pTblNd, -1 ); in DeleteRowCol() local
2052 const SwStartNode* pSttNd = aIdx.GetNode().GetStartNode(); in DeleteRowCol()
2078 aIdx++; in DeleteRowCol()
2082 SwPaM aPaM( *pTblNd->EndOfSectionNode(), aIdx.GetNode() ); in DeleteRowCol()
2564 SwNodeIndex aIdx( *EndOfSectionNode()); in SetNewTable() local
2565 GetNodes().GoNext( &aIdx ); in SetNewTable()
2566 MakeFrms( &aIdx ); in SetNewTable()
3188 SwNodeIndex aIdx( *pSrcBox->GetSttNd(), 1 ); in lcl_BoxSetSplitBoxFmts() local
3189 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in lcl_BoxSetSplitBoxFmts()
3191 pCNd = aIdx.GetNodes().GoNext( &aIdx ); in lcl_BoxSetSplitBoxFmts()
3192 aIdx = *pBox->GetSttNd(); in lcl_BoxSetSplitBoxFmts()
3193 SwCntntNode* pDNd = aIdx.GetNodes().GoNext( &aIdx ); in lcl_BoxSetSplitBoxFmts()
3494 SwNodeIndex aIdx( *pBox->GetSttNd() ); in SplitTable()
3495 new SwEndNode( aIdx, *pTNd ); in SplitTable()
3496 pNewTblNd = new SwTableNode( aIdx ); in SplitTable()
3502 SwNode* pBoxNd = aIdx.GetNode().GetStartNode(); in SplitTable()
3610 SwNodeIndex aIdx( bWithPrev ? *pTblNd : *pDelTblNd ); in MergeTable() local
3611 sal_Bool bRet = rNds.MergeTable( aIdx, !bWithPrev, nMode, pHistory ); in MergeTable()
3701 SwNodeIndex aIdx( *pDelTblNd, 1 ); in MergeTable() local
3703 SwNode* pBoxNd = aIdx.GetNode().GetStartNode(); in MergeTable()
3711 aIdx -= 2; in MergeTable()
3712 DelNodes( aIdx, 2 ); in MergeTable()
3954 SwNodeIndex aIdx( *pFBox->GetSttNd(), 1 ); in GetTableAutoFmt() local
3955 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in GetTableAutoFmt()
3957 pCNd = GetNodes().GoNext( &aIdx ); in GetTableAutoFmt()