Lines Matching refs:UNO

186 - uno is the executable file that runs UNO components.  For more details, see
190 contain UNO type or UNO service information. For more details, see the SDK
197 - cppu, cppuhelper, purpenvhelper, sal, and salhelper are the public C++ UNO
208 - unoloader.jar, juh.jar, jurt.jar, and ridl.jar are the public Java UNO runtime
210 functionality that these files offer, see the "Java UNO Runtime Reference"
213 - types.rdb and services.rdb are preconfigured UNO type and service registries.
230 UNO Deployment Variables
233 The URE installation is preconfigured with several UNO types and UNO services.
235 files respectively. The location of these files is stored by two UNO deployment
266 The Java UNO environment needs type information in the form of Java class files
270 For details on how to override the UNO deployment variables, see the SDK
274 If you want to deploy additional UNO types and services, use regcomp.
345 On Linux x86, the URE uses libgcc_s.so.1 to run binary UNO components that were
348 GCC version (or later) when you compile the UNO binaries.
353 C++ and Java UNO Components
356 C++ UNO components run from within the uno executable can depend on an
357 environment in which the public C++ UNO runtime dynamic libraries (cppu,
361 UNO runtime dynamic libraries it needs can be found on its RPATH).
363 Similarly, Java UNO components can depend on an environment in which the public
364 Java UNO runtime JARs are already available (that is, a component JAR need not
365 list in its manifest Class-Path the UNO runtime JARs it needs).
367 If a Java UNO component requires additional UNO types, use the UNO-Type-Path
368 manifest entry to specify the location of the UNO types. The UNO-Type-Path is
370 directories that contain the Java classes that represent additional UNO types.
371 The UnoClassLoader evaluates the UNO-Type-Path manifest entry to ensure that the
372 additional UNO types are available to the Java UNO environment.
374 The UNO-Type-Path can have the following entries:
376 - UNO-Type-Path:
377 Current JAR does not contain UNO types.
379 - UNO-Type-Path: <>
380 Current JAR contains UNO types.
382 - UNO-Type-Path: any/other/jar.jar yet/another/jar.jar
383 Current JAR brings other JARs that contain UNO types.
385 - UNO-Type-Path: any/other/jar.jar <> yet/another/jar.jar
386 Current JAR and other JARs that the current JARs uses contain UNO types.
388 NOTE: If you do not include the UNO-Type-Path manifest entry, the URE assumes
389 that the current JAR contains UNO types.
391 If a Java application requires the Java UNO environment, the UnoClassLoader must
396 com.sun.star.lib.unoloader.UnoLoader in the "Java UNO Runtime Reference" section