Searched refs:aNewIdx (Results 1 – 4 of 4) sorted by relevance
1695 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in LeftRight() local1696 rPtIdx = aNewIdx; in LeftRight()1731 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in LeftRight() local1732 rPtIdx = aNewIdx; in LeftRight()1983 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in GoPrevNextCell() local1984 rPtIdx = aNewIdx; in GoPrevNextCell()2008 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in GoPrevNextCell() local2009 rPtIdx = aNewIdx; in GoPrevNextCell()
130 const SwNodeIndex aNewIdx( pAnch->GetCntntAnchor()->nNode ); in Modify() local140 const bool bNext = aOldIdx < aNewIdx; in Modify()146 bool bFound( aOldIdx == aNewIdx ); in Modify()165 bFound = aOldIdx == aNewIdx; in Modify()186 SwCntntNode *pNode = aNewIdx.GetNode().GetCntntNode(); in Modify()
369 SwNodeIndex aNewIdx( *pCT->pTblNd, in lcl_CopyTblBox() local371 ASSERT( aNewIdx.GetNode().IsStartNode(), "Index nicht auf einem StartNode" ); in lcl_CopyTblBox()372 pNewBox = new SwTableBox( pBoxFmt, aNewIdx, pCT->pInsLine ); in lcl_CopyTblBox()
844 SwNodeIndex aNewIdx(pPam->GetPoint()->nNode); in ReadTable() local845 SwNodeIdx aNewPos(aNewIdx); in ReadTable()
Completed in 47 milliseconds