Searched refs:LayoutFactory (Results 1 – 4 of 4) sorted by relevance
42 … if ( pServiceManager && aImplName.equals( LayoutFactory::impl_staticGetImplementationName() ) ) in comp_Layout_component_getFactory()45 … LayoutFactory::impl_staticCreateSelfInstance, in comp_Layout_component_getFactory()57 ::rtl::OUString SAL_CALL LayoutFactory::impl_staticGetImplementationName() in impl_staticGetImplementationName()62 uno::Sequence< ::rtl::OUString > SAL_CALL LayoutFactory::impl_staticGetSupportedServiceNames() in impl_staticGetSupportedServiceNames()70 uno::Reference< uno::XInterface > SAL_CALL LayoutFactory::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance()73 return uno::Reference< uno::XInterface >( *new LayoutFactory( xServiceManager ) ); in impl_staticCreateSelfInstance()77 ::rtl::OUString SAL_CALL LayoutFactory::getImplementationName() in getImplementationName()83 uno::Sequence< ::rtl::OUString > SAL_CALL LayoutFactory::getSupportedServiceNames() in getSupportedServiceNames()89 sal_Bool SAL_CALL LayoutFactory::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()101 uno::Reference< uno::XInterface > SAL_CALL LayoutFactory::createInstance() in createInstance()[all …]
37 class TOOLKIT_DLLPUBLIC LayoutFactory : public ::cppu::WeakImplHelper2< ::com::sun::star::lang::XSi… class43 …LayoutFactory( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactor… in LayoutFactory() function in LayoutFactory
56 …star::uno::Reference< com::sun::star::lang::XSingleServiceFactory >( new ::LayoutFactory( this ) ); in createInstance()
807 * : [LAYOUT_FACTORY]: Add LayoutFactory and register that for Layout
Completed in 11 milliseconds