:: com :: sun :: star :: bridge ::

module oleautomation

Services
ApplicationRegistration registers UNO objects as COM objects.
BridgeSupplier maps UNO types to oleautomation types and vice versa.
Factory makes it possible to create COM objects as UNO objects.
Interfaces
XAutomationObject a tagging interface for UNO objects which represent Automation objects.
Structs
Currency is the UNO representation of the Automation type CY, also know as CURRENCY.
Date is the UNO representation of the Automation type DATE.
Decimal is the UNO representation of the Automation type DECIMAL.
NamedArgument represents a named argument in a call to a method of an Automation object.
PropertyPutArgument contains a value that is used as argument in a "property put" operation on a Automation object.
SCode
Top of Page