Lines Matching refs:fnPosTbl
492 sal_Bool GotoPrevTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoPrevTable() argument
520 if( fnPosTbl == fnMoveForward ) // an Anfang ? in GotoPrevTable()
545 rCurCrsr.GetPoint()->nContent.Assign( pTxtNode, fnPosTbl == fnMoveBackward ? in GotoPrevTable()
557 sal_Bool GotoNextTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoNextTable() argument
573 if( fnPosTbl == fnMoveForward ) // an Anfang ? in GotoNextTable()
598 rCurCrsr.GetPoint()->nContent.Assign( pTxtNode, fnPosTbl == fnMoveBackward ? in GotoNextTable()
610 sal_Bool GotoCurrTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoCurrTable() argument
618 if( fnPosTbl == fnMoveBackward ) // ans Ende der Tabelle in GotoCurrTable()
636 rCurCrsr.GetPoint()->nContent.Assign( pTxtNode, fnPosTbl == fnMoveBackward ? in GotoCurrTable()
645 sal_Bool SwCursor::MoveTable( SwWhichTable fnWhichTbl, SwPosTable fnPosTbl ) in MoveTable() argument
653 bRet = (*fnWhichTbl)( *this, fnPosTbl, IsReadOnlyAvailable() ) && in MoveTable()
660 sal_Bool SwCrsrShell::MoveTable( SwWhichTable fnWhichTbl, SwPosTable fnPosTbl ) in MoveTable() argument
686 bRet = pCrsr->MoveTable( fnWhichTbl, fnPosTbl ); in MoveTable()