LibreOffice Module sc (master) 1
|
#include <XMLChangeTrackingImportHelper.hxx>
Public Member Functions | |
ScMyContentAction () | |
virtual | ~ScMyContentAction () override |
Public Member Functions inherited from ScMyBaseAction | |
ScMyBaseAction (const ScChangeActionType nActionType) | |
virtual | ~ScMyBaseAction () |
Public Attributes | |
std::unique_ptr< ScMyCellInfo > | pCellInfo |
Public Attributes inherited from ScMyBaseAction | |
ScMyActionInfo | aInfo |
ScBigRange | aBigRange |
std::vector< sal_uInt32 > | aDependencies |
std::vector< ScMyDeleted > | aDeletedList |
sal_uInt32 | nActionNumber |
sal_uInt32 | nRejectingNumber |
sal_uInt32 | nPreviousAction |
ScChangeActionType | nActionType |
ScChangeActionState | nActionState |
Definition at line 149 of file XMLChangeTrackingImportHelper.hxx.
ScMyContentAction::ScMyContentAction | ( | ) |
Definition at line 121 of file XMLChangeTrackingImportHelper.cxx.
|
overridevirtual |
Definition at line 126 of file XMLChangeTrackingImportHelper.cxx.
std::unique_ptr<ScMyCellInfo> ScMyContentAction::pCellInfo |
Definition at line 151 of file XMLChangeTrackingImportHelper.hxx.
Referenced by ScXMLChangeTrackingImportHelper::CreateContentAction(), and ScXMLChangeTrackingImportHelper::SetPreviousChange().