Take use of existing theme file

This commit is contained in:
Debao Zhang
2013-11-04 10:51:59 +08:00
parent 076b759825
commit 7e3e463983
6 changed files with 199 additions and 5 deletions
+2
View File
@@ -25,6 +25,7 @@
#ifndef XLSXWORKBOOK_P_H
#define XLSXWORKBOOK_P_H
#include "xlsxworkbook.h"
#include "xlsxtheme_p.h"
#include <QSharedPointer>
#include <QPair>
@@ -68,6 +69,7 @@ public:
QSharedPointer<SharedStrings> sharedStrings;
QList<QSharedPointer<Worksheet> > worksheets;
QSharedPointer<Styles> styles;
QSharedPointer<Theme> theme;
QList<QImage> images;
QList<Drawing *> drawings;
QList<XlsxDefineNameData> definedNamesList;