mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Refactoring
This commit is contained in:
@ -95,6 +95,7 @@ public:
|
||||
bool isHtmlFormatFile(unsigned char* pBuffer, int dwBytes, bool testCloseTag);
|
||||
bool isMultiPartsHtmlFormatFile(unsigned char* pBuffer, int dwBytes);
|
||||
bool isPdfFormatFile(unsigned char* pBuffer, int dwBytes, std::wstring& documentID);
|
||||
bool isPdfOformFormatFile(unsigned char* pBuffer, int dwBytes);
|
||||
bool isOpenOfficeFlatFormatFile(unsigned char* pBuffer, int dwBytes);
|
||||
|
||||
bool isBinaryDoctFormatFile(unsigned char* pBuffer, int dwBytes);
|
||||
|
||||
Reference in New Issue
Block a user