Lines Matching refs:pOldDPObject
1798 pOldDPObject( NULL ), in ScUndoDataPilot()
1803 pOldDPObject = new ScDPObject( *pOldObj ); in ScUndoDataPilot()
1810 delete pOldDPObject; in ~ScUndoDataPilot()
1844 if ( pOldDPObject && pOldUndoDoc ) in Undo()
1846 aOldRange = pOldDPObject->GetOutRange(); in Undo()
1863 if ( pOldDPObject ) in Undo()
1866 pOldDPObject->WriteSourceDataTo( *pDocObj ); in Undo()
1867 ScDPSaveData* pData = pOldDPObject->GetSaveData(); in Undo()
1870 pDocObj->SetOutRange( pOldDPObject->GetOutRange() ); in Undo()
1871 pOldDPObject->WriteTempDataTo( *pDocObj ); in Undo()
1880 else if ( pOldDPObject ) in Undo()
1884 ScDPObject* pDestObj = new ScDPObject( *pOldDPObject ); in Undo()
1924 if ( pOldDPObject ) in Redo()
1929 ScRange aOldRange = pOldDPObject->GetOutRange(); in Redo()