LibreOffice Module onlineupdate (master) 1
|
Public Member Functions | |
PatchIfFile (ArchiveReader &archiveReader) | |
virtual int | Parse (NS_tchar *line) |
virtual int | Prepare () |
virtual int | Execute () |
virtual void | Finish (int status) |
Public Member Functions inherited from PatchFile | |
PatchFile (ArchiveReader &ar) | |
virtual | ~PatchFile () |
virtual int | Parse (NS_tchar *line) |
virtual int | Prepare () |
virtual int | Execute () |
virtual void | Finish (int status) |
Public Member Functions inherited from Action | |
Action () | |
virtual | ~Action () |
virtual int | Parse (NS_tchar *line)=0 |
virtual int | Prepare ()=0 |
virtual int | Execute ()=0 |
virtual void | Finish (int status)=0 |
Private Attributes | |
std::unique_ptr< NS_tchar[]> | mTestFile |
Additional Inherited Members | |
Public Attributes inherited from Action | |
int | mProgressCost |
Definition at line 1928 of file updater.cxx.
PatchIfFile::PatchIfFile | ( | ArchiveReader & | archiveReader | ) |
Definition at line 1942 of file updater.cxx.
|
virtual |
Reimplemented from PatchFile.
Definition at line 1978 of file updater.cxx.
References PatchFile::Execute(), mTestFile, and OK.
|
virtual |
Reimplemented from PatchFile.
Definition at line 1987 of file updater.cxx.
References PatchFile::Finish(), and mTestFile.
Reimplemented from PatchFile.
Definition at line 1948 of file updater.cxx.
References get_valid_path(), kQuote, line, mstrtok(), mTestFile, new_absolute_path(), PatchFile::Parse(), and PARSE_ERROR.
|
virtual |
Reimplemented from PatchFile.
Definition at line 1965 of file updater.cxx.
References mTestFile, NS_taccess, OK, and PatchFile::Prepare().
|
private |