Home
last modified time | relevance | path

Searched refs:rCurCrsr (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/core/crsr/
H A Dtrvlreg.cxx40 sal_Bool GotoPrevRegion( SwPaM& rCurCrsr, SwPosRegion fnPosRegion, in GotoPrevRegion() argument
43 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoPrevRegion()
72 rCurCrsr.GetPoint()->nContent.Assign( pCNd, 0 ); in GotoPrevRegion()
84 rCurCrsr.GetPoint()->nContent.Assign( pCNd, pCNd->Len() ); in GotoPrevRegion()
87 rCurCrsr.GetPoint()->nNode = aIdx; in GotoPrevRegion()
95 sal_Bool GotoNextRegion( SwPaM& rCurCrsr, SwPosRegion fnPosRegion, in GotoNextRegion() argument
98 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoNextRegion()
128 rCurCrsr.GetPoint()->nContent.Assign( pCNd, 0 ); in GotoNextRegion()
140 rCurCrsr.GetPoint()->nContent.Assign( pCNd, pCNd->Len() ); in GotoNextRegion()
143 rCurCrsr.GetPoint()->nNode = aIdx; in GotoNextRegion()
[all …]
H A Dtrvltbl.cxx492 sal_Bool GotoPrevTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoPrevTable() argument
495 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoPrevTable()
544 rCurCrsr.GetPoint()->nNode = *pTxtNode; in GotoPrevTable()
545 rCurCrsr.GetPoint()->nContent.Assign( pTxtNode, fnPosTbl == fnMoveBackward ? in GotoPrevTable()
557 sal_Bool GotoNextTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoNextTable() argument
560 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoNextTable()
566 sal_uLong nLastNd = rCurCrsr.GetDoc()->GetNodes().Count() - 1; in GotoNextTable()
597 rCurCrsr.GetPoint()->nNode = *pTxtNode; in GotoNextTable()
598 rCurCrsr.GetPoint()->nContent.Assign( pTxtNode, fnPosTbl == fnMoveBackward ? in GotoNextTable()
610 sal_Bool GotoCurrTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoCurrTable() argument
[all …]