LibreOffice Module scripting (master) 1
|
Public Member Functions | |
def | __init__ (self) |
def | getInteractionHandler (self) |
def | getProgressHandler (self) |
![]() | |
def | getTypes (self) |
def | getImplementationId (self) |
Public Attributes | |
progressHandler | |
interactionHandler | |
Definition at line 788 of file pythonscript.py.
def pythonscript.CommandEnvironment.__init__ | ( | self | ) |
Definition at line 789 of file pythonscript.py.
def pythonscript.CommandEnvironment.getInteractionHandler | ( | self | ) |
Definition at line 792 of file pythonscript.py.
References pythonscript.CommandEnvironment.interactionHandler.
def pythonscript.CommandEnvironment.getProgressHandler | ( | self | ) |
Definition at line 794 of file pythonscript.py.
References pythonscript.CommandEnvironment.progressHandler.
pythonscript.CommandEnvironment.interactionHandler |
Definition at line 791 of file pythonscript.py.
Referenced by pythonscript.CommandEnvironment.getInteractionHandler().
pythonscript.CommandEnvironment.progressHandler |
Definition at line 790 of file pythonscript.py.
Referenced by pythonscript.CommandEnvironment.getProgressHandler().