Searched refs:UNOMainThreadExecutor (Results 1 – 3 of 3) sorted by relevance
62 uno::Any SAL_CALL UNOMainThreadExecutor::execute( const uno::Sequence< beans::NamedValue >& aArgume… in execute()92 uno::Sequence< ::rtl::OUString > SAL_CALL UNOMainThreadExecutor::impl_staticGetSupportedServiceName… in impl_staticGetSupportedServiceNames()100 ::rtl::OUString SAL_CALL UNOMainThreadExecutor::impl_staticGetImplementationName() in impl_staticGetImplementationName()106 uno::Reference< uno::XInterface > SAL_CALL UNOMainThreadExecutor::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance()109 return uno::Reference< uno::XInterface >( *new UNOMainThreadExecutor( xServiceManager ) ); in impl_staticCreateSelfInstance()113 ::rtl::OUString SAL_CALL UNOMainThreadExecutor::getImplementationName() in getImplementationName()120 sal_Bool SAL_CALL UNOMainThreadExecutor::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()133 uno::Sequence< ::rtl::OUString > SAL_CALL UNOMainThreadExecutor::getSupportedServiceNames() in getSupportedServiceNames()
51 …if ( pServiceManager && aImplName.equals( UNOMainThreadExecutor::impl_staticGetImplementationName(… in component_getFactory()54 UNOMainThreadExecutor::impl_staticGetImplementationName(), in component_getFactory()55 UNOMainThreadExecutor::impl_staticCreateSelfInstance, in component_getFactory()56 UNOMainThreadExecutor::impl_staticGetSupportedServiceNames() ); in component_getFactory()79 UNOMainThreadExecutor::impl_staticGetImplementationName() + in component_writeInfo()82 …uno::Sequence< ::rtl::OUString > &rServices = UNOMainThreadExecutor::impl_staticGetSupportedServic… in component_writeInfo()
35 class UNOMainThreadExecutor : public ::cppu::WeakImplHelper2< ::com::sun::star::task::XJob, class41 UNOMainThreadExecutor( in UNOMainThreadExecutor() function in UNOMainThreadExecutor
Completed in 20 milliseconds