|
LibreOffice Module pyuno (master) 1
|
Classes | |
| class | _FactoryHelper_ |
| class | _ImplementationHelperEntry |
| class | Base |
| class | CurrentContext |
| class | ImplementationEntry |
| class | ImplementationHelper |
Functions | |
| def | _mode_to_str (mode) |
| def | _propertymode_to_str (mode) |
| def | inspect (obj, out) |
| def | createSingleServiceFactory (clazz, implementationName, serviceNames) |
| def | writeRegistryInfoHelper (smgr, regKey, seqEntries) |
| def | systemPathToFileUrl (systemPath) |
| def | fileUrlToSystemPath (url) |
| def | absolutize (path, relativeUrl) |
| def | getComponentFactoryHelper (implementationName, smgr, regKey, seqEntries) |
| def | addComponentsToContext (toBeExtendedContext, contextRuntime, componentUrls, loaderName) |
| def | _unohelper_getHandle (self) |
Variables | |
| dictionary | _g_typeTable = {} |
|
private |
Definition at line 44 of file unohelper.py.
Referenced by inspect().
|
private |
Definition at line 54 of file unohelper.py.
Referenced by inspect().
|
private |
Definition at line 224 of file unohelper.py.
References uno.getTypeByName(), and uno.isInterface().
Referenced by unohelper.Base.getTypes().
| def unohelper.absolutize | ( | path, | |
| relativeUrl | |||
| ) |
Definition at line 186 of file unohelper.py.
Referenced by pythonloader.Loader.getModuleFromUrl().
| def unohelper.addComponentsToContext | ( | toBeExtendedContext, | |
| contextRuntime, | |||
| componentUrls, | |||
| loaderName | |||
| ) |
Definition at line 195 of file unohelper.py.
| def unohelper.createSingleServiceFactory | ( | clazz, | |
| implementationName, | |||
| serviceNames | |||
| ) |
Definition at line 123 of file unohelper.py.
Referenced by unohelper.ImplementationHelper.getComponentFactory(), and getComponentFactoryHelper().
| def unohelper.fileUrlToSystemPath | ( | url | ) |
Definition at line 182 of file unohelper.py.
Referenced by pythonloader.checkForPythonPathBesideComponent(), and pythonloader.Loader.getModuleFromUrl().
| def unohelper.getComponentFactoryHelper | ( | implementationName, | |
| smgr, | |||
| regKey, | |||
| seqEntries | |||
| ) |
Definition at line 190 of file unohelper.py.
References createSingleServiceFactory().
| def unohelper.inspect | ( | obj, | |
| out | |||
| ) |
Definition at line 74 of file unohelper.py.
References _mode_to_str(), _propertymode_to_str(), and uno.getComponentContext().
| def unohelper.systemPathToFileUrl | ( | systemPath | ) |
Definition at line 178 of file unohelper.py.
| def unohelper.writeRegistryInfoHelper | ( | smgr, | |
| regKey, | |||
| seqEntries | |||
| ) |
Definition at line 171 of file unohelper.py.
|
private |
Definition at line 223 of file unohelper.py.