Lines Matching refs:AgileEncryptionHandler

393 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()
507 Reference< XFastContextHandler > AgileEncryptionHandler::createUnknownChildContext( const OUString&… in createUnknownChildContext()
513 void AgileEncryptionHandler::characters( const ::rtl::OUString& rStr ) in characters()
518 void AgileEncryptionHandler::ignorableWhitespace( const ::rtl::OUString& str ) in ignorableWhitespace()
523 void AgileEncryptionHandler::processingInstruction( const ::rtl::OUString& aTarget, const ::rtl::OU… in processingInstruction()
528 void AgileEncryptionHandler::parseKeyData( const AttributeList& attribs ) in parseKeyData()
544 void AgileEncryptionHandler::parseDataIntegrity( const AttributeList& attribs ) in parseDataIntegrity()
555 void AgileEncryptionHandler::parseEncryptedKey( const AttributeList& attribs ) in parseEncryptedKey()
603AgileEncryptionHandler *agileEncryptionHandler = new AgileEncryptionHandler( keyData, dataIntegrit… in AgileEncryptionInfo()