|
LibreOffice Module shell (master) 1
|
#include "zipexcptn.hxx"#include <zipfile.hxx>#include <global.hxx>#include <types.hxx>#include <stream_helper.hxx>#include <malloc.h>#include <algorithm>#include <memory>#include <string.h>#include <o3tl/safeint.hxx>#include <zlib.h>Go to the source code of this file.
Namespaces | |
| namespace | internal |
Macros | |
| #define | CDIR_ENTRY_SIG 0x02014b50 |
| #define | LOC_FILE_HEADER_SIG 0x04034b50 |
| #define | CDIR_END_SIG 0x06054b50 |
| #define | BLOCK_SIZE 0x800 |
| #define BLOCK_SIZE 0x800 |
Definition at line 255 of file zipfile.cxx.
| #define CDIR_END_SIG 0x06054b50 |
Definition at line 104 of file zipfile.cxx.
| #define CDIR_ENTRY_SIG 0x02014b50 |
Definition at line 102 of file zipfile.cxx.
| #define LOC_FILE_HEADER_SIG 0x04034b50 |
Definition at line 103 of file zipfile.cxx.
| std::string str_ |
Definition at line 344 of file zipfile.cxx.