Lines Matching refs:XMLEncryptionTemplateImpl

38 XMLEncryptionTemplateImpl :: XMLEncryptionTemplateImpl( const Reference< XMultiServiceFactory >& aF…  in XMLEncryptionTemplateImpl()  function in XMLEncryptionTemplateImpl
45 XMLEncryptionTemplateImpl :: ~XMLEncryptionTemplateImpl() { in ~XMLEncryptionTemplateImpl()
49 void SAL_CALL XMLEncryptionTemplateImpl :: setTemplate( const Reference< XXMLElementWrapper >& aTem… in setTemplate()
56 Reference< XXMLElementWrapper > SAL_CALL XMLEncryptionTemplateImpl :: getTemplate() in getTemplate()
63 void SAL_CALL XMLEncryptionTemplateImpl :: setTarget( const Reference< XXMLElementWrapper >& aTarge… in setTarget()
69 Reference< XXMLElementWrapper > SAL_CALL XMLEncryptionTemplateImpl :: getTarget() in getTarget()
75 void SAL_CALL XMLEncryptionTemplateImpl::setStatus( in setStatus()
82 ::com::sun::star::xml::crypto::SecurityOperationStatus SAL_CALL XMLEncryptionTemplateImpl::getStatu… in getStatus()
89 void SAL_CALL XMLEncryptionTemplateImpl :: initialize( const Sequence< Any >& /*aArguments*/ ) in initialize()
95 OUString SAL_CALL XMLEncryptionTemplateImpl :: getImplementationName() throw( RuntimeException ) { in getImplementationName()
100 sal_Bool SAL_CALL XMLEncryptionTemplateImpl :: supportsService( const OUString& serviceName) throw(… in supportsService()
111 Sequence< OUString > SAL_CALL XMLEncryptionTemplateImpl :: getSupportedServiceNames() throw( Runtim… in getSupportedServiceNames()
116 Sequence< OUString > XMLEncryptionTemplateImpl :: impl_getSupportedServiceNames() { in impl_getSupportedServiceNames()
123 OUString XMLEncryptionTemplateImpl :: impl_getImplementationName() throw( RuntimeException ) { in impl_getImplementationName()
128 Reference< XInterface > SAL_CALL XMLEncryptionTemplateImpl :: impl_createInstance( const Reference<… in impl_createInstance()
129 return Reference< XInterface >( *new XMLEncryptionTemplateImpl( aServiceManager ) ) ; in impl_createInstance()
132 Reference< XSingleServiceFactory > XMLEncryptionTemplateImpl :: impl_createFactory( const Reference… in impl_createFactory()