Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/xml/
H A DXMLTrackedChangesContext.cxx1396 ScChangeActionState nActionState(SC_CAS_VIRGIN); in ScXMLContentChangeContext() local
1416 nActionState = SC_CAS_ACCEPTED; in ScXMLContentChangeContext()
1418 nActionState = SC_CAS_REJECTED; in ScXMLContentChangeContext()
1429 pChangeTrackingImportHelper->SetActionState(nActionState); in ScXMLContentChangeContext()
1491 ScChangeActionState nActionState(SC_CAS_VIRGIN); in ScXMLInsertionContext() local
1512 nActionState = SC_CAS_ACCEPTED; in ScXMLInsertionContext()
1514 nActionState = SC_CAS_REJECTED; in ScXMLInsertionContext()
1544 pChangeTrackingImportHelper->SetActionState(nActionState); in ScXMLInsertionContext()
1750 ScChangeActionState nActionState(SC_CAS_VIRGIN); in ScXMLDeletionContext() local
1771 nActionState = SC_CAS_ACCEPTED; in ScXMLDeletionContext()
[all …]
H A DXMLChangeTrackingImportHelper.hxx132 ScChangeActionState nActionState; member
217 …void SetActionState(const ScChangeActionState nActionState) { pCurrentAction->nActionState = nActi… in SetActionState() argument
H A DXMLChangeTrackingImportHelper.cxx134 nActionState(SC_CAS_VIRGIN) in ScMyBaseAction()
487 …* pNewAction = new ScChangeActionIns(pAction->nActionNumber, pAction->nActionState, pAction->nReje… in CreateInsertAction()
500 …* pNewAction = new ScChangeActionDel(pAction->nActionNumber, pAction->nActionState, pAction->nReje… in CreateDeleteAction()
516 … pNewAction = new ScChangeActionMove(pAction->nActionNumber, pAction->nActionState, pAction->nReje… in CreateMoveAction()
531 …NewAction = new ScChangeActionReject(pAction->nActionNumber, pAction->nActionState, pAction->nReje… in CreateRejectionAction()
548 …ewAction = new ScChangeActionContent(pAction->nActionNumber, pAction->nActionState, pAction->nReje… in CreateContentAction()