QtiPlot
0.9.8.2
|
#include <ExcelFileConverter.h>
Public Member Functions | |
ExcelFileConverter (const QString &fileName, ApplicationWindow *app, bool keepInputFile=false) | |
QString | outputFile () |
Private Slots | |
void | displayJavaError (QProcess::ProcessError error) |
void | displayOfficeError (QProcess::ProcessError error) |
void | finish (int exitCode, QProcess::ExitStatus exitStatus) |
void | startConvertion () |
Private Member Functions | |
void | displayError (const QString &process, QProcess::ProcessError error) |
void | startOpenOfficeServer () |
Private Attributes | |
QString | d_file_name |
bool | d_keep_input_file |
QString | d_output_file |
QProcess * | java |
QProcess * | soffice |
ExcelFileConverter::ExcelFileConverter | ( | const QString & | fileName, |
ApplicationWindow * | app, | ||
bool | keepInputFile = false |
||
) |
References startOpenOfficeServer().
|
private |
Referenced by displayJavaError(), and displayOfficeError().
|
privateslot |
References displayError(), and java.
Referenced by startConvertion().
|
privateslot |
References displayError(), and soffice.
Referenced by startOpenOfficeServer().
|
privateslot |
References d_file_name, ApplicationWindow::d_jodconverter_path, d_keep_input_file, d_output_file, java, soffice, and startConvertion().
Referenced by startConvertion().
|
inline |
References d_output_file.
Referenced by ApplicationWindow::importExcel().
|
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(), and startOpenOfficeServer().
|
private |
References ApplicationWindow::d_soffice_path, displayOfficeError(), soffice, and startConvertion().
Referenced by ExcelFileConverter().
|
private |
Referenced by finish(), and startConvertion().
|
private |
Referenced by finish(), and startConvertion().
|
private |
Referenced by finish(), outputFile(), and startConvertion().
|
private |
Referenced by displayJavaError(), finish(), and startConvertion().
|
private |
Referenced by displayOfficeError(), finish(), startConvertion(), and startOpenOfficeServer().