Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx190 if ( IsDeletedIn() ) in IsClickable()
206 if ( p && p->IsDeletedIn() ) in IsClickable()
241 if ( IsDeletedIn() ) in IsInternalRejectable()
609 if ( !pE->pContent->IsDeletedIn() && in RejectRestoreContents()
1022 if ( !IsDeletedIn() ) in UpdateReference()
1396 if ( !pContent->IsDeletedIn() && in Reject()
1401 !pContent->IsDeletedIn() ) in Reject()
1654 if ( IsDeletedIn() ) in GetRefString()
2981 !pE->pContent->IsDeletedIn() ) in DeleteCellEntries()
3041 if ( !pContent->IsDeletedIn() ) in SearchContentAt()
[all …]
/trunk/main/sc/inc/
H A Dchgtrack.hxx421 sal_Bool IsDeletedIn() const in IsDeletedIn() function in ScChangeAction
424 { return IsDeleteType() || IsDeletedIn(); } in IsDeleted()
425 sal_Bool IsDeletedIn( const ScChangeAction* ) const;
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx961 if ( !bShared && pSourceAction->IsDeletedIn() ) in MergeDocument()
1100 …if ( pAct && pAct->GetType() == eSourceType && pAct->IsDeletedIn() && !pSourceAction->IsDeletedIn(… in MergeDocument()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx174 …ast<const ScChangeActionContent*>(pDeletedAction)->IsTopContent() && pDeletedAction->IsDeletedIn()) in WriteDeleted()
733 if (static_cast<ScChangeActionContent*>(pAction)->IsTopContent() && pAction->IsDeletedIn()) in CollectActionAutoStyles()
H A DXMLChangeTrackingImportHelper.cxx757 if (pChangeActionContent->IsTopContent() && !pChangeActionContent->IsDeletedIn()) in SetNewCell()

Completed in 75 milliseconds