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.cxx393 class AgileEncryptionHandler : public ::cppu::WeakImplHelper1< XFastDocumentHandler > class
396AgileEncryptionHandler( AgileKeyData &aKeyData, AgileDataIntegrity &aDataIntegrity, AgilePasswordK… in AgileEncryptionHandler() function in oox::core::AgileEncryptionHandler
433 void AgileEncryptionHandler::startDocument() in startDocument()
438 void AgileEncryptionHandler::endDocument() in endDocument()
443 void AgileEncryptionHandler::setDocumentLocator( const Reference< XLocator >& ) in setDocumentLocator()
448 void AgileEncryptionHandler::startFastElement( sal_Int32 nElement, const Reference< XFastAttributeL… in startFastElement()
483 void AgileEncryptionHandler::startUnknownElement( const OUString&, const OUString&, const Reference… in startUnknownElement()
489 void AgileEncryptionHandler::endFastElement( sal_Int32 nElement ) in endFastElement()
495 void AgileEncryptionHandler::endUnknownElement( const OUString&, const OUString& ) in endUnknownElement()
501 Reference< XFastContextHandler > AgileEncryptionHandler::createFastChildContext( sal_Int32, const R… in createFastChildContext()
[all …]