LibreOffice Module onlineupdate (master) 1
|
Public Member Functions | |
ActionList () | |
~ActionList () | |
void | Append (Action *action) |
int | Prepare () |
int | Execute () |
void | Finish (int status) |
Private Attributes | |
Action * | mFirst |
Action * | mLast |
int | mCount |
Definition at line 3914 of file updater.cxx.
|
inline |
Definition at line 3917 of file updater.cxx.
ActionList::~ActionList | ( | ) |
Definition at line 3931 of file updater.cxx.
void ActionList::Append | ( | Action * | action | ) |
Definition at line 3943 of file updater.cxx.
References action, mCount, mFirst, mLast, and Action::mNext.
Referenced by add_dir_entries(), AddPreCompleteActions(), and DoUpdate().
int ActionList::Execute | ( | ) |
Definition at line 3984 of file updater.cxx.
References a, LOG, mFirst, OK, percent, PROGRESS_EXECUTE_SIZE, PROGRESS_PREPARE_SIZE, and UpdateProgressUI().
Referenced by DoUpdate().
void ActionList::Finish | ( | int | status | ) |
Definition at line 4016 of file updater.cxx.
References a, gSucceeded, i, mCount, mFirst, OK, percent, PROGRESS_EXECUTE_SIZE, PROGRESS_FINISH_SIZE, PROGRESS_PREPARE_SIZE, and UpdateProgressUI().
Referenced by DoUpdate().
int ActionList::Prepare | ( | ) |
Definition at line 3955 of file updater.cxx.
References a, i, LOG, MAR_ERROR_EMPTY_ACTION_LIST, mCount, mFirst, OK, percent, PROGRESS_PREPARE_SIZE, and UpdateProgressUI().
Referenced by DoUpdate().
|
private |
Definition at line 3928 of file updater.cxx.
|
private |
Definition at line 3926 of file updater.cxx.
Referenced by Append(), Execute(), Finish(), Prepare(), and ~ActionList().
|
private |
Definition at line 3927 of file updater.cxx.
Referenced by Append().