Searched refs:SC_CAT_MOVE (Results 1 – 11 of 11) sorted by relevance
| /AOO42X/main/sc/source/filter/xml/ |
| H A D | XMLChangeTrackingImportHelper.cxx | 167 : ScMyBaseAction(SC_CAT_MOVE), in ScMyMoveAction() 238 case SC_CAT_MOVE: in StartChangeAction() 302 DBG_ASSERT(((pCurrentAction->nActionType != SC_CAT_MOVE) && in SetPosition() 390 if (pCurrentAction->nActionType == SC_CAT_MOVE) in SetMoveRanges() 425 if (pCurrentAction->nActionType == SC_CAT_MOVE) in AddGenerated() 626 if (pChangeAction && (pChangeAction->GetType() == SC_CAT_MOVE)) in SetDeletionDependencies() 646 if (pAction->nActionType == SC_CAT_MOVE) in SetMovementDependencies() 738 else if (pAction->nActionType == SC_CAT_MOVE) in SetDependencies() 860 case SC_CAT_MOVE: in CreateChangeTrack()
|
| H A D | XMLChangeTrackingExportHelper.cxx | 751 else if (pAction->GetType() == SC_CAT_MOVE) in WorkWithChangeAction()
|
| H A D | XMLTrackedChangesContext.cxx | 1894 pChangeTrackingImportHelper->StartChangeAction(SC_CAT_MOVE); in ScXMLMovementContext() 1980 pChangeTrackingImportHelper->StartChangeAction(SC_CAT_MOVE); in ScXMLRejectionContext()
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | gridwin5.cxx | 137 case SC_CAT_MOVE : in ShowNoteMarker() 148 if ( eType == SC_CAT_MOVE ) in ShowNoteMarker() 167 if ( pFoundMove && pFound->GetType() != SC_CAT_MOVE && in ShowNoteMarker()
|
| H A D | output.cxx | 105 case SC_CAT_MOVE: in Update() 2130 if ( eActionType == SC_CAT_MOVE && in DrawChangeTrack()
|
| /AOO42X/main/sc/source/core/tool/ |
| H A D | chgtrack.cxx | 446 if (GetType() == SC_CAT_MOVE) in GetDescription() 467 if (pReject->GetType() == SC_CAT_MOVE) in GetDescription() 486 if (p->GetType() == SC_CAT_MOVE) in GetDescription() 1267 …ScChangeAction(SC_CAT_MOVE, aToBigRange, nActionNumber, nRejectingNumber, eStateP, aDateTimeP, aUs… in ScChangeActionMove() 2479 case SC_CAT_MOVE : in MasterLinks() 2537 !(pAppend->GetType() == SC_CAT_MOVE && pAppend->IsRejecting()) ) in Append() 3069 (eActType == SC_CAT_MOVE && pAct->IsRejecting()) ) in Dependencies() 3179 else if ( eActType == SC_CAT_MOVE ) in Dependencies() 3304 if ( j == nStartAction && pAct->GetType() == SC_CAT_MOVE ) in Undo() 3511 case SC_CAT_MOVE : in UpdateReference() [all …]
|
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 617 case SC_CAT_MOVE : in GetChangeAction() 628 if ( pAction->GetType() == SC_CAT_MOVE ) in GetChangeAction() 909 case SC_CAT_MOVE : in MergeDocument() 1112 case SC_CAT_MOVE : in MergeDocument()
|
| /AOO42X/main/sc/source/core/data/ |
| H A D | documen2.cxx | 1344 if ( eType == SC_CAT_MOVE && in IsCellInChangeTrack() 1404 case SC_CAT_MOVE : in GetCellChangeTrackNote() 1413 if ( eType == SC_CAT_MOVE ) in GetCellChangeTrackNote() 1431 if ( pFoundMove && pFound->GetType() != SC_CAT_MOVE && in GetCellChangeTrackNote()
|
| /AOO42X/main/sc/inc/ |
| H A D | chgtrack.hxx | 77 SC_CAT_MOVE, enumerator 655 : ScChangeAction( SC_CAT_MOVE, rToRange ), in ScChangeActionMove()
|
| /AOO42X/main/sc/source/filter/xcl97/ |
| H A D | XclExpChangeTrack.cxx | 1199 case SC_CAT_MOVE: in PushActionRecord()
|
| /AOO42X/main/sc/source/ui/miscdlgs/ |
| H A D | acredlin.cxx | 342 case SC_CAT_MOVE: pStr=&aStrMove;break; in MakeTypeString()
|