Funkce GetProcessServiceManager
Vrátà službu typu ProcessServiceManager (centrálnà ServiceManager pro Uno).
Tato funkce je potřebná, pokud chcete inicializovat službu pomocà CreateInstanceWithArguments.
Syntaxe:
oServiceManager = GetProcessServiceManager()
PĹ™Ăklad:
oServiceManager = GetProcessServiceManager()
oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
' to je stejnĂ© jako následujĂcĂ pĹ™Ăkaz:
oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")