Home
last modified time | relevance | path

Searched refs:n_ConstCurrentVersion (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/package/inc/
H A DEncryptedDataHeader.hxx50 const sal_Int16 n_ConstCurrentVersion = 1; variable
/aoo4110/main/package/source/zipapi/
H A DZipFile.cxx218 *(pHeader++) = ( n_ConstCurrentVersion >> 0 ) & 0xFF; in StaticFillHeader()
219 *(pHeader++) = ( n_ConstCurrentVersion >> 8 ) & 0xFF; in StaticFillHeader()
313 if ( nVersion == n_ConstCurrentVersion ) in StaticFillData()

Completed in 24 milliseconds