|
LibreOffice Module scripting (master) 1
|
Public Member Functions | |
| def | __init__ (self, provCtx, uri, fileName, funcName) |
| def | getName (self) |
| def | getChildNodes (self) |
| def | hasChildNodes (self) |
| def | getType (self) |
| def | getPropertyValue (self, name) |
| def | setPropertyValue (self, name, value) |
| def | getPropertySetInfo (self) |
| def | getIntrospection (self) |
| def | invoke (self, name, params, outparamindex, outparams) |
| def | actionPerformed (self, event) |
| def | setValue (self, name, value) |
| def | getValue (self, name) |
| def | hasMethod (self, name) |
| def | hasProperty (self, name) |
Public Member Functions inherited from unohelper::Base | |
| def | getTypes (self) |
| def | getImplementationId (self) |
Public Attributes | |
| fileName | |
| funcName | |
| provCtx | |
| uri | |
| editor | |
Definition at line 509 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.__init__ | ( | self, | |
| provCtx, | |||
| uri, | |||
| fileName, | |||
| funcName | |||
| ) |
Definition at line 510 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.actionPerformed | ( | self, | |
| event | |||
| ) |
Definition at line 576 of file pythonscript.py.
References pythonscript.ScriptBrowseNode.editor, pythonscript.ensureSourceState(), pythonscript.isScript(), pythonscript.lastException2String(), pythonscript.ScriptBrowseNode.provCtx, pythonscript.FileBrowseNode.provCtx, pythonscript.DirBrowseNode.provCtx, pythonscript.PackageBrowseNode.provCtx, pythonscript.PythonScriptProvider.provCtx, org::libreoffice::ui::RecentFile.uri, cppuhelper::ServiceManager::Data::Implementation.uri, http_dav_ucp::DAVResource.uri, unoidl::detail::MappedFile.uri, XMLFontStyleContextFontFaceFormat.uri, pythonscript.ScriptBrowseNode.uri, and pythonscript.FileBrowseNode.uri.
| def pythonscript.ScriptBrowseNode.getChildNodes | ( | self | ) |
Definition at line 519 of file pythonscript.py.
Referenced by pythonscript.FileBrowseNode.hasChildNodes().
| def pythonscript.ScriptBrowseNode.getIntrospection | ( | self | ) |
Definition at line 549 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.getName | ( | self | ) |
Definition at line 516 of file pythonscript.py.
References pythonscript.ScriptBrowseNode.funcName.
| def pythonscript.ScriptBrowseNode.getPropertySetInfo | ( | self | ) |
Definition at line 545 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.getPropertyValue | ( | self, | |
| name | |||
| ) |
Definition at line 528 of file pythonscript.py.
References pythonscript.ScriptBrowseNode.funcName, pythonscript.lastException2String(), pythonscript.ScriptBrowseNode.provCtx, pythonscript.FileBrowseNode.provCtx, pythonscript.DirBrowseNode.provCtx, pythonscript.PackageBrowseNode.provCtx, pythonscript.PythonScriptProvider.provCtx, org::libreoffice::ui::RecentFile.uri, cppuhelper::ServiceManager::Data::Implementation.uri, http_dav_ucp::DAVResource.uri, unoidl::detail::MappedFile.uri, XMLFontStyleContextFontFaceFormat.uri, pythonscript.ScriptBrowseNode.uri, and pythonscript.FileBrowseNode.uri.
| def pythonscript.ScriptBrowseNode.getType | ( | self | ) |
Definition at line 525 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.getValue | ( | self, | |
| name | |||
| ) |
Definition at line 614 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.hasChildNodes | ( | self | ) |
Definition at line 522 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.hasMethod | ( | self, | |
| name | |||
| ) |
Definition at line 617 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.hasProperty | ( | self, | |
| name | |||
| ) |
Definition at line 620 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.invoke | ( | self, | |
| name, | |||
| params, | |||
| outparamindex, | |||
| outparams | |||
| ) |
Definition at line 552 of file pythonscript.py.
References pythonscript.ScriptBrowseNode.provCtx, pythonscript.FileBrowseNode.provCtx, pythonscript.DirBrowseNode.provCtx, pythonscript.PackageBrowseNode.provCtx, and pythonscript.PythonScriptProvider.provCtx.
| def pythonscript.ScriptBrowseNode.setPropertyValue | ( | self, | |
| name, | |||
| value | |||
| ) |
Definition at line 543 of file pythonscript.py.
| def pythonscript.ScriptBrowseNode.setValue | ( | self, | |
| name, | |||
| value | |||
| ) |
Definition at line 611 of file pythonscript.py.
| pythonscript.ScriptBrowseNode.editor |
Definition at line 559 of file pythonscript.py.
Referenced by pythonscript.ScriptBrowseNode.actionPerformed().
| pythonscript.ScriptBrowseNode.fileName |
Definition at line 511 of file pythonscript.py.
| pythonscript.ScriptBrowseNode.funcName |
Definition at line 512 of file pythonscript.py.
Referenced by pythonscript.ScriptBrowseNode.getName(), and pythonscript.ScriptBrowseNode.getPropertyValue().
| pythonscript.ScriptBrowseNode.provCtx |
Definition at line 513 of file pythonscript.py.
Referenced by pythonscript.ScriptBrowseNode.actionPerformed(), pythonscript.FileBrowseNode.getChildNodes(), pythonscript.DirBrowseNode.getChildNodes(), pythonscript.PackageBrowseNode.getChildNodes(), pythonscript.ScriptBrowseNode.getPropertyValue(), pythonscript.PythonScriptProvider.getScript(), pythonscript.PythonScriptProvider.hasByName(), pythonscript.PackageBrowseNode.hasChildNodes(), pythonscript.PythonScriptProvider.insertByName(), pythonscript.ScriptBrowseNode.invoke(), and pythonscript.PythonScriptProvider.removeByName().
| pythonscript.ScriptBrowseNode.uri |
Definition at line 514 of file pythonscript.py.
Referenced by pythonscript.ScriptBrowseNode.actionPerformed(), pythonscript.FileBrowseNode.getChildNodes(), and pythonscript.ScriptBrowseNode.getPropertyValue().