Lines Matching refs:UNO
23 This directory contains test files for the UNO Runtime Environment (URE) as well
44 Points to the base directory of an OpenOffice.org SDK so that you can access UNO
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
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
81 Builds a Java UNO application, javanative.jar, and runs the application with the
82 java executable. The application bootstraps a native UNO environment, and then
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,