Interface | Description |
---|---|
com.sun.star.uno.IBridge |
As of UDK 3.2, this interface is deprecated, without offering a
replacement.
|
com.sun.star.uno.IEnvironment |
As of UDK 3.2, this interface is deprecated, without offering a
replacement.
|
com.sun.star.uno.IMapping |
As of UDK 3.2, this interface is deprecated, without offering a
replacement.
|
Class | Description |
---|---|
com.sun.star.comp.helper.SharedLibraryLoader |
use class Bootstrap bootstrapping a native UNO installation
and use the shared library loader service.
The
SharedLibraryLoader class provides the functionality of the com.sun.star.loader.SharedLibrary
service.
See also UNOIDL com.sun.star.lang.ServiceManager . |
com.sun.star.uno.Ascii |
do not use.
|
com.sun.star.uno.AsciiString |
do not use.
|
Exceptions | Description |
---|---|
com.sun.star.uno.MappingException |
since UDK 3.0.2
|
Field | Description |
---|---|
com.sun.star.uno.UnoRuntime.DEBUG |
As of UDK 3.2.0, do not use this internal field.
|
Method | Description |
---|---|
com.sun.star.uno.UnoRuntime.getBridge(IEnvironment, IEnvironment, Object[]) |
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
com.sun.star.uno.UnoRuntime.getBridgeByName(String, Object, String, Object, Object[]) |
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
com.sun.star.uno.UnoRuntime.getBridges() |
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
com.sun.star.uno.UnoRuntime.getEnvironment(String, Object) |
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
com.sun.star.uno.UnoRuntime.getMapping(IEnvironment, IEnvironment) |
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
com.sun.star.uno.UnoRuntime.getMappingByName(String, String) |
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
com.sun.star.uno.UnoRuntime.reset() |
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
Constructor | Description |
---|---|
com.sun.star.uno.Any(Class<?>, Object) |
as of UDK 2.0
|
com.sun.star.uno.Ascii(char) |
do not use.
|
com.sun.star.uno.AsciiString(String) |
do not use.
|
com.sun.star.uno.UnoRuntime() |
As of UDK 3.2.0, do not create instances of this class.
It is considered a historic mistake to have a
public
constructor for this class, which only has static members.
Also, this class might be changed to become final in a
future version. |