Home
last modified time | relevance | path

Searched refs:factory (Results 76 – 100 of 260) sorted by relevance

1234567891011

/trunk/main/offapi/com/sun/star/script/provider/
H A DXScriptProvider.idl46 This interface provides a factory for obtaining objects implmenting the
52 /** a factory method for the creation of XScript
/trunk/main/udkapi/com/sun/star/lang/
H A DXMultiComponentFactory.idl43 services specified by the factory.
58 services specified by the factory, and initializes the new instance
/trunk/main/offapi/com/sun/star/configuration/
H A DXTemplateContainer.idl43 <p> If multiple templates are supported, the supported factory interface may be
62 using an appropriate factory.
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java100 public boolean matches(ProxyFactory factory) { in matches() argument
101 return ProxyFactory.this == factory; in matches()
/trunk/main/odk/examples/OLE/activex/
H A DREADME.txt19 it can contain "private:factory/..." URLs to open new documents
20 for edit, for example "private:factory/swriter"
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DBasicViewFactory.idl36 /** The <type>BasicViewFactory</type> is a view factory that provides the
39 <p>The factory recognizes the following URLs:<ul>
/trunk/main/offapi/com/sun/star/graphic/
H A DXPrimitiveFactory2D.idl61 Sequence of factory parameters, whose semantics depend on the
79 Sequence of factory parameters, whose semantics depend on the
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java205 SOfficeFactory factory = SOfficeFactory.getFactory(tParam.getMSF()); in loadDocument() local
210 Object obj = factory.loadDocument(fullname); in loadDocument()
H A D_XScriptSecurity.java382 SOfficeFactory factory = SOfficeFactory.getFactory(tParam.getMSF()); in loadDocument() local
387 Object obj = factory.loadDocument(fullname); in loadDocument()
/trunk/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx103 …uno::Reference< lang::XMultiServiceFactory > factory(context->getServiceManager(), uno::UNO_QUERY_… in initUno() local
104 uno::Reference< xml::crypto::XSEInitializer > xSEInitializer(factory->createInstance( in initUno()
/trunk/main/offapi/com/sun/star/ui/
H A DUIElementSettings.idl70 /** provides access to an optional factory interface to create sub container.
73 …The factory should be used to create sub container within this user interface element settings. Th…
H A DXUIElementFactory.idl49 /** specifies a user interface element factory that can create and initialize
75 by the factory. A resourcce URL must meet the following syntax:
/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/bridges/test/java_uno/equals/
H A DTestEquals.java90 XBridgeFactory factory = UnoRuntime.queryInterface( in run() local
100 XBridge bridge2 = factory.createBridge( in run()
174 XMultiComponentFactory factory in getInstance() local
179 factory.createInstanceWithContext( in getInstance()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java207 SAXParserFactory factory = SAXParserFactory.newInstance(); in read() local
208 SAXParser parser = factory.newSAXParser(); in read()
/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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties27 org.pentaho.reporting.libraries.resourceloader.factory.modules.com.sun.star.report.pentaho.model.Of…
28 org.pentaho.reporting.libraries.resourceloader.factory.modules.com.sun.star.report.pentaho.model.Of…
29 org.pentaho.reporting.libraries.resourceloader.factory.modules.com.sun.star.report.pentaho.styles.S…
/trunk/main/udkapi/com/sun/star/loader/
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/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java69 …final XMultiServiceFactory factory = UnoRuntime.queryInterface( XMultiServiceFactory.class, m_text… in ChartDocumentTest() local
71 …final XPropertySet shapeProps = UnoRuntime.queryInterface( XPropertySet.class, factory.createInsta… in ChartDocumentTest()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java168 public JavaLoader(XMultiServiceFactory factory) { in JavaLoader() argument
169 multiServiceFactory = factory; in JavaLoader()
/trunk/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java180 XBridgeFactory factory = UnoRuntime.queryInterface( in execServer() local
189 factory.createBridge( in execServer()
/trunk/main/cppuhelper/
H A DPackage_inc.mk60 $(eval $(call gb_Package_add_file,cppuhelper_inc,inc/cppuhelper/factory.hxx,cppuhelper/factory.hxx))
/trunk/main/offapi/com/sun/star/document/
H A DImportFilter.idl95 If filter supports this optional interface, he will be initialized by the factory directly
96 after creation. The factory will pass follow informations to this new instance:
H A DExportFilter.idl95 If filter supports this optional interface, he will be initialized by the factory directly
96 after creation. The factory will pass follow informations to this new instance:
/trunk/main/offapi/com/sun/star/text/
H A DText.idl59 /** This is the factory for an enumeration of the paragraphs in this text.
68 /** provides a cursor factory and the possibility to insert and remove contents.

Completed in 280 milliseconds

1234567891011