1 #ifndef DOCXFMT_H
2 #define DOCXFMT_H
3 
4 #include "../include/crsetup.h"
5 #include "../include/lvtinydom.h"
6 
7 
8 bool DetectDocXFormat( LVStreamRef stream );
9 bool ImportDocXDocument( LVStreamRef stream, ldomDocument * doc, LVDocViewCallback * progressCallback, CacheLoadingCallback * formatCallback );
10 
11 #endif // DOCXFMT_H
12