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

module oleautomation

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