|
LibreOffice Module scripting (master) 1
|
Public Member Functions | |
| def | __init__ (self) |
| def | push (self, status) |
| def | update (self, status) |
| def | pop (self, event) |
Public Member Functions inherited from unohelper::Base | |
| def | getTypes (self) |
| def | getImplementationId (self) |
Definition at line 777 of file pythonscript.py.
| def pythonscript.DummyProgressHandler.__init__ | ( | self | ) |
Definition at line 778 of file pythonscript.py.
| def pythonscript.DummyProgressHandler.pop | ( | self, | |
| event | |||
| ) |
Definition at line 785 of file pythonscript.py.
| def pythonscript.DummyProgressHandler.push | ( | self, | |
| status | |||
| ) |
Definition at line 781 of file pythonscript.py.
| def pythonscript.DummyProgressHandler.update | ( | self, | |
| status | |||
| ) |
Definition at line 783 of file pythonscript.py.