|
LibreOffice Module scripting (master) 1
|
Public Member Functions | |
| def | __init__ (self, func, mod, args) |
| def | invoke (self, args, out, outindex) |
Public Member Functions inherited from unohelper::Base | |
| def | getTypes (self) |
| def | getImplementationId (self) |
Public Attributes | |
| func | |
| mod | |
| args | |
Definition at line 905 of file pythonscript.py.
| def pythonscript.PythonScript.__init__ | ( | self, | |
| func, | |||
| mod, | |||
| args | |||
| ) |
Definition at line 906 of file pythonscript.py.
| def pythonscript.PythonScript.invoke | ( | self, | |
| args, | |||
| out, | |||
| outindex | |||
| ) |
Definition at line 911 of file pythonscript.py.
References org::libreoffice::unotest::OfficeConnection.args, org::libreoffice::unotest::UnoRemoteConnection.args, pythonscript.PythonScript.args, i18npool::transliteration_Ignore.func, i18npool::transliteration_OneToOne.func, sc::FuncNotElem< typename FuncElem, typename Elem >.func, TransItem.func, pythonscript.PythonScript.func, pythonscript.lastException2String(), and pythonscript.PythonScript.mod.
| pythonscript.PythonScript.args |
Definition at line 909 of file pythonscript.py.
Referenced by pythonscript.PythonScript.invoke().
| pythonscript.PythonScript.func |
Definition at line 907 of file pythonscript.py.
Referenced by pythonscript.PythonScript.invoke().
| pythonscript.PythonScript.mod |
Definition at line 908 of file pythonscript.py.
Referenced by pythonscript.PythonScript.invoke().