Searched refs:aEncryptionKey (Results 1 – 3 of 3) sorted by relevance
1352 if ( aNewValue != m_aProps.aEncryptionKey ) in setPropertyValues()1356 m_aProps.aEncryptionKey ); in setPropertyValues()1359 m_aProps.aEncryptionKey = aNewValue; in setPropertyValues()2640 uno::makeAny( m_aProps.aEncryptionKey ) ); in storeData()2802 uno::makeAny( m_aProps.aEncryptionKey ) ); in storeData()
82 sal_Int8 > aEncryptionKey; // EncryptionKey member
1661 …uno::Sequence< sal_Int8 > aEncryptionKey = ::comphelper::DocPasswordHelper::GenerateStd97Key( pPas… in execute() local1663 if ( aEncryptionKey.getLength() ) in execute()1666 …hData[ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "STD97EncryptionKey" ) ) ] <<= aEncryptionKey; in execute()
Completed in 42 milliseconds