Home
last modified time | relevance | path

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

/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx49 Reference< XInterface > CXPathAPI::_getInstance(const Reference< XMultiServiceFactory >& rSMgr) in _getInstance()
51 return Reference< XInterface >(static_cast<XXPathAPI*>(new CXPathAPI(rSMgr))); in _getInstance()
55 CXPathAPI::CXPathAPI(const Reference< XMultiServiceFactory >& rSMgr) in CXPathAPI() function in XPath::CXPathAPI
60 const char* CXPathAPI::aImplementationName = "com.sun.star.comp.xml.xpath.XPathAPI";
61 const char* CXPathAPI::aSupportedServiceNames[] = {
66 OUString CXPathAPI::_getImplementationName() in _getImplementationName()
71 Sequence<OUString> CXPathAPI::_getSupportedServiceNames() in _getSupportedServiceNames()
81 Sequence< OUString > SAL_CALL CXPathAPI::getSupportedServiceNames() in getSupportedServiceNames()
84 return CXPathAPI::_getSupportedServiceNames(); in getSupportedServiceNames()
87 OUString SAL_CALL CXPathAPI::getImplementationName() in getImplementationName()
[all …]
H A Dxpathapi.hxx67 class CXPathAPI class
79 CXPathAPI(
/trunk/main/unoxml/source/service/
H A Dservices.cxx84 else if (CXPathAPI::_getImplementationName().compareToAscii( pImplementationName ) == 0 ) in component_getFactory()
88 xServiceManager, CXPathAPI::_getImplementationName(), in component_getFactory()
89 CXPathAPI::_getInstance, CXPathAPI::_getSupportedServiceNames())); in component_getFactory()