LibreOffice Module sc (master) 1
|
#include <chgtrack.hxx>
Public Member Functions | |
ScChangeActionReject (const sal_uLong nActionNumber, const ScChangeActionState eState, const sal_uLong nRejectingNumber, const ScBigRange &aBigRange, const OUString &aUser, const DateTime &aDateTime, const OUString &sComment) | |
![]() | |
virtual | ~ScChangeAction () |
bool | IsInsertType () const |
bool | IsDeleteType () const |
bool | IsVirgin () const |
SC_DLLPUBLIC bool | IsAccepted () const |
bool | IsRejected () const |
bool | IsRejecting () const |
bool | IsVisible () const |
bool | IsTouchable () const |
bool | IsDialogRoot () const |
bool | IsDialogParent () const |
bool | IsMasterDelete () const |
bool | IsClickable () const |
bool | IsRejectable () const |
const ScBigRange & | GetBigRange () const |
SC_DLLPUBLIC DateTime | GetDateTime () const |
const DateTime & | GetDateTimeUTC () const |
ScChangeActionType | GetType () const |
ScChangeActionState | GetState () const |
sal_uLong | GetActionNumber () const |
sal_uLong | GetRejectAction () const |
ScChangeAction * | GetNext () const |
ScChangeAction * | GetPrev () const |
bool | IsDeletedIn () const |
bool | IsDeletedIn (const ScChangeAction *) const |
bool | IsDeletedInDelType (ScChangeActionType) const |
void | RemoveAllDeletedIn () |
const ScChangeActionLinkEntry * | GetFirstDeletedEntry () const |
const ScChangeActionLinkEntry * | GetFirstDependentEntry () const |
bool | HasDependent () const |
bool | HasDeleted () const |
virtual OUString | GetDescription (ScDocument &rDoc, bool bSplitRange=false, bool bWarning=true) const |
virtual OUString | GetRefString (ScDocument &rDoc, bool bFlag3D=false) const |
void | SetDateTimeUTC (const DateTime &rDT) |
const OUString & | GetUser () const |
const OUString & | GetComment () const |
void | SetComment (const OUString &rStr) |
void | SetDeletedInThis (sal_uLong nActionNumber, const ScChangeTrack *pTrack) |
void | AddDependent (sal_uLong nActionNumber, const ScChangeTrack *pTrack) |
Private Member Functions | |
virtual void | AddContent (ScChangeActionContent *) override |
virtual void | DeleteCellEntries () override |
virtual bool | Reject (ScDocument &rDoc) override |
virtual const ScChangeTrack * | GetChangeTrack () const override |
Friends | |
class | ScChangeTrack |
class | ScChangeActionContent |
Definition at line 756 of file chgtrack.hxx.
ScChangeActionReject::ScChangeActionReject | ( | const sal_uLong | nActionNumber, |
const ScChangeActionState | eState, | ||
const sal_uLong | nRejectingNumber, | ||
const ScBigRange & | aBigRange, | ||
const OUString & | aUser, | ||
const DateTime & | aDateTime, | ||
const OUString & | sComment | ||
) |
Definition at line 1975 of file chgtrack.cxx.
|
inlineoverrideprivatevirtual |
Implements ScChangeAction.
Definition at line 761 of file chgtrack.hxx.
|
inlineoverrideprivatevirtual |
Implements ScChangeAction.
Definition at line 762 of file chgtrack.hxx.
|
inlineoverrideprivatevirtual |
Implements ScChangeAction.
Definition at line 766 of file chgtrack.hxx.
|
overrideprivatevirtual |
Implements ScChangeAction.
Definition at line 1984 of file chgtrack.cxx.
|
friend |
Definition at line 759 of file chgtrack.hxx.
|
friend |
Definition at line 758 of file chgtrack.hxx.