Lines Matching refs:aIdx

495 	SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode );  in GotoPrevTable()  local
497 SwTableNode* pTblNd = aIdx.GetNode().FindTableNode(); in GotoPrevTable()
504 SwNodeIndex aTmpIdx( aIdx ); in GotoPrevTable()
510 aIdx.Assign( *pTblNd, - 1 ); in GotoPrevTable()
514 while( aIdx.GetIndex() && in GotoPrevTable()
515 0 == ( pTblNd = aIdx.GetNode().StartOfSectionNode()->GetTableNode()) ) in GotoPrevTable()
516 aIdx--; in GotoPrevTable()
522 aIdx = *aIdx.GetNode().StartOfSectionNode(); in GotoPrevTable()
523 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoPrevTable()
526 aIdx.Assign( *pTblNd, -1 ); in GotoPrevTable()
533 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoPrevTable()
536 aIdx.Assign( *pTblNd, -1 ); in GotoPrevTable()
541 SwTxtNode* pTxtNode = aIdx.GetNode().GetTxtNode(); in GotoPrevTable()
560 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoNextTable() local
561 SwTableNode* pTblNd = aIdx.GetNode().FindTableNode(); in GotoNextTable()
564 aIdx.Assign( *pTblNd->EndOfSectionNode(), 1 ); in GotoNextTable()
568 while( aIdx.GetIndex() < nLastNd && in GotoNextTable()
569 0 == ( pTblNd = aIdx.GetNode().GetTableNode()) ) in GotoNextTable()
570 aIdx++; in GotoNextTable()
575 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoNextTable()
578 aIdx.Assign( *pTblNd->EndOfSectionNode(), + 1 ); in GotoNextTable()
584 aIdx = *aIdx.GetNode().EndOfSectionNode(); in GotoNextTable()
586 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoNextTable()
589 aIdx.Assign( *pTblNd->EndOfSectionNode(), + 1 ); in GotoNextTable()
594 SwTxtNode* pTxtNode = aIdx.GetNode().GetTxtNode(); in GotoNextTable()
620 SwNodeIndex aIdx( *pTblNd->EndOfSectionNode() ); in GotoCurrTable() local
621 if( !lcl_FindPrevCell( aIdx, bInReadOnly )) in GotoCurrTable()
623 pTxtNode = aIdx.GetNode().GetTxtNode(); in GotoCurrTable()
627 SwNodeIndex aIdx( *pTblNd ); in GotoCurrTable() local
628 if( !lcl_FindNextCell( aIdx, bInReadOnly )) in GotoCurrTable()
630 pTxtNode = aIdx.GetNode().GetTxtNode(); in GotoCurrTable()