Searched refs:pSupportedServices (Results 1 – 5 of 5) sorted by relevance
113 pSupportedServices(0), in ComponentDescription()124 pSupportedServices = new SupportedService; in ComponentDescription()125 AddChild( *pSupportedServices ); in ComponentDescription()
73 { return *pSupportedServices; } in SupportedServices()82 pSupportedServices; member in ComponentDescription
71 static const char** pSupportedServices[] = variable80 const char **names = pSupportedServices[p]; in getSupportedServiceNames()
68 static const char** pSupportedServices[] = variable77 const char **names = pSupportedServices[p]; in getSupportedServiceNames()
2933 const OUString* pSupportedServices = aSupportedServices.getConstArray(); in supportsService() local2934 for ( sal_Int32 i=0; i<aSupportedServices.getLength(); ++i, ++pSupportedServices ) in supportsService()2935 if ( *pSupportedServices == _rServiceName ) in supportsService()
Completed in 39 milliseconds