Lines Matching refs:component
66 Builds a C++ UNO component, cppmain.uno, and runs the component with the uno
67 executable. The component first attempts to instantiate all the UNO services
68 and singletons that are part of the URE installation. The component then tries
69 to instantiate and to call another C++ UNO component (ccptest.uno) as well as a
70 Java UNO component (javatest.uno). The test completes when these components
74 Builds a Java UNO component, javamain.uno, and runs the component with the uno
75 executable. The component tries to instantiate and to call a C++ UNO component
76 (cpptest.uno) as well as a Java UNO component (javatest.uno). The test
83 tries to instantiate and to call a C++ UNO component (cpptest.uno) as well as a
84 Java UNO component( javatest.uno). The test completes when these components
88 Builds a server C++ UNO component, cppserver.uno, and a Java UNO application,
89 javaclient.uno. The uno executable runs the cppserver.uno component which
91 component which connects to the server after a five second pause so that the