Lines Matching refs:rPam

82     SwPaM & rPam( rContext.GetCursorSupplier().CreateNewShellCursor() );  in UndoImpl()  local
83 rPam.DeleteMark(); in UndoImpl()
87 SwNodeIndex& rIdx = rPam.GetPoint()->nNode; in UndoImpl()
112 rPam.GetPoint()->nContent.Assign( (SwCntntNode*)pCurrNd, 0 ); in UndoImpl()
113 RemoveIdxRel( aDelNd.GetIndex(), *rPam.GetPoint() ); in UndoImpl()
122 rPam.GetPoint()->nNode = *pTNd; in UndoImpl()
123 rPam.GetPoint()->nContent.Assign( pTNd, pTNd->GetTxt().Len() ); in UndoImpl()
127 rPam.SetMark(); in UndoImpl()
128 rPam.GetMark()->nNode++; in UndoImpl()
129 rPam.GetMark()->nContent.Assign( rPam.GetMark()-> in UndoImpl()
131 pDoc->DeleteRedline( rPam, true, USHRT_MAX ); in UndoImpl()
132 rPam.DeleteMark(); in UndoImpl()
135 RemoveIdxRel( nNode+1, *rPam.GetPoint() ); in UndoImpl()
140 rPam.GetPoint()->nContent = 0; in UndoImpl()
141 rPam.SetMark(); in UndoImpl()
142 rPam.GetPoint()->nContent = pTNd->GetTxt().Len(); in UndoImpl()
144 pDoc->RstTxtAttrs( rPam, sal_True ); in UndoImpl()
151 rPam.DeleteMark(); in UndoImpl()
152 rPam.GetPoint()->nNode = nNode; in UndoImpl()
153 rPam.GetPoint()->nContent.Assign( rPam.GetCntntNode(), nCntnt ); in UndoImpl()
158 SwPaM & rPam( rContext.GetCursorSupplier().CreateNewShellCursor() ); in RedoImpl() local
159 rPam.GetPoint()->nNode = nNode; in RedoImpl()
160 SwTxtNode * pTNd = rPam.GetNode()->GetTxtNode(); in RedoImpl()
164 rPam.GetPoint()->nContent.Assign( pTNd, nCntnt ); in RedoImpl()
166 SwDoc* pDoc = rPam.GetDoc(); in RedoImpl()
167 pDoc->SplitNode( *rPam.GetPoint(), bChkTblStt ); in RedoImpl()
176 rPam.SetMark(); in RedoImpl()
177 if( rPam.Move( fnMoveBackward )) in RedoImpl()
183 pDoc->AppendRedline( new SwRedline( *pRedlData, rPam ), true); in RedoImpl()
187 pDoc->SplitRedline( rPam ); in RedoImpl()
188 rPam.Exchange(); in RedoImpl()
190 rPam.DeleteMark(); in RedoImpl()