LibreOffice 7.4 Help
Vraća ProcessServiceManager (središnji Uno ServiceManager).
Ova funkcija je potrebna kada želite pokrenuti servis korištenjem CreateInstanceWithArguments.
oServiceManager = GetProcessServiceManager()
    oServiceManager = GetProcessServiceManager()
    oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
    ' this is the same as the following statement:
    oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")