Searched refs:CXPathAPI (Results 1 – 3 of 3) sorted by relevance
49 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::CXPathAPI60 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 …]
67 class CXPathAPI class79 CXPathAPI(
84 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()