Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmlelementwrapper_xmlsecimpl.cxx36 XMLElementWrapper_XmlSecImpl::XMLElementWrapper_XmlSecImpl(const xmlNodePtr pNode) in XMLElementWrapper_XmlSecImpl() function in XMLElementWrapper_XmlSecImpl
45 cssu::Sequence< sal_Int8 > XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId( void ) in getUnoTunnelImplementationId()
61 sal_Int64 SAL_CALL XMLElementWrapper_XmlSecImpl::getSomething( const cssu::Sequence< sal_Int8 >& aI… in getSomething()
106 return (cppu::OWeakObject*) new XMLElementWrapper_XmlSecImpl(NULL); in XMLElementWrapper_XmlSecImpl_createInstance()
110 rtl::OUString SAL_CALL XMLElementWrapper_XmlSecImpl::getImplementationName( ) in getImplementationName()
115 sal_Bool SAL_CALL XMLElementWrapper_XmlSecImpl::supportsService( const rtl::OUString& rServiceName … in supportsService()
120 cssu::Sequence< rtl::OUString > SAL_CALL XMLElementWrapper_XmlSecImpl::getSupportedServiceNames( ) in getSupportedServiceNames()
126 xmlNodePtr XMLElementWrapper_XmlSecImpl::getNativeElement( ) const in getNativeElement()
155 void XMLElementWrapper_XmlSecImpl::setNativeElement(const xmlNodePtr pNode) in setNativeElement()
H A Dxmlelementwrapper_xmlsecimpl.hxx35 class XMLElementWrapper_XmlSecImpl : public cppu::WeakImplHelper3 class
64 explicit XMLElementWrapper_XmlSecImpl(const xmlNodePtr pNode);
65 virtual ~XMLElementWrapper_XmlSecImpl() {}; in ~XMLElementWrapper_XmlSecImpl()
H A Dxmldocumentwrapper_xmlsecimpl.cxx492 XMLElementWrapper_XmlSecImpl* pElement in checkElement()
493 = reinterpret_cast<XMLElementWrapper_XmlSecImpl*>( in checkElement()
496 XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))) ; in checkElement()
771 XMLElementWrapper_XmlSecImpl* pElement = new XMLElementWrapper_XmlSecImpl(m_pCurrentElement); in getCurrentElement()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlencryption_nssimpl.cxx126 XMLElementWrapper_XmlSecImpl* pTemplate = in encrypt()
127 reinterpret_cast<XMLElementWrapper_XmlSecImpl*>( in encrypt()
129 … xTplTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in encrypt()
145 XMLElementWrapper_XmlSecImpl* pTarget = in encrypt()
146 reinterpret_cast<XMLElementWrapper_XmlSecImpl*>( in encrypt()
148 … xTgtTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in encrypt()
282 XMLElementWrapper_XmlSecImpl* pTemplate = in decrypt()
283 reinterpret_cast<XMLElementWrapper_XmlSecImpl*>( in decrypt()
285 … xTplTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in decrypt()
354 XMLElementWrapper_XmlSecImpl * ret = new XMLElementWrapper_XmlSecImpl(isParentRef? in decrypt()
H A Dxmlsignature_nssimpl.cxx108 XMLElementWrapper_XmlSecImpl* pElement = in generate()
109 reinterpret_cast<XMLElementWrapper_XmlSecImpl*>( in generate()
111 … xNodTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in generate()
216 XMLElementWrapper_XmlSecImpl* pElement = in validate()
217 reinterpret_cast<XMLElementWrapper_XmlSecImpl*>( in validate()
219 … xNodTunnel->getSomething( XMLElementWrapper_XmlSecImpl::getUnoTunnelImplementationId() ))); in validate()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlencryption_mscryptimpl.cxx113XMLElementWrapper_XmlSecImpl* pTemplate = ( XMLElementWrapper_XmlSecImpl* )xTplTunnel->getSomethin… in encrypt()
250XMLElementWrapper_XmlSecImpl* pTemplate = ( XMLElementWrapper_XmlSecImpl* )xTplTunnel->getSomethin… in decrypt()
327 XMLElementWrapper_XmlSecImpl * ret = new XMLElementWrapper_XmlSecImpl(isParentRef? in decrypt()
H A Dxmlsignature_mscryptimpl.cxx111XMLElementWrapper_XmlSecImpl* pElement = ( XMLElementWrapper_XmlSecImpl* )xNodTunnel->getSomething… in generate()
210XMLElementWrapper_XmlSecImpl* pElement = ( XMLElementWrapper_XmlSecImpl* )xNodTunnel->getSomething… in validate()
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dencrypter.cxx161XMLElementWrapper_XmlSecImpl* pTplElement = ( XMLElementWrapper_XmlSecImpl* )xTplEleTunnel->getSom… in main()
185XMLElementWrapper_XmlSecImpl* pTarElement = ( XMLElementWrapper_XmlSecImpl* )xTarEleTunnel->getSom… in main()
H A Ddecrypter.cxx153XMLElementWrapper_XmlSecImpl* pTplElement = ( XMLElementWrapper_XmlSecImpl* )xTplEleTunnel->getSom… in main()
H A Dverifier.cxx225XMLElementWrapper_XmlSecImpl* pElement = ( XMLElementWrapper_XmlSecImpl* )xEleTunnel->getSomething… in main()
H A Dsigner.cxx241XMLElementWrapper_XmlSecImpl* pElement = ( XMLElementWrapper_XmlSecImpl* )xEleTunnel->getSomething… in main()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dencrypter.cxx167XMLElementWrapper_XmlSecImpl* pTplElement = ( XMLElementWrapper_XmlSecImpl* )xTplEleTunnel->getSom… in main()
191XMLElementWrapper_XmlSecImpl* pTarElement = ( XMLElementWrapper_XmlSecImpl* )xTarEleTunnel->getSom… in main()
H A Ddecrypter.cxx152XMLElementWrapper_XmlSecImpl* pTplElement = ( XMLElementWrapper_XmlSecImpl* )xTplEleTunnel->getSom… in main()
H A Dverifier.cxx223XMLElementWrapper_XmlSecImpl* pElement = ( XMLElementWrapper_XmlSecImpl* )xEleTunnel->getSomething… in main()
H A Dsigner.cxx223XMLElementWrapper_XmlSecImpl* pElement = ( XMLElementWrapper_XmlSecImpl* )xEleTunnel->getSomething… in main()

Completed in 60 milliseconds