Lines Matching refs:SwNodeIndex
79 SwNodeIndex aCellStt( *pTableBoxStartNode->EndOfSectionNode(), 1 ); in GoNextCell()
353 bool lcl_FindNextCell( SwNodeIndex& rIdx, sal_Bool bInReadOnly ) in lcl_FindNextCell()
356 SwNodeIndex aTmp( rIdx, 2 ); // TableNode + StartNode in lcl_FindNextCell()
432 bool lcl_FindPrevCell( SwNodeIndex& rIdx, sal_Bool bInReadOnly ) in lcl_FindPrevCell()
434 SwNodeIndex aTmp( rIdx, -2 ); // TableNode + EndNode in lcl_FindPrevCell()
495 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoPrevTable()
504 SwNodeIndex aTmpIdx( aIdx ); in GotoPrevTable()
560 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoNextTable()
620 SwNodeIndex aIdx( *pTblNd->EndOfSectionNode() ); in GotoCurrTable()
627 SwNodeIndex aIdx( *pTblNd ); in GotoCurrTable()
901 pBoxIdx = new SwNodeIndex( *pSttNd ); in SaveTblBoxCntnt()