Home
last modified time | relevance | path

Searched refs:Factory (Results 1 – 25 of 98) sorted by relevance

1234

/trunk/main/stoc/source/uriproc/
H A DVndSunStarPkgUrlReferenceFactory.cxx58 class Factory: public cppu::WeakImplHelper2< class
62 explicit Factory( in Factory() function in __anonb0ff0e1e0111::Factory
81 Factory(Factory &); // not implemented
82 void operator =(Factory); // not implemented
84 virtual ~Factory() {} in ~Factory()
89 rtl::OUString Factory::getImplementationName() in getImplementationName()
97 sal_Bool Factory::supportsService(rtl::OUString const & serviceName) in supportsService()
104 css::uno::Sequence< rtl::OUString > Factory::getSupportedServiceNames() in getSupportedServiceNames()
112 Factory::createVndSunStarPkgUrlReference( in createVndSunStarPkgUrlReference()
144 return static_cast< cppu::OWeakObject * >(new Factory(context)); in create()
H A DUriReferenceFactory.cxx300 class Factory: public cppu::WeakImplHelper2< class
304 explicit Factory( in Factory() function in __anon6d56e0e10111::Factory
339 Factory(Factory &); // not implemented
340 void operator =(Factory); // not implemented
342 virtual ~Factory() {} in ~Factory()
351 rtl::OUString Factory::getImplementationName() in getImplementationName()
357 sal_Bool Factory::supportsService(rtl::OUString const & serviceName) in supportsService()
364 css::uno::Sequence< rtl::OUString > Factory::getSupportedServiceNames() in getSupportedServiceNames()
370 css::uno::Reference< css::uri::XUriReference > Factory::parse( in parse()
449 css::uno::Reference< css::uri::XUriReference > Factory::makeAbsolute( in makeAbsolute()
[all …]
/trunk/main/comphelper/source/misc/
H A Dservicedecl.cxx41 class ServiceDecl::Factory : class in comphelper::service_decl::ServiceDecl
47 explicit Factory( ServiceDecl const& rServiceDecl ) in Factory() function in comphelper::service_decl::ServiceDecl::Factory
68 virtual ~Factory();
73 ServiceDecl::Factory::~Factory() in ~Factory()
78 rtl::OUString ServiceDecl::Factory::getImplementationName() in getImplementationName()
84 sal_Bool ServiceDecl::Factory::supportsService( rtl::OUString const& name ) in supportsService()
90 uno::Sequence<rtl::OUString> ServiceDecl::Factory::getSupportedServiceNames() in getSupportedServiceNames()
97 uno::Reference<uno::XInterface> ServiceDecl::Factory::createInstanceWithContext( in createInstanceWithContext()
106 ServiceDecl::Factory::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
118 lang::XSingleComponentFactory * const pFac( new Factory(*this) ); in getFactory()
/trunk/main/tools/inc/tools/
H A Drtti.hxx48 #define TYPEINIT_FACTORY(sType, Factory ) \ argument
49 void* sType::CreateType() { return Factory; } \
74 #define TYPEINIT0_FACTORY(sType, Factory) \ argument
75 TYPEINIT_FACTORY(sType, Factory); \
80 #define TYPEINIT1_FACTORY(sType, sSuper, Factory) \ argument
81 TYPEINIT_FACTORY(sType, Factory); \
89 #define TYPEINIT2_FACTORY(sType, sSuper1, sSuper2, Factory) \ argument
90 TYPEINIT_FACTORY(sType, Factory); \
99 #define TYPEINIT3_FACTORY(sType, sSuper1, sSuper2, sSuper3, Factory) \ argument
100 TYPEINIT_FACTORY(sType, Factory); \
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsQueueProcessorThread.hxx115 template <class Queue, class Request, class Cache, class Factory>
116 QueueProcessorThread<Queue, Request, Cache, Factory>
133 template <class Queue, class Request, class Cache, class Factory>
134 QueueProcessorThread<Queue, Request, Cache, Factory>
142 template <class Queue, class Request, class Cache, class Factory>
143 void SAL_CALL QueueProcessorThread<Queue, Request, Cache, Factory>::run (void) in run()
175 template <class Queue, class Request, class Cache, class Factory>
176 void QueueProcessorThread<Queue, Request, Cache, Factory>
211 BitmapEx aBitmap (Factory::CreateBitmap (*pRequest, mrView)); in ProcessQueueEntry()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_bridgetest_inprocess.cs34 internal class Factory : class
41 public Factory( Type type, String service ) in Factory() method in Factory
119 new Factory( in Main()
125 new Factory( in Main()
131 new Factory( in Main()
137 new Factory( in Main()
143 new Factory( in Main()
/trunk/main/desktop/test/deployment/active/
H A DServices.java27 import com.sun.star.lib.uno.helper.Factory;
38 return Factory.createComponentFactory( in __getComponentFactory()
42 return Factory.createComponentFactory( in __getComponentFactory()
51 if (!(Factory.writeRegistryServiceInfo( in __writeRegistryServiceInfo()
53 Factory.writeRegistryServiceInfo( in __writeRegistryServiceInfo()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java39 import com.sun.star.lib.uno.helper.Factory;
408 …xFactory = Factory.createComponentFactory(_SOReportJobFactory.class, _SOReportJobFactory.getServic… in __getComponentFactory()
412 …xFactory = Factory.createComponentFactory(SOFunctionManager.class, SOFunctionManager.getServiceNam… in __getComponentFactory()
416 …xFactory = Factory.createComponentFactory(SOFormulaParser.class, SOFormulaParser.getServiceNames()… in __getComponentFactory()
436 return Factory.writeRegistryServiceInfo(SOFunctionManager.class.getName(), in __writeRegistryServiceInfo()
438 regKey) && Factory.writeRegistryServiceInfo(_SOReportJobFactory.class.getName(), in __writeRegistryServiceInfo()
440 regKey) && Factory.writeRegistryServiceInfo(SOFormulaParser.class.getName(), in __writeRegistryServiceInfo()
/trunk/main/sd/source/ui/app/
H A Dsddll.cxx70 pImpressFact = &::sd::DrawDocShell::Factory(); in Init()
73 pDrawFact = &::sd::GraphicDocShell::Factory(); in Init()
94 …::sd::DrawDocShell::Factory().SetDocumentServiceName( String( RTL_CONSTASCII_USTRINGPARAM( "com.su… in Init()
99 …::sd::GraphicDocShell::Factory().SetDocumentServiceName( String( RTL_CONSTASCII_USTRINGPARAM( "com… in Init()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java62 static protected class Factory class in FactoryHelper
88 protected Factory(Class implClass, in Factory() method in FactoryHelper.Factory
458 …xSingleServiceFactory = new Factory(implClass, (String)serviceName.get(null), multiFactory, regKe… in getServiceFactory()
485 return new Factory(implClass, serviceName, multiFactory, regKey); in getServiceFactory()
495 return new Factory( implClass, serviceName, null, null ); in createComponentFactory()
549 "##### " + Factory.class.getName() + ".writeRegistryServiceInfo -- exc: " + in writeRegistryServiceInfo()
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx120 static SfxViewFactory&Factory() { return *pFactory; } \
135 DocClass::Factory().RegisterViewFactory( Factory() )
138 Factory().RegisterViewFactory( ViewShellClass::Factory() )
H A Ddocfac.hxx125 static SfxObjectFactory& Factory(); \
126 virtual SfxObjectFactory& GetFactory() const { return Factory(); }
130 SfxObjectFactory& ClassName::Factory() \
/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx390 class Factory: class
396 Factory() {} in Factory() function in configmgr::configuration_provider::__anon1002af3d0111::Factory
399 virtual ~Factory() {} in ~Factory()
425 css::uno::Reference< css::uno::XInterface > Factory::createInstanceWithContext( in createInstanceWithContext()
434 Factory::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
538 return new Factory; in createFactory()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java41 public class Factory class
66 return new Factory( impl_class, impl_name, supported_services ); in createComponentFactory()
117 "##### " + Factory.class.getName() + ".writeRegistryServiceInfo -- exc: " + in writeRegistryServiceInfo()
131 private Factory( in Factory() method in Factory
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java44 import com.sun.star.lib.uno.helper.Factory;
99 xFactory = Factory.createComponentFactory( WikiEditorImpl.class, m_serviceNames ); in __getComponentFactory()
101 xFactory = Factory.createComponentFactory( WikiOptionsEventHandlerImpl.class, in __getComponentFactory()
109 boolean bResult = Factory.writeRegistryServiceInfo( m_implementationName, in __writeRegistryServiceInfo()
112 …return ( bResult && Factory.writeRegistryServiceInfo( WikiOptionsEventHandlerImpl.m_sImplementatio… in __writeRegistryServiceInfo()
/trunk/main/desktop/test/deployment/passive/
H A DServices.java27 import com.sun.star.lib.uno.helper.Factory;
36 return Factory.createComponentFactory( in __getComponentFactory()
40 return Factory.createComponentFactory( in __getComponentFactory()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpComponent.java26 import com.sun.star.lib.uno.helper.Factory;
87 xFactory = Factory.createComponentFactory(HelpSearch._HelpSearch.class, in __getComponentFactory()
90 xFactory = Factory.createComponentFactory(HelpIndexer.class, in __getComponentFactory()
/trunk/main/sw/source/ui/app/
H A Dswdll.cxx78 pDocFact = &SwDocShell::Factory(); in Init()
79 pGlobDocFact = &SwGlobalDocShell::Factory(); in Init()
82 SfxObjectFactory* pWDocFact = &SwWebDocShell::Factory(); in Init()
/trunk/main/desktop/test/deployment/locationtest/
H A DLocationTest.java25 import com.sun.star.lib.uno.helper.Factory;
127 xFactory = Factory.createComponentFactory(_LocationTest.class, in __getComponentFactory()
142 return Factory.writeRegistryServiceInfo(_LocationTest.class.getName(), in __writeRegistryServiceInfo()
/trunk/main/desktop/test/deployment/update/updateinfocreation/build/
H A DTestExtension.java25 import com.sun.star.lib.uno.helper.Factory;
127 xFactory = Factory.createComponentFactory(_TestExtension.class, in __getComponentFactory()
142 return Factory.writeRegistryServiceInfo(_TestExtension.class.getName(), in __writeRegistryServiceInfo()
/trunk/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/
H A DTestExtension.java26 import com.sun.star.lib.uno.helper.Factory;
128 xFactory = Factory.createComponentFactory(_TestExtension.class, in __getComponentFactory()
143 return Factory.writeRegistryServiceInfo(_TestExtension.class.getName(), in __writeRegistryServiceInfo()
/trunk/main/basctl/source/basicide/
H A Diderdll.cxx92 SfxObjectFactory* pFact = &BasicDocShell::Factory(); in Init()
99 BASIC_MOD() = new BasicIDEModule( pMgr, &BasicDocShell::Factory() ); in Init()
104 SfxObjectFactory& rFactory = BasicDocShell::Factory(); in Init()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java38 import com.sun.star.lib.uno.helper.Factory;
101 return Factory.createComponentFactory( in __getComponentFactory()
109 return Factory.writeRegistryServiceInfo( in __writeRegistryServiceInfo()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorAddon.java40 import com.sun.star.lib.uno.helper.Factory;
198 …xFactory = Factory.createComponentFactory(InspectorAddonImpl.class, InspectorAddonImpl.getServiceN… in __getComponentFactory()
211 …return Factory.writeRegistryServiceInfo(InspectorAddonImpl.class.getName(), InspectorAddonImpl.get… in __writeRegistryServiceInfo()
H A DProtocolHandlerAddon.java25 import com.sun.star.lib.uno.helper.Factory;
250 xFactory = Factory.createComponentFactory(ProtocolHandlerAddonImpl.class, in __getComponentFactory()
267 return Factory.writeRegistryServiceInfo( in __writeRegistryServiceInfo()

Completed in 118 milliseconds

1234