Home
last modified time | relevance | path

Searched refs:aNewIdx (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1707 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in LeftRight() local
1708 rPtIdx = aNewIdx; in LeftRight()
1743 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in LeftRight() local
1744 rPtIdx = aNewIdx; in LeftRight()
1995 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in GoPrevNextCell() local
1996 rPtIdx = aNewIdx; in GoPrevNextCell()
2020 SwNodeIndex aNewIdx( *pTableBox->GetSttNd() ); in GoPrevNextCell() local
2021 rPtIdx = aNewIdx; in GoPrevNextCell()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx130 const SwNodeIndex aNewIdx( pAnch->GetCntntAnchor()->nNode ); in Modify() local
140 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()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx369 SwNodeIndex aNewIdx( *pCT->pTblNd, in lcl_CopyTblBox() local
371 ASSERT( aNewIdx.GetNode().IsStartNode(), "Index nicht auf einem StartNode" ); in lcl_CopyTblBox()
372 pNewBox = new SwTableBox( pBoxFmt, aNewIdx, pCT->pInsLine ); in lcl_CopyTblBox()
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx844 SwNodeIndex aNewIdx(pPam->GetPoint()->nNode); in ReadTable() local
845 SwNodeIdx aNewPos(aNewIdx); in ReadTable()

Completed in 48 milliseconds