Searched refs:rCurCrsr (Results 1 – 2 of 2) sorted by relevance
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()98 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoNextRegion()128 rCurCrsr.GetPoint()->nContent.Assign( pCNd, 0 ); in GotoNextRegion()143 rCurCrsr.GetPoint()->nNode = aIdx; in GotoNextRegion()154 SwSectionNode* pNd = rCurCrsr.GetNode()->FindSectionNode(); in GotoCurrRegion()158 SwPosition* pPos = rCurCrsr.GetPoint(); in GotoCurrRegion()186 SwNode* pCurrNd = rCurCrsr.GetNode(); in GotoCurrRegionAndSkip()[all …]
492 sal_Bool GotoPrevTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoPrevTable() argument495 SwNodeIndex aIdx( rCurCrsr.GetPoint()->nNode ); in GotoPrevTable()544 rCurCrsr.GetPoint()->nNode = *pTxtNode; in GotoPrevTable()557 sal_Bool GotoNextTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoNextTable() argument560 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()610 sal_Bool GotoCurrTable( SwPaM& rCurCrsr, SwPosTable fnPosTbl, in GotoCurrTable() argument613 SwTableNode* pTblNd = rCurCrsr.GetPoint()->nNode.GetNode().FindTableNode(); in GotoCurrTable()635 rCurCrsr.GetPoint()->nNode = *pTxtNode; in GotoCurrTable()[all …]
Completed in 29 milliseconds