:: ooo :: vba ::

interface XHelperInterface
Base Interfaces
XHelperInterface
┗ ::com::sun::star::lang::XServiceInfo

::com::sun::star::lang::XServiceInfo
(referenced interface's summary:)
Provides information regarding the implementation, i.e. which services are implemented and the name of the implementation.

Methods' Summary
getCreator this is one of the few methods that does not aim to be compatible; it * returns 0x53756E4F which is "SunO"  
getParent  
Application  
Methods' Details
getCreator
long
getCreator()
raises( ::com::sun::star::script::BasicErrorException );

Description
this is one of the few methods that does not aim to be compatible; it * returns 0x53756E4F which is "SunO"
getParent
XHelperInterface
getParent()
raises( ::com::sun::star::script::BasicErrorException );

Application
any
Application()
raises( ::com::sun::star::script::BasicErrorException );

Top of Page