Home
last modified time | relevance | path

Searched refs:nPerm (Results 1 – 2 of 2) sorted by path

/trunk/main/l10ntools/source/
H A Dexport2.cxx719 const sal_uInt64 nPerm = osl_File_Attribute_OwnRead | osl_File_Attribute_OwnWrite | in GetTempFile() local
722 nRC = osl::File::setAttributes( *sTempFilename , nPerm ); in GetTempFile()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1348 sal_uInt8 nPerm[4]; in computeEncryptionKey() local
1350 nPerm[0] = (sal_uInt8)i_nAccessPermissions; in computeEncryptionKey()
1351 nPerm[1] = (sal_uInt8)( i_nAccessPermissions >> 8 ); in computeEncryptionKey()
1352 nPerm[2] = (sal_uInt8)( i_nAccessPermissions >> 16 ); in computeEncryptionKey()
1353 nPerm[3] = (sal_uInt8)( i_nAccessPermissions >> 24 ); in computeEncryptionKey()
1356 nError = rtl_digest_updateMD5( aDigest, nPerm , sizeof( nPerm ) ); in computeEncryptionKey()

Completed in 20 milliseconds