Commit ff9c1bc8 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

перенесена конвертация в json, viewer pf, xps, djvu

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63777 954022d7-b5bf-4e40-9824-e11837661b57
parent f73d61fb
......@@ -4,7 +4,7 @@
#include "OfficeFileFormats.h"
namespace POLE
namespace POLE
{
class Storage;
}
......@@ -46,4 +46,10 @@ private:
bool isBinaryDoctFormatFile (unsigned char* pBuffer,int dwBytes);
bool isBinaryXlstFormatFile (unsigned char* pBuffer,int dwBytes);
bool isBinaryPpttFormatFile (unsigned char* pBuffer,int dwBytes);
bool isDjvuFormatFile(unsigned char* pBuffer,int dwBytes);
bool isMobiFormatFile(unsigned char* pBuffer,int dwBytes);
bool isFB2FormatFile(unsigned char* pBuffer,int dwBytes);
bool isXpsFile(const std::wstring & fileName);
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment