Package | Description |
---|---|
com.sun.star.uno |
Modifier and Type | Method and Description |
---|---|
static IEnvironment |
UnoRuntime.getEnvironment(String name,
Object context)
Deprecated.
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
IEnvironment |
IBridge.getSourceEnvironment()
Deprecated.
Returns the source environment.
|
IEnvironment |
IBridge.getTargetEnvironment()
Deprecated.
Returns the destination environment.
|
Modifier and Type | Method and Description |
---|---|
static IBridge |
UnoRuntime.getBridge(IEnvironment from,
IEnvironment to,
Object[] args)
Deprecated.
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|
static IMapping |
UnoRuntime.getMapping(IEnvironment from,
IEnvironment to)
Deprecated.
As of UDK 3.2.0, this method is deprecated, without
offering a replacement.
|