Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 243) sorted by relevance

12345678910

/aoo4110/main/offapi/com/sun/star/ui/
H A DXUIElementFactoryRegistration.idl56 A user interface element factory is registered for a set of three properties.
84 user interface element factory.<br/>
89 element which this factory can create.</li>
91 element within a type class which this factory can create. If this property is not
92 returned, the factory is a generic factory for all user interface elements of the
95 bound to. If this property is not returned, the factory is a generic factory.</li>
100 /** function to retrieve a previously registered user interface element factory.
103 a reference to a registered user interface element factory if a factory has been
104 found. An empty reference when no factory has been found.
118 /** function to register a user interface element factory.
[all …]
H A DUIElementFactoryManager.idl41 /** specifies a user interface factory manager that controls all registered user
56 A user interface element factory manager is also a user interface element factory. It
57 … retrieves the responsible user interface element factory from the provided arguments and passes
/aoo4110/main/offapi/com/sun/star/drawing/framework/
H A DXResourceFactoryManager.idl44 /** Register a new resource factory for the given URL.
48 factory is removed for the URL.</p>
50 The URL of the resource that the factory can create.
52 The resource factory object.
58 /** Remove a resource factory for one type of resource. When the
59 factory has been registered for other URLs as well then it remains
62 factory completely.
64 The URL for which to remove the resource factory.
70 <member>removeResourceFactoryForURL</member> to remove a factory
73 The resource factory object to remove.
[all …]
H A DXResourceFactory.idl43 <p>A resource factory is created and used by the
45 <p>A factory may want to implement a cache to reuse previously released
57 <p>Valid values are those for which the factory has previously been
67 when the given URL is not supported by the factory.
75 /** Call this method to tell a factory that the given resource is no
76 longer in use. The factory can decide whether to destroy the
79 The given resource has to be one created by the same factory.
81 when the given pane was not created by the same factory.
/aoo4110/main/extensions/source/oooimprovement/
H A Doooimprovement_exports.cxx69 Reference<XSingleServiceFactory> factory; in component_getFactory() local
76 factory = ::cppu::createSingleFactory(sm, impl_name, CoreController::Create, names); in component_getFactory()
78 factory = ::cppu::createSingleFactory(sm, impl_name, OnLogRotateJob::Create, names); in component_getFactory()
80 factory = ::cppu::createSingleFactory(sm, impl_name, InviteJob::Create, names); in component_getFactory()
81 if (!factory.is()) return 0; in component_getFactory()
82 factory->acquire(); in component_getFactory()
83 return factory.get(); in component_getFactory()
/aoo4110/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java41 private static DialogFactory factory; field in DialogFactory
48 factory = this; in DialogFactory()
53 if (factory == null) in createDialogFactory()
57 if (factory == null) in createDialogFactory()
59 factory = new DialogFactory(xComponentContext); in createDialogFactory()
68 if (factory == null) in getDialogFactory()
72 return factory; in getDialogFactory()
/aoo4110/main/scripting/source/provider/
H A DProviderCache.cxx162 … Reference< lang::XSingleComponentFactory > factory( xEnum->nextElement(), UNO_QUERY_THROW ); in populateCache() local
163 Reference< lang::XServiceInfo > xServiceInfo( factory, UNO_QUERY_THROW ); in populateCache()
178 details.factory = factory; in populateCache()
201 … details.factory->createInstanceWithArgumentsAndContext( m_Sctx, m_xContext ), UNO_QUERY_THROW ); in createProvider()
/aoo4110/main/jurt/com/sun/star/comp/servicemanager/
H A DServiceManager.java313 Object factory = null; in queryServiceFactory() local
323 factory = aviableFact.lastElement(); in queryServiceFactory()
326 factory = factoriesByImplNames.get( serviceName ); // return null if none is aviable in queryServiceFactory()
329 if (factory == null) System.err.println("service not registered"); in queryServiceFactory()
331 …ystem.err.println("service found:" + factory + " " + UnoRuntime.queryInterface(XSingleServiceFacto… in queryServiceFactory()
334 if (factory == null) in queryServiceFactory()
337 return factory; in queryServiceFactory()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java58 private static DocumentBuilderFactory factory = field in DOMDocument
107 factory.setValidating(validating); in DOMDocument()
108 factory.setNamespaceAware(namespaceAware); in DOMDocument()
198 builder = factory.newDocumentBuilder(); in read()
388 DocumentBuilder builder = factory.newDocumentBuilder(); in createDOM()
/aoo4110/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestJavaComponent.java97 Object factory = new Object(); in main() local
101 factory = TestServiceProvider.__getServiceFactory( in main()
106 insertIntoServiceManager( xUsedServiceManager, factory ); in main()
118 removeFromServiceManager( xUsedServiceManager, factory ); in main()
/aoo4110/main/qadevOOo/tests/java/ifc/loader/
H A D_XImplementationLoader.java144 XInterface factory = null ; in _activate() local
147 factory = (XInterface) oObj.activate in _activate()
154 (XServiceInfo.class, factory) ; in _activate()
157 if (factory == null) { in _activate()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java70 private static DocumentBuilderFactory factory = field in OfficeDocument
129 factory.setValidating(validating); in OfficeDocument()
130 factory.setNamespaceAware(namespaceAware); in OfficeDocument()
412 builder = factory.newDocumentBuilder(); in read()
519 builder = factory.newDocumentBuilder(); in read()
1041 DocumentBuilder builder = factory.newDocumentBuilder(); in createSettingsDOM()
1080 DocumentBuilder builder = factory.newDocumentBuilder(); in createDOM()
1237 DocumentBuilder builder = factory.newDocumentBuilder(); in initManifestDOM()
/aoo4110/main/offapi/com/sun/star/document/
H A DFilterFactory.idl47 /** factory to create filter components.
53 this factory and use it for loading the document into a specified frame.
57 This factory implements read/write access on the underlying configuration set.
65 /** factory interface to create and initialize filter components.
96 … <type scope="com::sun::star::container">XContainerQuery</type>, available on this factory too.
97 … The factory interface can be used to create filter components by it's internal filter name only.
110 …Every filter, which was created by this factory can(!) be intialized with it's own configuration d…
/aoo4110/main/xmerge/workben/
H A DXmlDiff.java302 DocumentBuilderFactory factory = null; in parseXml() local
303 factory = DocumentBuilderFactory.newInstance(); in parseXml()
304 factory.setNamespaceAware(true); in parseXml()
305 factory.setValidating(false); in parseXml()
311 builder = factory.newDocumentBuilder(); in parseXml()
/aoo4110/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java302 DocumentBuilderFactory factory = null; in parseXml() local
303 factory = DocumentBuilderFactory.newInstance(); in parseXml()
304 factory.setNamespaceAware(true); in parseXml()
305 factory.setValidating(false); in parseXml()
311 builder = factory.newDocumentBuilder(); in parseXml()
/aoo4110/main/bridges/test/com/sun/star/lib/
H A DTestBed.java126 XBridgeFactory factory = UnoRuntime.queryInterface( in getBridge() local
133 XBridge bridge = factory.createBridge( in getBridge()
164 XBridgeFactory factory in run() local
178 XBridge bridge = factory.createBridge( in run()
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConverter.java426 SAXParserFactory factory = SAXParserFactory.newInstance(); in convertTo() local
427 factory.setNamespaceAware( true ); in convertTo()
428 factory.setValidating( true ); in convertTo()
430 SAXParser parser=factory.newSAXParser(); in convertTo()
/aoo4110/main/xmloff/source/forms/
H A Dproperty_description.hxx83 const PropertyHandlerFactory factory; member
100 ,factory( NULL ) in PropertyDescription()
116 ,factory( i_factory ) in PropertyDescription()
/aoo4110/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug51323_Test.java63 XBridgeFactory factory = UnoRuntime.queryInterface( in run() local
68 factory.createBridge( in run()
70 factory.createBridge( in run()
/aoo4110/main/ure/source/uretest/
H A DJavaClient.java46 XBridgeFactory factory = UnoRuntime.queryInterface( in main() local
50 if (factory == null) { in main()
54 XBridge bridge = factory.createBridge( in main()
/aoo4110/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()
/aoo4110/main/reportbuilder/java/
H A Dloader.properties23 org.pentaho.reporting.libraries.resourceloader.factory.type.com.sun.star.report.pentaho.model.Offic…
24 org.pentaho.reporting.libraries.resourceloader.factory.type.com.sun.star.report.pentaho.model.Offic…
25 org.pentaho.reporting.libraries.resourceloader.factory.type.com.sun.star.report.pentaho.styles.Styl…
/aoo4110/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorModel.idl57 <li>A factory:<br/>
59 … <type scope="com::sun::star::lang">XSingleComponentFactory</type> interface, this factory
67 for the same property, the one whose factory is listed <strong>last</strong> wins. Also,
69 <code>A</code>'s factory must precede the factory of <code>B</code>.</p>
/aoo4110/main/bridges/test/java_uno/nativethreadpool/
H A DRelay.java57 final XBridgeFactory factory; in start() local
59 factory = UnoRuntime.queryInterface( in start()
70 factory.createBridge( in start()
/aoo4110/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas73 Dim factory As Object variable
74 factory= createUnoService("com.sun.star.bridge.OleObjectFactory")
76 obj= factory.createInstance("AxTestComponents.Basic")
79 objFoo = factory.createInstance("AxTestComponents.Foo")
194 inObject = factory.createInstance("AxTestComponents.Basic")

Completed in 92 milliseconds

12345678910