Home
last modified time | relevance | path

Searched defs:ZipEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/package/inc/ !
H A DZipEntry.hxx29 struct ZipEntry struct
32 sal_Int16 nVersion;
34 sal_Int16 nFlag;
36 sal_Int16 nMethod;
60 ZipEntry(): in ZipEntry() argument
/trunk/main/filter/source/placeware/ !
H A Dzip.cxx39 struct ZipEntry struct
41 OString name; /* the name we used */
42 sal_Int32 offset; /* where the header starts */
43 sal_Int32 endOffset; /* where the file data ends */
44 sal_Int32 crc;
45 sal_Int32 modTime; /* dos mod time & date */
46 sal_Int32 fileLen; /* file size, in bytes */