Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dchgtrack.cxx275 return IsDeleteType() ? sal_True : !IsDeletedIn(); in IsDialogParent()
278 if ( IsDeleteType() ) in IsDialogParent()
300 if ( !IsDeleteType() ) in IsMasterDelete()
473 else if (pReject->IsDeleteType()) in GetDescription()
493 else if (pReject->IsDeleteType()) in GetDescription()
548 if ( (bFlag3D && IsDeleteType()) || IsDeletedIn() ) in GetRefString()
3287 if ( pAct->IsDeleteType() ) in Undo()
3380 if ( pAct->IsDeleteType() ) in MergePrepare()
3406 if ( pAct->IsDeleteType() ) in MergeOwn()
3435 if ( (!bUndo && pAct->IsInsertType()) || (bUndo && pAct->IsDeleteType()) ) in UpdateReference()
[all …]
/AOO41X/main/sc/inc/
H A Dchgtrack.hxx367 sal_Bool IsDeleteType() const in IsDeleteType() function in ScChangeAction
424 { return IsDeleteType() || IsDeletedIn(); } in IsDeleted()
/AOO41X/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx749 else if (pAction->IsDeleteType()) in WorkWithChangeAction()