- clear() - Method in class com.sun.star.lib.uno.helper.InterfaceContainer
-
Removes all of the elements from this list.
- clear() - Method in class com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer
-
- clone() - Method in class com.sun.star.lib.uno.helper.InterfaceContainer
-
Returns a shallow copy of this ArrayList instance.
- close() - Method in class com.sun.star.lib.uno.adapter.XInputStreamToInputStreamAdapter
-
- close() - Method in class com.sun.star.lib.uno.adapter.XOutputStreamToOutputStreamAdapter
-
- closeInput() - Method in class com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter
-
- closeInput() - Method in class com.sun.star.lib.uno.adapter.InputStreamToXInputStreamAdapter
-
- closeOutput() - Method in class com.sun.star.lib.uno.adapter.OutputStreamToXOutputStreamAdapter
-
- closeOutput() - Method in class com.sun.star.lib.uno.adapter.XOutputStreamToByteArrayAdapter
-
- com.sun.star.comp - package com.sun.star.comp
-
- com.sun.star.comp.helper - package com.sun.star.comp.helper
-
- com.sun.star.comp.juhtest - package com.sun.star.comp.juhtest
-
- com.sun.star.lib.uno.adapter - package com.sun.star.lib.uno.adapter
-
- com.sun.star.lib.uno.helper - package com.sun.star.lib.uno.helper
-
- ComponentBase - Class in com.sun.star.lib.uno.helper
-
This class can be used as the base class for UNO components.
- ComponentBase() - Constructor for class com.sun.star.lib.uno.helper.ComponentBase
-
Creates a new instance of CompBase
- ComponentContext - Class in com.sun.star.comp.helper
-
Component context implementation.
- ComponentContext(Hashtable, XComponentContext) - Constructor for class com.sun.star.comp.helper.ComponentContext
-
Ctor to create a component context passing a hashtable for values and a delegator
reference.
- ComponentContextEntry - Class in com.sun.star.comp.helper
-
Component context entry for constructing ComponentContext objects.
- ComponentContextEntry(Object, Object) - Constructor for class com.sun.star.comp.helper.ComponentContextEntry
-
Creating a late-init singleton entry component context entry.
- ComponentContextEntry(Object) - Constructor for class com.sun.star.comp.helper.ComponentContextEntry
-
Creating a direct value component context entry.
- contains(Object) - Method in class com.sun.star.lib.uno.helper.InterfaceContainer
-
Returns true if this list contains the specified element.
- containsAll(Collection) - Method in class com.sun.star.lib.uno.helper.InterfaceContainer
-
- convertPropertyValue(Property, Object[], Object[], Object) - Method in class com.sun.star.lib.uno.helper.PropertySet
-
Converts a value in a way so that it is appropriate for storing as a property value, that is
setPropertyValueNoBroadcast can process the value without any further
conversion.
- create(String, String) - Static method in class com.sun.star.comp.helper.RegistryServiceFactory
-
Deprecated.
This bootstraps an initial service factory working on a registry.
- create(String, String, boolean) - Static method in class com.sun.star.comp.helper.RegistryServiceFactory
-
Deprecated.
This bootstraps an initial service factory working on a registry.
- create(String) - Static method in class com.sun.star.comp.helper.RegistryServiceFactory
-
Deprecated.
This bootstraps an initial service factory working on a registry file.
- create(String, boolean) - Static method in class com.sun.star.comp.helper.RegistryServiceFactory
-
Deprecated.
This bootstraps an initial service factory working on a registry file.
- create() - Static method in class com.sun.star.comp.helper.RegistryServiceFactory
-
Deprecated.
This bootstraps a service factory without initialize a registry.
- createComponentFactory(Class, String, String[]) - Static method in class com.sun.star.lib.uno.helper.Factory
-
Creates an object factory supporting interfaces
com.sun.star.lang.XSingleComponentFactory and
com.sun.star.lang.XServiceInfo
- createComponentFactory(Class, String[]) - Static method in class com.sun.star.lib.uno.helper.Factory
-
Creates an object factory supporting interfaces
com.sun.star.lang.XSingleComponentFactory and
com.sun.star.lang.XServiceInfo
The implementation name is the name of the implementation class.
- createInitialComponentContext(Hashtable) - Static method in class com.sun.star.comp.helper.Bootstrap
-
Bootstraps an initial component context with service manager and basic
jurt components inserted.
- createInstanceWithArgumentsAndContext(Object[], XComponentContext) - Method in class com.sun.star.lib.uno.helper.Factory
-
- createInstanceWithContext(XComponentContext) - Method in class com.sun.star.lib.uno.helper.Factory
-
- createSimpleServiceManager() - Static method in class com.sun.star.comp.helper.Bootstrap
-
Bootstraps a servicemanager with the jurt base components registered.
- get(int) - Method in class com.sun.star.lib.uno.helper.InterfaceContainer
-
Returns the element at the specified position in this list.
- getBuffer() - Method in class com.sun.star.lib.uno.adapter.XOutputStreamToByteArrayAdapter
-
- getConnection() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Returns the name of the connection of this
Uno Url.
- getConnectionAndParametersAsString() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Returns the raw specification of the connection
name and parameters.
- getConnectionParameters() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Returns the connection parameters as
a Hashmap with key/value pairs.
- getConnectionParametersAsString() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Returns the raw specification of the connection
parameters.
- getContainedTypes() - Method in class com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer
-
only returns types which have at least one value in InterfaceContainer
return value can contain an element null, if someone called
addInterface (null, interf)
- getContainer(Object) - Method in class com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer
-
param key can be null
- getExtraTypes() - Static method in class com.sun.star.comp.helper.UnoInfo
-
Gets the extra UNO types.
- getFastPropertyValue(int) - Method in class com.sun.star.lib.uno.helper.PropertySet
-
- getFastPropertyValue(int) - Method in class com.sun.star.lib.uno.helper.PropertySetMixin
-
Implements
com.sun.star.beans.XFastPropertySet.getFastPropertyValue.
- getImplementationId() - Method in class com.sun.star.lib.uno.helper.WeakBase
-
Method of XTypeProvider.
- getImplementationName() - Method in class com.sun.star.comp.juhtest.SmoketestCommandEnvironment
-
- getImplementationName() - Method in class com.sun.star.lib.uno.helper.Factory
-
- getInteractionHandler() - Method in class com.sun.star.comp.juhtest.SmoketestCommandEnvironment
-
- getJars() - Static method in class com.sun.star.comp.helper.UnoInfo
-
Gets the UNO jar files.
- getLength() - Method in class com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter
-
- getPosition() - Method in class com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter
-
- getProgressHandler() - Method in class com.sun.star.comp.juhtest.SmoketestCommandEnvironment
-
- getProperties() - Method in class com.sun.star.lib.uno.helper.PropertySet
-
Returns an array of all Property objects or an array of length null if there
are no properties.
- getProperty(String) - Method in class com.sun.star.lib.uno.helper.PropertySet
-
Returns the Property object for a given property name or null if that property does
not exists (i.e.
- getPropertyByHandle(int) - Method in class com.sun.star.lib.uno.helper.PropertySet
-
Returns the Property object with a handle (Property.Handle) as specified by the argument
nHandle.
- getPropertyId(Property) - Method in class com.sun.star.lib.uno.helper.PropertySet
-
Returns the identifyer object for a certain Property.
- getPropertySetInfo() - Method in class com.sun.star.lib.uno.helper.PropertySet
-
- getPropertySetInfo() - Method in class com.sun.star.lib.uno.helper.PropertySetMixin
-
Implements
com.sun.star.beans.XPropertySet.getPropertySetInfo.
- getPropertyValue(String) - Method in class com.sun.star.lib.uno.helper.PropertySet
-
- getPropertyValue(Property) - Method in class com.sun.star.lib.uno.helper.PropertySet
-
Retrieves the value of a property.
- getPropertyValue(String) - Method in class com.sun.star.lib.uno.helper.PropertySetMixin
-
Implements com.sun.star.beans.XPropertySet.getPropertyValue.
- getPropertyValues(String[]) - Method in class com.sun.star.lib.uno.helper.PropertySet
-
If a value for a property could not be retrieved then the respective element in the returned
array has the value null.
- getPropertyValues() - Method in class com.sun.star.lib.uno.helper.PropertySetMixin
-
Implements
com.sun.star.beans.XPropertyAccess.getPropertyValues.
- getProtocol() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Returns the name of the protocol of this
Uno Url.
- getProtocolAndParametersAsString() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Returns the raw specification of the protocol
name and parameters.
- getProtocolParameters() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Returns the protocol parameters as
a Hashmap with key/value pairs.
- getProtocolParametersAsString() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Returns the raw specification of the protocol
parameters.
- getRootOid() - Method in class com.sun.star.lib.uno.helper.UnoUrl
-
Return the object name.
- getServiceFactory(XMultiServiceFactory, XRegistryKey) - Static method in class com.sun.star.comp.helper.SharedLibraryLoader
-
Deprecated.
Supplies the ServiceFactory of the default SharedLibraryLoader.
- getServiceFactory(String, String, XMultiServiceFactory, XRegistryKey) - Static method in class com.sun.star.comp.helper.SharedLibraryLoader
-
Deprecated.
Loads and returns a specific factory for a given library and implementation name.
- getServiceManager() - Method in class com.sun.star.comp.helper.ComponentContext
-
- getServiceNames() - Static method in class com.sun.star.comp.juhtest.SmoketestCommandEnvironment
-
- getSupportedServiceNames() - Method in class com.sun.star.comp.juhtest.SmoketestCommandEnvironment
-
- getSupportedServiceNames() - Method in class com.sun.star.lib.uno.helper.Factory
-
- getTargetException() - Method in exception com.sun.star.comp.helper.BootstrapException
-
Get the thrown target exception.
- getTypes() - Method in class com.sun.star.lib.uno.helper.WeakBase
-
Method of XTypeProvider.
- getValueByName(String) - Method in class com.sun.star.comp.helper.ComponentContext
-