Home
last modified time | relevance | path

Searched refs:pDelAction (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx570 const ScBigRange& rBigRange = pDelAction->GetBigRange(); in AddDeletionAttributes()
579 switch (pDelAction->GetType()) in AddDeletionAttributes()
609 if (pDelAction->GetType() != SC_CAT_DELETE_TABS) in AddDeletionAttributes()
613 if (pDelAction->IsMultiDelete() && !pDelAction->GetDx() && !pDelAction->GetDy()) in AddDeletionAttributes()
615 const ScChangeAction* p = pDelAction->GetNext(); in AddDeletionAttributes()
620 if ( !p || p->GetType() != pDelAction->GetType() ) in AddDeletionAttributes()
625 if ( (pDel->GetDx() > pDelAction->GetDx() || pDel->GetDy() > pDelAction->GetDy()) && in AddDeletionAttributes()
681 AddDeletionAttributes(pDelAction, pDelAction); in WriteDeletion()
683 WriteChangeInfo(pDelAction); in WriteDeletion()
684 WriteDependings(pDelAction); in WriteDeletion()
[all …]

Completed in 17 milliseconds