Home
last modified time | relevance | path

Searched refs:factory (Results 76 – 100 of 260) sorted by last modified time

1234567891011

/trunk/main/udkapi/com/sun/star/script/
H A DInvocation.idl36 /** factory service that allows construction of Invocation objects.
/trunk/main/udkapi/com/sun/star/lang/
H A DXServiceName.idl39 such an object by a factory.
48 by a factory.
H A DServiceManager.idl87 on the factory when going down (i.e. it is commonly disposed by the component context).</dd>
H A DXInitialization.idl54 the factory itself.
H A DXMultiComponentFactory.idl43 services specified by the factory.
58 services specified by the factory, and initializes the new instance
H A DXMultiServiceFactory.idl78 /** Provides the available names of the factory to be used to create instances.
/trunk/main/udkapi/com/sun/star/loader/
H A DCannotActivateFactoryException.idl38 activate a component factory using the
40 method, but the component factory can not be activated.
H A DXImplementationLoader.idl76 @return returns a factory interface, which allows to create an instance of
81 service implementation, not the factory itself.
/trunk/main/udkapi/com/sun/star/io/
H A DXPersistObject.idl52 createable by name via a factory, which is in general
74 <p>This name is used to create such an object by a factory
98 other XPersistObjects are read from the stream, the implementation uses a factory
/trunk/main/udkapi/com/sun/star/container/
H A DXComponentEnumerationAccess.idl41 /** provides a factory for a typified enumeration through
H A DEnumerableMap.idl74 … <p>The factory methods of the <code>XEnumerableMap</code> interface support both <em>isolated</em>
/trunk/main/udkapi/com/sun/star/bridge/
H A DOleApplicationRegistration.idl47 Currently only a factory for the service com.sun.star.long.MultiServiceFactory is registered
H A DXBridgeFactory.idl35 /** factory to create interprocess bridges.
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DApplicationRegistration.idl51 Currently only a factory for the service
/trunk/main/toolkit/
H A DLibrary_tk.mk140 toolkit/source/layout/core/factory \
H A DPackage_source.mk30 $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/factory.hxx,layout/core/factory.hx…
/trunk/main/toolkit/doc/layout/
H A DChangeLog156 source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
200 source/layout/dialogbuttonhbox.hxx, source/layout/factory.cxx,
201 source/layout/factory.hxx, source/layout/flow.cxx,
591 source/core/factory.cxx, source/core/factory.hxx,
791 * inc/layout/uno.hxx, source/core/factory.cxx,
938 source/core/factory.cxx, source/core/flow.cxx,
/trunk/main/testtools/source/servicetests/
H A DTestBase.java36 TestServiceFactory factory = getTestServiceFactory(); in test() local
38 TestService2.class, factory.get()); in test()
130 factory.dispose(); in test()
/trunk/main/test/source/java/org/openoffice/test/
H A DOfficeConnection.java107 XMultiComponentFactory factory = context.getServiceManager(); in tearDown() local
108 assertNotNull(factory); in tearDown()
111 factory.createInstanceWithContext( in tearDown()
/trunk/main/sw/qa/complex/accessibility/
H A DAccessibleRelationSet.java160 XMultiServiceFactory factory = UnoRuntime.queryInterface( in before() local
164 xTextDoc = WriterTools.createTextDoc(factory); in before()
180 XWindow xWindow = at.getCurrentWindow(factory, aModel); in before()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx956 FormControlFactory factory( ::comphelper::getProcessServiceFactory() ); in PostExecuteColumnContextMenu() local
958 ::rtl::OUString sLabel = factory.getDefaultUniqueName_ByComponentType( in PostExecuteColumnContextMenu()
963factory.initializeControlModel( DocumentClassification::classifyHostDocument( xCols ), xNewCol ); in PostExecuteColumnContextMenu()
/trunk/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx951 css::uno::Reference< css::uri::XVndSunStarPkgUrlReferenceFactory > factory( in TEST_F() local
955 factory->createVndSunStarPkgUrlReference( in TEST_F()
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx130 css::uno::Reference< css::lang::XMultiComponentFactory > factory( in run() local
132 assertTrue(factory.is()); in run()
135 factory, css::uno::UNO_QUERY_THROW)->getPropertyValue( in run()
138 factory->createInstanceWithArgumentsAndContext( in run()
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx128 css::uno::Reference< css::lang::XMultiComponentFactory > factory( in run() local
130 assertTrue(factory.is()); in run()
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx409 css::uno::Reference< css::lang::XMultiComponentFactory > factory( in parse() local
411 if (factory.is()) { in parse()
414 service = factory->createInstanceWithContext( in parse()

Completed in 149 milliseconds

1234567891011