Ajuda del LibreOffice 25.2
Torna el ProcessServiceManager (central Uno ServiceManager).
Esta funció és necessària quan voleu instanciar un servei mitjançant CreateInstanceWithArguments.
oServiceManager = GetProcessServiceManager()
    oServiceManager = GetProcessServiceManager()
    oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
    ' és el mateix que l'expressió següent:
    oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")