Lines Matching refs:Acceptor

45 	((Acceptor*)acc)->run();  in workerfunc()
58 Mutex Acceptor::m_aMutex;
60 Acceptor::Acceptor( const Reference< XMultiServiceFactory >& rFactory ) in Acceptor() function in desktop::Acceptor
80 Acceptor::~Acceptor() in ~Acceptor()
110 void SAL_CALL Acceptor::run() in run()
154 void SAL_CALL Acceptor::initialize( const Sequence<Any>& aArguments ) in initialize()
207 const sal_Char *Acceptor::serviceName = "com.sun.star.office.Acceptor";
208 const sal_Char *Acceptor::implementationName = "com.sun.star.office.comp.Acceptor";
209 const sal_Char *Acceptor::supportedServiceNames[] = {"com.sun.star.office.Acceptor", NULL};
210 OUString Acceptor::impl_getImplementationName() in impl_getImplementationName()
214 OUString SAL_CALL Acceptor::getImplementationName() in getImplementationName()
217 return Acceptor::impl_getImplementationName(); in getImplementationName()
219 Sequence<OUString> Acceptor::impl_getSupportedServiceNames() in impl_getSupportedServiceNames()
228 Sequence<OUString> SAL_CALL Acceptor::getSupportedServiceNames() in getSupportedServiceNames()
231 return Acceptor::impl_getSupportedServiceNames(); in getSupportedServiceNames()
233 sal_Bool SAL_CALL Acceptor::supportsService( const OUString&) in supportsService()
240 Reference< XInterface > Acceptor::impl_getInstance( const Reference< XMultiServiceFactory >& aFacto… in impl_getInstance()
243 return (XComponent*) new Acceptor( aFactory ); in impl_getInstance()
328 …if (Acceptor::impl_getImplementationName().compareToAscii( pImplementationName ) == COMPARE_EQUAL ) in component_getFactory()
331 xServiceManager, Acceptor::impl_getImplementationName(), in component_getFactory()
332 Acceptor::impl_getInstance, Acceptor::impl_getSupportedServiceNames()) ); in component_getFactory()