Lines Matching refs:pCNd

350         SwCntntNode* pCNd = aPam.GetCntntNode( sal_False );  in RedoImpl()  local
351 if( pCNd ) in RedoImpl()
352 aPam.GetMark()->nContent.Assign( pCNd, 0 ); in RedoImpl()
679 SwCntntNode* pCNd = aSaveIdx.GetNode().GetCntntNode(); in RedoImpl() local
680 if( !pCNd && 0 == ( pCNd = rDoc.GetNodes().GoNext( &aSaveIdx ) ) && in RedoImpl()
681 0 == ( pCNd = rDoc.GetNodes().GoPrevious( &aSaveIdx )) ) in RedoImpl()
687 pPam->GetPoint()->nContent.Assign( pCNd, 0 ); in RedoImpl()
1327 SwCntntNode* pCNd = rNds[ n ]->GetCntntNode(); in RestoreAttr() local
1328 if( pCNd ) in RestoreAttr()
1336 pCNd->ResetAttr( *pRstAttr, *(pRstAttr+1) ); in RestoreAttr()
1339 pCNd->SetAttr( *pSet ); in RestoreAttr()
1342 pCNd->ResetAllAttr(); in RestoreAttr()
1367 SwCntntNode* pCNd = pDoc->GetNodes()[ n ]->GetCntntNode(); in SaveCntntAttrs() local
1368 if( pCNd ) in SaveCntntAttrs()
1371 if( pCNd->HasSwAttrSet() ) in SaveCntntAttrs()
1375 pSet->Put( *pCNd->GetpSwAttrSet() ); in SaveCntntAttrs()
2099 SwCntntNode *pCNd = aIdx.GetNode().GetCntntNode(); in UndoImpl() local
2100 if( pCNd ) in UndoImpl()
2105 pCNd->MoveTo( *pMove ); in UndoImpl()
2218 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in SaveCollection() local
2219 if( !pCNd ) in SaveCollection()
2220 pCNd = aIdx.GetNodes().GoNext( &aIdx ); in SaveCollection()
2222 pHistory->Add( pCNd->GetFmtColl(), aIdx.GetIndex(), pCNd->GetNodeType()); in SaveCollection()
2223 if( pCNd->HasSwAttrSet() ) in SaveCollection()
2224 pHistory->CopyFmtAttr( *pCNd->GetpSwAttrSet(), aIdx.GetIndex() ); in SaveCollection()
3154 SwCntntNode* pCNd = pDoc->GetNodes().GoNext( &rIdx ); in UndoImpl() local
3155 pPam->GetPoint()->nContent.Assign( pCNd, 0 ); in UndoImpl()