LibreOffice
LibreOffice 4.2 SDK API Reference
|
Allows creation of the remote service manager for given session. More...
import"XRemoteServiceManagerProvider.idl";
Public Member Functions | |
com::sun::star::lang::XMultiServiceFactory | getServiceManager ([in] any sessionData) |
Returns the remote service manager for the given session. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Allows creation of the remote service manager for given session.
This interface is oriented for communication with browsers plugins.
com::sun::star::lang::XMultiServiceFactory getServiceManager | ( | [in] any | sessionData | ) |
Returns the remote service manager for the given session.
sessionData | [in]: contains the sessiondata (host, user, ticket) |