Make all of the filenames start with xlsx

This commit is contained in:
Debao Zhang
2013-08-30 09:28:33 +08:00
parent d87b50a4b7
commit bca00392dc
13 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -8,14 +8,14 @@ HEADERS += $$PWD/xlsxdocprops_p.h \
$$PWD/xlsxrelationships_p.h \ $$PWD/xlsxrelationships_p.h \
$$PWD/xlsxutility_p.h \ $$PWD/xlsxutility_p.h \
$$PWD/xlsxsharedstrings_p.h \ $$PWD/xlsxsharedstrings_p.h \
$$PWD/xmlstreamwriter_p.h \ $$PWD/xlsxxmlwriter_p.h \
$$PWD/xlsxcontenttypes_p.h \ $$PWD/xlsxcontenttypes_p.h \
$$PWD/xlsxtheme_p.h \ $$PWD/xlsxtheme_p.h \
$$PWD/xlsxformat.h \ $$PWD/xlsxformat.h \
$$PWD/xlsxworkbook.h \ $$PWD/xlsxworkbook.h \
$$PWD/xlsxstyles_p.h \ $$PWD/xlsxstyles_p.h \
$$PWD/xlsxworksheet.h \ $$PWD/xlsxworksheet.h \
$$PWD/zipwriter_p.h \ $$PWD/xlsxzipwriter_p.h \
$$PWD/xlsxpackage_p.h \ $$PWD/xlsxpackage_p.h \
$$PWD/xlsxworkbook_p.h \ $$PWD/xlsxworkbook_p.h \
$$PWD/xlsxworksheet_p.h \ $$PWD/xlsxworksheet_p.h \
@@ -26,12 +26,12 @@ SOURCES += $$PWD/xlsxdocprops.cpp \
$$PWD/xlsxrelationships.cpp \ $$PWD/xlsxrelationships.cpp \
$$PWD/xlsxutility.cpp \ $$PWD/xlsxutility.cpp \
$$PWD/xlsxsharedstrings.cpp \ $$PWD/xlsxsharedstrings.cpp \
$$PWD/xmlstreamwriter.cpp \ $$PWD/xlsxxmlwriter.cpp \
$$PWD/xlsxcontenttypes.cpp \ $$PWD/xlsxcontenttypes.cpp \
$$PWD/xlsxtheme.cpp \ $$PWD/xlsxtheme.cpp \
$$PWD/xlsxformat.cpp \ $$PWD/xlsxformat.cpp \
$$PWD/xlsxstyles.cpp \ $$PWD/xlsxstyles.cpp \
$$PWD/xlsxworkbook.cpp \ $$PWD/xlsxworkbook.cpp \
$$PWD/xlsxworksheet.cpp \ $$PWD/xlsxworksheet.cpp \
$$PWD/zipwriter.cpp \ $$PWD/xlsxzipwriter.cpp \
$$PWD/xlsxpackage.cpp $$PWD/xlsxpackage.cpp
+1 -1
View File
@@ -23,7 +23,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include "xlsxcontenttypes_p.h" #include "xlsxcontenttypes_p.h"
#include "xmlstreamwriter_p.h" #include "xlsxxmlwriter_p.h"
#include <QFile> #include <QFile>
#include <QMapIterator> #include <QMapIterator>
+1 -1
View File
@@ -23,7 +23,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include "xlsxdocprops_p.h" #include "xlsxdocprops_p.h"
#include "xmlstreamwriter_p.h" #include "xlsxxmlwriter_p.h"
#include <QDir> #include <QDir>
#include <QFile> #include <QFile>
+1 -1
View File
@@ -31,7 +31,7 @@
#include "xlsxtheme_p.h" #include "xlsxtheme_p.h"
#include "xlsxstyles_p.h" #include "xlsxstyles_p.h"
#include "xlsxrelationships_p.h" #include "xlsxrelationships_p.h"
#include "zipwriter_p.h" #include "xlsxzipwriter_p.h"
#include <QBuffer> #include <QBuffer>
#include <QDebug> #include <QDebug>
+1 -1
View File
@@ -23,7 +23,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include "xlsxrelationships_p.h" #include "xlsxrelationships_p.h"
#include "xmlstreamwriter_p.h" #include "xlsxxmlwriter_p.h"
#include <QDir> #include <QDir>
#include <QFile> #include <QFile>
+1 -1
View File
@@ -23,7 +23,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include "xlsxsharedstrings_p.h" #include "xlsxsharedstrings_p.h"
#include "xmlstreamwriter_p.h" #include "xlsxxmlwriter_p.h"
#include <QDir> #include <QDir>
#include <QFile> #include <QFile>
#include <QRegularExpression> #include <QRegularExpression>
+1 -1
View File
@@ -24,7 +24,7 @@
****************************************************************************/ ****************************************************************************/
#include "xlsxstyles_p.h" #include "xlsxstyles_p.h"
#include "xlsxformat.h" #include "xlsxformat.h"
#include "xmlstreamwriter_p.h" #include "xlsxxmlwriter_p.h"
#include <QFile> #include <QFile>
#include <QMap> #include <QMap>
#include <QDataStream> #include <QDataStream>
+1 -1
View File
@@ -29,7 +29,7 @@
#include "xlsxstyles_p.h" #include "xlsxstyles_p.h"
#include "xlsxformat.h" #include "xlsxformat.h"
#include "xlsxpackage_p.h" #include "xlsxpackage_p.h"
#include "xmlstreamwriter_p.h" #include "xlsxxmlwriter_p.h"
namespace QXlsx { namespace QXlsx {
+1 -1
View File
@@ -28,7 +28,7 @@
#include "xlsxformat.h" #include "xlsxformat.h"
#include "xlsxutility_p.h" #include "xlsxutility_p.h"
#include "xlsxsharedstrings_p.h" #include "xlsxsharedstrings_p.h"
#include "xmlstreamwriter_p.h" #include "xlsxxmlwriter_p.h"
#include <QVariant> #include <QVariant>
#include <QDateTime> #include <QDateTime>
@@ -22,7 +22,7 @@
** WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ** WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
** **
****************************************************************************/ ****************************************************************************/
#include "xmlstreamwriter_p.h" #include "xlsxxmlwriter_p.h"
#include <QIODevice> #include <QIODevice>
namespace QXlsx { namespace QXlsx {
@@ -22,7 +22,7 @@
** WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ** WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
** **
****************************************************************************/ ****************************************************************************/
#include "zipwriter_p.h" #include "xlsxzipwriter_p.h"
#include <QDebug> #include <QDebug>
#include <private/qzipwriter_p.h> #include <private/qzipwriter_p.h>