Searched refs:MainThreadExecutor (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/embeddedobj/test/mtexecutor/ |
H A D | mainthreadexecutor.cxx | 34 uno::Sequence< ::rtl::OUString > SAL_CALL MainThreadExecutor::impl_staticGetSupportedServiceNames() in impl_staticGetSupportedServiceNames() 43 ::rtl::OUString SAL_CALL MainThreadExecutor::impl_staticGetImplementationName() in impl_staticGetImplementationName() 49 uno::Reference< uno::XInterface > SAL_CALL MainThreadExecutor::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance() 52 return uno::Reference< uno::XInterface >( *new MainThreadExecutor( xServiceManager ) ); in impl_staticCreateSelfInstance() 56 uno::Any SAL_CALL MainThreadExecutor::execute( const uno::Sequence< beans::NamedValue >& aArguments… in execute() 78 …Application::PostUserEvent( STATIC_LINK( NULL, MainThreadExecutor, worker ), pMainThreadExecutorRe… in execute() 86 IMPL_STATIC_LINK( MainThreadExecutor, worker, MainThreadExecutorRequest*, pThreadExecutorRequest ) in IMPL_STATIC_LINK() argument 95 ::rtl::OUString SAL_CALL MainThreadExecutor::getImplementationName() in getImplementationName() 102 sal_Bool SAL_CALL MainThreadExecutor::supportsService( const ::rtl::OUString& ServiceName ) in supportsService() 115 uno::Sequence< ::rtl::OUString > SAL_CALL MainThreadExecutor::getSupportedServiceNames() in getSupportedServiceNames()
|
H A D | mteregister.cxx | 54 if ( aImplName.equals( MainThreadExecutor::impl_staticGetImplementationName() ) ) in component_getFactory() 57 MainThreadExecutor::impl_staticGetImplementationName(), in component_getFactory() 58 MainThreadExecutor::impl_staticCreateSelfInstance, in component_getFactory() 59 MainThreadExecutor::impl_staticGetSupportedServiceNames() ); in component_getFactory() 93 MainThreadExecutor::impl_staticGetImplementationName() + in component_writeInfo() 96 rServices = MainThreadExecutor::impl_staticGetSupportedServiceNames(); in component_writeInfo()
|
H A D | mainthreadexecutor.hxx | 49 class MainThreadExecutor : public ::cppu::WeakImplHelper2< class 55 MainThreadExecutor( in MainThreadExecutor() function in MainThreadExecutor 66 DECL_STATIC_LINK( MainThreadExecutor, worker, MainThreadExecutorRequest* );
|
Completed in 20 milliseconds