Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx588 …AgileEncryptionHandler *agileEncryptionHandler = new AgileEncryptionHandler( keyData, dataIntegrit… in AgileEncryptionInfo() local
589 Reference< XFastDocumentHandler > documentHandler( agileEncryptionHandler ); in AgileEncryptionInfo()
595 if( !agileEncryptionHandler->getLastError().isEmpty() ) in AgileEncryptionInfo()
596 throw new Exception( agileEncryptionHandler->getLastError(), Reference< XInterface >() ); in AgileEncryptionInfo()