#include <ExcelFileConverter.h>
ExcelFileConverter::ExcelFileConverter |
( |
const QString & |
fileName, |
|
|
ApplicationWindow * |
app, |
|
|
bool |
keepInputFile = false |
|
) |
| |
void ExcelFileConverter::displayError |
( |
const QString & |
process, |
|
|
QProcess::ProcessError |
error |
|
) |
| |
|
private |
void ExcelFileConverter::displayJavaError |
( |
QProcess::ProcessError |
error | ) |
|
|
privateslot |
void ExcelFileConverter::displayOfficeError |
( |
QProcess::ProcessError |
error | ) |
|
|
privateslot |
void ExcelFileConverter::finish |
( |
int |
exitCode, |
|
|
QProcess::ExitStatus |
exitStatus |
|
) |
| |
|
privateslot |
QString ExcelFileConverter::outputFile |
( |
| ) |
|
|
inline |
void ExcelFileConverter::startConvertion |
( |
| ) |
|
|
privateslot |
References d_file_name, ApplicationWindow::d_java_path, ApplicationWindow::d_jodconverter_path, d_keep_input_file, d_output_file, displayJavaError(), finish(), java, and soffice.
Referenced by finish(), outputFile(), and startOpenOfficeServer().
void ExcelFileConverter::startOpenOfficeServer |
( |
| ) |
|
|
private |
QString ExcelFileConverter::d_file_name |
|
private |
bool ExcelFileConverter::d_keep_input_file |
|
private |
QString ExcelFileConverter::d_output_file |
|
private |
QProcess * ExcelFileConverter::java |
|
private |
QProcess* ExcelFileConverter::soffice |
|
private |
The documentation for this class was generated from the following files: