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
62 Builds a C++ UNO component, cppmain.uno, and runs the component with the uno
63 executable. The component first attempts to instantiate all the UNO services
65 to instantiate and to call another C++ UNO component (ccptest.uno) as well as a
66 Java UNO component (javatest.uno). The test completes when these components
70 Builds a Java UNO component, javamain.uno, and runs the component with the uno
71 executable. The component tries to instantiate and to call a C++ UNO component
72 (cpptest.uno) as well as a Java UNO component (javatest.uno). The test
77 Builds a Java UNO application, javanative.jar, and runs the application with the
78 java executable. The application bootstraps a native UNO environment, and then
79 tries to instantiate and to call a C++ UNO component (cpptest.uno) as well as a
80 Java UNO component( javatest.uno). The test completes when these components
84 Builds a server C++ UNO component, cppserver.uno, and a Java UNO application,