Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx567 void ScChangeTrackingExportHelper::AddDeletionAttributes(const ScChangeActionDel* pDelAction, const… in AddDeletionAttributes() argument
570 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()
626 pDel->GetBigRange() == pDelAction->GetBigRange() ) in AddDeletionAttributes()
680 ScChangeActionDel* pDelAction = static_cast<ScChangeActionDel*> (pAction); in WriteDeletion() local
[all …]