Home
last modified time | relevance | path

Searched refs:factory (Results 26 – 50 of 260) sorted by relevance

1234567891011

/trunk/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()
H A Dtestnativethreadpoolclient.cxx82 css::uno::Reference< css::lang::XMultiComponentFactory > factory( in run() local
84 if (!factory.is()) { in run()
93 factory->createInstanceWithContext( in run()
/trunk/main/extensions/test/pgp/
H A DTestPGP.java87 XSingleServiceFactory factory= mailerReg.getServiceFactory( in doSomething() local
90 if( factory == null) { in doSomething()
94 set.insert(factory ); in doSomething()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DEmbeddedXMLObject.java193 DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); in getNamedDOM() local
195 factory.setValidating(false); in getNamedDOM()
196 builder = factory.newDocumentBuilder(); in getNamedDOM()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DBasicToolBarFactory.idl36 /** The <type>BasicToolBarFactory</type> is a resource factory that provides
39 <p>The factory recognizes the following URLs:<ul>
47 <p>This factory is typically created indirectly by registering it in the
H A DBasicPaneFactory.idl36 /** The <type>BasicPaneFactory</pane> is a resource factory that provides the
38 <p>This factory provides the center, left, and right pane. For the left
44 <p>This factory is typically created indirectly by registering it in the
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java64 private DocumentBuilderFactory factory; field in XMLParserFactory.DefaultParser
67 factory = DocumentBuilderFactory.newInstance(); in DefaultParser()
75 DocumentBuilder builder = factory.newDocumentBuilder(); in parse()
/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/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeWindow.java120 XMultiServiceFactory factory; in queryAWTToolkit() local
121 factory = (XMultiServiceFactory)UnoRuntime.queryInterface( in queryAWTToolkit()
123 Object object = factory.createInstance( "com.sun.star.awt.Toolkit"); in queryAWTToolkit()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeWindow.java116 XMultiServiceFactory factory; in queryAWTToolkit() local
117 factory = (XMultiServiceFactory)UnoRuntime.queryInterface( in queryAWTToolkit()
119 Object object = factory.createInstance( "com.sun.star.awt.Toolkit"); in queryAWTToolkit()
/trunk/main/offapi/com/sun/star/configuration/
H A DAccessRootElement.idl55 <p>When access to a hierarchy is first obtained from a factory or provider,
56 this is the initial object that is created by the factory.
101 <p>When an implementation is obtained from a factory or provider, ownership
103 of the particular provider or factory service for details.
/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/offapi/com/sun/star/frame/
H A DContentHandlerFactory.idl43 /** factory to create content loader
46 With this factory it's possible to
62 To get this name use further specified interfaces of this factory for access on
H A DFrameLoaderFactory.idl43 /** factory to create frame loader
46 With this factory it's possible to
64 To get this name use further specified interfaces of this factory for access on
/trunk/main/extensions/source/config/ldap/
H A Dldapuserprofilebe.cxx100 css::uno::Reference< css::lang::XMultiServiceFactory > const & factory, in readLdapConfiguration()
103 OSL_ASSERT(factory.is() && definition != 0 && loggedOnUser != 0); in readLdapConfiguration()
120factory->createInstance(kConfigurationProviderService), in readLdapConfiguration()
/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/extensions/test/ole/OleClient/
H A Dfuncs.cxx60 static Reference< XMultiServiceFactory > factory; in getMultiServiceFactory() local
64 factory = Reference<XMultiServiceFactory>( context->getServiceManager(), UNO_QUERY); in getMultiServiceFactory()
67 return factory; in getMultiServiceFactory()
/trunk/main/canvas/
H A DLibrary_canvasfactory.mk26 $(eval $(call gb_Library_set_componentfile,canvasfactory,canvas/source/factory/canvasfactory))
48 canvas/source/factory/cf_service \
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java651 XTransientDocumentsDocumentContentFactory factory = null; in getDocUrlFromModel() local
654 factory = (XTransientDocumentsDocumentContentFactory)UnoRuntime.queryInterface( in getDocUrlFromModel()
666 if ( factory == null ) in getDocUrlFromModel()
671 XContent content = factory.createDocumentContent( document ); in getDocUrlFromModel()
/trunk/main/ure/source/uretest/
H A DJavaTest.java47 String name, XMultiServiceFactory factory, XRegistryKey key) in __getServiceFactory() argument
51 JavaTest.class, SERVICE_NAME, factory, key); in __getServiceFactory()
H A DJavaMain.java51 String name, XMultiServiceFactory factory, XRegistryKey key) in __getServiceFactory() argument
55 JavaMain.class, SERVICE_NAME, factory, key); in __getServiceFactory()
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx184 inline ProxyRoot( ::rtl::Reference< FactoryImpl > const & factory,
324 ::rtl::Reference< FactoryImpl > const & factory, in ProxyRoot()
326 : m_factory( factory ) in ProxyRoot()
/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl47 /** factory to create extended type detection components.
50 This factory implements read/write access on the underlying configuration set.
60 /** factory interface to create and initialize extended type detection components.
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DImplementation.java58 public static Object getConnectionService(XMultiServiceFactory factory, in getConnectionService() argument
71 factory.createInstance("com.sun.star.connection." + type in getConnectionService()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSession.java100 DocumentBuilderFactory factory = in createDOM() local
102 Document doc = factory.newDocumentBuilder().newDocument(); in createDOM()

Completed in 63 milliseconds

1234567891011