/aoo41x/main/offapi/com/sun/star/ui/ |
H A D | XUIElementFactoryRegistration.idl | 56 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 D | UIElementFactoryManager.idl | 41 /** 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
|
/aoo41x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XResourceFactoryManager.idl | 44 /** 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 D | XResourceFactory.idl | 43 <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.
|
/aoo41x/main/extensions/source/oooimprovement/ |
H A D | oooimprovement_exports.cxx | 69 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()
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/browse/ |
H A D | DialogFactory.java | 41 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()
|
/aoo41x/main/scripting/source/provider/ |
H A D | ProviderCache.cxx | 162 … 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()
|
/aoo41x/main/jurt/com/sun/star/comp/servicemanager/ |
H A D | ServiceManager.java | 313 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()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/ |
H A D | DOMDocument.java | 58 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/JavaComponent/ |
H A D | TestJavaComponent.java | 97 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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/loader/ |
H A D | _XImplementationLoader.java | 144 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()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 70 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()
|
/aoo41x/main/offapi/com/sun/star/document/ |
H A D | FilterFactory.idl | 47 /** 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…
|
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlDiff.java | 302 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()
|
/aoo41x/main/xmerge/workben/ |
H A D | XmlDiff.java | 302 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()
|
/aoo41x/main/bridges/test/com/sun/star/lib/ |
H A D | TestBed.java | 126 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()
|
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | Converter.java | 426 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()
|
/aoo41x/main/xmloff/source/forms/ |
H A D | property_description.hxx | 83 const PropertyHandlerFactory factory; member 100 ,factory( NULL ) in PropertyDescription() 116 ,factory( i_factory ) in PropertyDescription()
|
/aoo41x/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | Bug51323_Test.java | 63 XBridgeFactory factory = UnoRuntime.queryInterface( in run() local 68 factory.createBridge( in run() 70 factory.createBridge( in run()
|
/aoo41x/main/ure/source/uretest/ |
H A D | JavaClient.java | 46 XBridgeFactory factory = UnoRuntime.queryInterface( in main() local 50 if (factory == null) { in main() 54 XBridge bridge = factory.createBridge( in main()
|
/aoo41x/main/testtools/source/servicetests/ |
H A D | TestBase.java | 36 TestServiceFactory factory = getTestServiceFactory(); in test() local 38 TestService2.class, factory.get()); in test() 130 factory.dispose(); in test()
|
/aoo41x/main/reportbuilder/java/ |
H A D | loader.properties | 23 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…
|
/aoo41x/main/offapi/com/sun/star/inspection/ |
H A D | XObjectInspectorModel.idl | 57 <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>
|
/aoo41x/main/bridges/test/java_uno/nativethreadpool/ |
H A D | Relay.java | 57 final XBridgeFactory factory; in start() local 59 factory = UnoRuntime.queryInterface( in start() 70 factory.createBridge( in start()
|
/aoo41x/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 73 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")
|