zBqDB‖

Gyu32‖GetProcessServiceManager Function

L2WEC‖Returns the ProcessServiceManager (central Uno ServiceManager).

KsmMT‖This function is required when you want to instantiate a service using CreateInstanceWithArguments.

FVEx2‖Syntax:

oServiceManager = GetProcessServiceManager()

EFSA4‖Example:


    oServiceManager = GetProcessServiceManager()
    oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
    hojsP‖' this is the same as the following statement:
    oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")