Searched refs:ScChangeActionType (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/sc/inc/ |
| H A D | chgtrack.hxx | 68 enum ScChangeActionType enum 266 ScChangeActionType eType; 270 ScChangeAction( ScChangeActionType, 274 ScChangeAction( ScChangeActionType, 283 ScChangeAction( ScChangeActionType, 295 void SetType( ScChangeActionType e ) { eType = e; } in SetType() 413 ScChangeActionType GetType() const { return eType; } in GetType() 426 sal_Bool IsDeletedInDelType( ScChangeActionType ) const; 493 … const ScChangeActionType eType); // only to use in the XML import 593 const ScChangeActionType eType,
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLChangeTrackingImportHelper.hxx | 131 ScChangeActionType nActionType; 134 ScMyBaseAction(const ScChangeActionType nActionType); 140 ScMyInsAction(const ScChangeActionType nActionType); 151 ScMyDelAction(const ScChangeActionType nActionType); 212 void StartChangeAction(const ScChangeActionType nActionType);
|
| H A D | XMLChangeTrackingImportHelper.cxx | 127 ScMyBaseAction::ScMyBaseAction(const ScChangeActionType nTempActionType) in ScMyBaseAction() 142 ScMyInsAction::ScMyInsAction(const ScChangeActionType nActionTypeP) in ScMyInsAction() 151 ScMyDelAction::ScMyDelAction(const ScChangeActionType nActionTypeP) in ScMyDelAction() 219 void ScXMLChangeTrackingImportHelper::StartChangeAction(const ScChangeActionType nActionType) in StartChangeAction()
|
| H A D | XMLTrackedChangesContext.cxx | 1492 ScChangeActionType nActionType(SC_CAT_INSERT_COLS); in ScXMLInsertionContext() 1751 ScChangeActionType nActionType(SC_CAT_DELETE_COLS); in ScXMLDeletionContext()
|
| /trunk/main/sc/source/core/tool/ |
| H A D | chgtrack.cxx | 96 ScChangeAction::ScChangeAction( ScChangeActionType eTypeP, const ScRange& rRange ) in ScChangeAction() 113 ScChangeAction::ScChangeAction( ScChangeActionType eTypeP, const ScBigRange& rRange, in ScChangeAction() 135 ScChangeAction::ScChangeAction( ScChangeActionType eTypeP, const ScBigRange& rRange, in ScChangeAction() 362 sal_Bool ScChangeAction::IsDeletedInDelType( ScChangeActionType eDelType ) const in IsDeletedInDelType() 369 ScChangeActionType eInsType; in IsDeletedInDelType() 824 const ScChangeActionType eTypeP) in ScChangeActionIns() 937 …const ScChangeActionType eTypeP, const SCsCOLROW nD, ScChangeTrack* pTrackP) // which of nDx and n… in ScChangeActionDel() 2439 ScChangeActionType eType = pAppend->GetType(); in MasterLinks() 3067 ScChangeActionType eActType = pAct->GetType(); in Dependencies() 3424 ScChangeActionType eActType = pAct->GetType(); in UpdateReference() [all …]
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 595 ScChangeActionType eType = pAction->GetType(); in GetChangeAction() 888 ScChangeActionType eType = pThisAction->GetType(); in MergeDocument() 954 ScChangeActionType eSourceType = pSourceAction->GetType(); in MergeDocument()
|
| /trunk/main/sc/source/ui/miscdlgs/ |
| H A D | acredlin.cxx | 323 String* ScAcceptChgDlg::MakeTypeString(ScChangeActionType eType) in MakeTypeString() 364 ScChangeActionType eType=pScChangeAction->GetType(); in IsValidAction() 433 ScChangeActionType eType=pScChangeAction->GetType(); in InsertChangeAction() 614 ScChangeActionType eType=pScChangeAction->GetType(); in InsertFilteredAction()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | acredlin.hxx | 204 String* MakeTypeString(ScChangeActionType eType);
|
| /trunk/main/sc/source/core/data/ |
| H A D | documen2.cxx | 1318 ScChangeActionType eType; in IsCellInChangeTrack() 1387 ScChangeActionType eType = pAction->GetType(); in GetCellChangeTrackNote()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | gridwin5.cxx | 118 ScChangeActionType eType = pAction->GetType(); in ShowNoteMarker()
|
| H A D | output.cxx | 2106 ScChangeActionType eActionType; in DrawChangeTrack()
|