Searched refs:m_pServiceNames (Results 1 – 4 of 4) sorted by relevance
44 static final String[] m_pServiceNames = { "com.sun.star.wiki.WikiOptionsEventHandler" }; field in WikiOptionsEventHandlerImpl206 int len = m_pServiceNames.length; in supportsService()210 if ( sService.equals( m_pServiceNames[i] )) in supportsService()218 return m_pServiceNames; in getSupportedServiceNames()
102 … WikiOptionsEventHandlerImpl.m_pServiceNames ); in __getComponentFactory()113 … WikiOptionsEventHandlerImpl.m_pServiceNames, in __writeRegistryServiceInfo()
129 rtl::OString const str(m_pServiceNames); in getSupportedServiceNames()143 rtl::OString const str(m_pServiceNames); in supportsService()
121 m_pServiceNames(pSupportedServiceNames), in ServiceDecl()143 char const* const m_pServiceNames; member in comphelper::service_decl::ServiceDecl
Completed in 34 milliseconds