Lines Matching refs:pHistory

147 	if( !pHistory )  in SwUndoDelete()
148 pHistory = new SwHistory; in SwUndoDelete()
169 nSetPos = pHistory ? pHistory->Count() : 0; in SwUndoDelete()
194 pHistory->Add( pSttTxtNd->GetTxtColl(),pStt->nNode.GetIndex(), ND_TEXTNODE ); in SwUndoDelete()
195 pHistory->Add( pEndTxtNd->GetTxtColl(),pEnd->nNode.GetIndex(), ND_TEXTNODE ); in SwUndoDelete()
205 SwRegHistory aRegHist( *pEndTxtNd, pHistory ); in SwUndoDelete()
363 if( pHistory && !pHistory->Count() ) in SwUndoDelete()
364 DELETEZ( pHistory ); in SwUndoDelete()
377 SwRegHistory aRHst( *pSttTxtNd, pHistory ); in SaveCntnt()
380 pHistory->CopyAttr( pSttTxtNd->GetpSwpHints(), nNdIdx, in SaveCntnt()
383 pHistory->CopyFmtAttr( *pSttTxtNd->GetpSwAttrSet(), nNdIdx ); in SaveCntnt()
416 SwRegHistory aRHst( *pEndTxtNd, pHistory ); in SaveCntnt()
420 pHistory->CopyAttr( pEndTxtNd->GetpSwpHints(), nNdIdx, 0, in SaveCntnt()
424 pHistory->CopyFmtAttr( *pEndTxtNd->GetpSwAttrSet(), nNdIdx ); in SaveCntnt()
620 if (pHistory) in GetRewriter()
622 SwRewriter aRewriter = lcl_RewriterFromHistory(*pHistory); in GetRewriter()
821 if( pHistory ) in UndoImpl()
823 pHistory->TmpRollback( pDoc, nSetPos, false ); in UndoImpl()
827 if( nSetPos < pHistory->Count() ) in UndoImpl()
831 aHstr.Move( 0, pHistory, nSetPos ); in UndoImpl()
832 pHistory->Rollback( pDoc ); in UndoImpl()
833 pHistory->Move( 0, &aHstr ); in UndoImpl()
837 pHistory->Rollback( pDoc ); in UndoImpl()
838 DELETEZ( pHistory ); in UndoImpl()
890 if( pHistory ) // wurden Attribute gesichert ? in RedoImpl()
892 pHistory->SetTmpEnd( pHistory->Count() ); in RedoImpl()
894 aHstr.Move( 0, pHistory ); in RedoImpl()
906 nSetPos = pHistory ? pHistory->Count() : 0; in RedoImpl()
908 pHistory->Move( nSetPos, &aHstr ); in RedoImpl()
922 nSetPos = pHistory ? pHistory->Count() : 0; in RedoImpl()