Home
last modified time | relevance | path

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

1234567891011

/trunk/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
/trunk/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.
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/jurt/java/jurt/src/main/java/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()
/trunk/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 its internal filter name only.
110 …Every filter, which was created by this factory can(!) be initialized with its own configuration d…
117 … they are available at the container interface of this factory service. (see below)</li>
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConverter.java427 SAXParserFactory factory = SAXParserFactory.newInstance(); in convertTo() local
428 factory.setNamespaceAware( true ); in convertTo()
429 factory.setValidating( true ); in convertTo()
431 SAXParser parser=factory.newSAXParser(); in convertTo()
/trunk/main/cui/
H A DLibrary_cui.mk145 cui/source/factory/dlgfact \
146 cui/source/factory/cuiexp \
147 cui/source/factory/cuiresmgr \
148 cui/source/factory/init \
/trunk/main/xmloff/source/forms/
H A Dproperty_description.hxx83 const PropertyHandlerFactory factory; member
100 ,factory( NULL ) in PropertyDescription()
116 ,factory( i_factory ) in PropertyDescription()
/trunk/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()
/trunk/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()
/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/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>
/trunk/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…
/trunk/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 133 milliseconds

1234567891011