Tulong sa LibreOffice 24.8
Ibinabalik ang ProcessServiceManager (central Uno ServiceManager).
Kinakailangan ang function na ito kapag gusto mong mag-instantiate ng isang serbisyo gamit ang CreateInstanceWithArguments.
oServiceManager = GetProcessServiceManager()
oServiceManager = GetProcessServiceManager()
oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
' ito ay pareho sa sumusunod na pahayag:
oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")