13 #ifndef MAGICSMOKE_OFFICE_H 
   14 #define MAGICSMOKE_OFFICE_H 
   48                 QCheckBox*viewonly,*doopen,*askprint,*saveprint;
 
#define MAGICSMOKE_COMMON_EXPORT
Definition: commonexport.h:7
QString convertOfficeFilePdf(QString fname)
calls OpenOffice.org to convert an ODF file to PDF; returns the PDF file name on success, empty string on failure 
Definition: office.cpp:104
configuration dialog for OpenOffice access 
Definition: office.h:37
void printOfficeFile(QString fname)
calls OpenOffice.org to print an ODF file 
Definition: office.cpp:80
void openOfficeFile(QString fname)
calls OpenOffice.org to open an ODF file 
Definition: office.cpp:37