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()
109 void SAL_CALL Acceptor::run() in run()
153 void SAL_CALL Acceptor::initialize( const Sequence<Any>& aArguments ) in initialize()
206 const sal_Char *Acceptor::serviceName = "com.sun.star.office.Acceptor";
207 const sal_Char *Acceptor::implementationName = "com.sun.star.office.comp.Acceptor";
208 const sal_Char *Acceptor::supportedServiceNames[] = {"com.sun.star.office.Acceptor", NULL};
209 OUString Acceptor::impl_getImplementationName() in impl_getImplementationName()
213 OUString SAL_CALL Acceptor::getImplementationName() in getImplementationName()
216 return Acceptor::impl_getImplementationName(); in getImplementationName()
218 Sequence<OUString> Acceptor::impl_getSupportedServiceNames() in impl_getSupportedServiceNames()
227 Sequence<OUString> SAL_CALL Acceptor::getSupportedServiceNames() in getSupportedServiceNames()
230 return Acceptor::impl_getSupportedServiceNames(); in getSupportedServiceNames()
232 sal_Bool SAL_CALL Acceptor::supportsService( const OUString&) in supportsService()
239 Reference< XInterface > Acceptor::impl_getInstance( const Reference< XMultiServiceFactory >& aFacto… in impl_getInstance()
242 return (XComponent*) new Acceptor( aFactory ); in impl_getInstance()
327 …if (Acceptor::impl_getImplementationName().compareToAscii( pImplementationName ) == COMPARE_EQUAL ) in component_getFactory()
330 xServiceManager, Acceptor::impl_getImplementationName(), in component_getFactory()
331 Acceptor::impl_getInstance, Acceptor::impl_getSupportedServiceNames()) ); in component_getFactory()