|
LibreOffice Module wizards (master) 1
|
Public Member Functions | |
| def | ReviewServiceArgs (cls, start=False) |
| def | Continue (self) |
| def | Restart (self) |
| def | Start (self) |
| def | Suspend (self) |
| def | Terminate (self) |
Public Member Functions inherited from scriptforge.SFServices | |
| def | __init__ (self, reference=-1, objtype=None, classmodule=0, name='') |
| def | __getattr__ (self, name) |
| def | __setattr__ (self, name, value) |
| def | __repr__ (self) |
| def | Dispose (self) |
| def | ExecMethod (self, flags=0, methodname='', *args) |
| def | GetProperty (self, propertyname, arg=None) |
| def | Properties (self) |
| def | basicmethods (self) |
| def | basicproperties (self) |
| def | SetProperty (self, propertyname, value) |
Static Public Attributes | |
| string | serviceimplementation = 'basic' |
| string | servicename = 'ScriptForge.Timer' |
| tuple | servicesynonyms = ('timer', 'scriptforge.timer') |
| serviceproperties | |
| bool | forceGetProperty = True |
Static Public Attributes inherited from scriptforge.SFServices | |
| vbGet | |
| vbLet | |
| vbMethod | |
| vbSet | |
| int | flgPost = 32 |
| int | flgDateArg = 64 |
| int | flgDateRet = 128 |
| int | flgArrayArg = 512 |
| int | flgArrayRet = 1024 |
| int | flgUno = 256 |
| int | flgObject = 2048 |
| int | flgHardCode = 4096 |
| moduleClass | |
| moduleStandard | |
| bool | forceGetProperty = False |
| dictionary | propertysynonyms = {} |
| tuple | internal_attributes |
| SIMPLEEXEC = ScriptForge.InvokeSimpleScript | |
| EXEC = ScriptForge.InvokeBasicService | |
Additional Inherited Members | |
Public Attributes inherited from scriptforge.SFServices | |
| objectreference | |
| objecttype | |
| classmodule | |
| name | |
| internal | |
| localProperties | |
| serviceimplementation | |
The "Timer" service measures the amount of time it takes to run user scripts.
Definition at line 1587 of file scriptforge.py.
| def scriptforge.SFScriptForge.SF_Timer.Continue | ( | self | ) |
Definition at line 1607 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_Timer.Restart | ( | self | ) |
Definition at line 1610 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_Timer.ReviewServiceArgs | ( | cls, | |
start = False |
|||
| ) |
Transform positional and keyword arguments into positional only
Definition at line 1601 of file scriptforge.py.
| def scriptforge.SFScriptForge.SF_Timer.Start | ( | self | ) |
Definition at line 1613 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_Timer.Suspend | ( | self | ) |
Definition at line 1616 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
| def scriptforge.SFScriptForge.SF_Timer.Terminate | ( | self | ) |
Definition at line 1619 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
|
static |
Definition at line 1598 of file scriptforge.py.
|
static |
Definition at line 1592 of file scriptforge.py.
Referenced by scriptforge.SFServices.__repr__(), scriptforge.SFServices.__setattr__(), scriptforge.SFServices.basicmethods(), scriptforge.SFServices.basicproperties(), scriptforge.SFServices.Dispose(), scriptforge.SFServices.GetProperty(), and scriptforge.SFServices.SetProperty().
|
static |
Definition at line 1593 of file scriptforge.py.
Referenced by scriptforge.ScriptForge.__init__(), and scriptforge.SFServices.__repr__().
|
static |
Definition at line 1595 of file scriptforge.py.
Referenced by scriptforge.SFServices.__setattr__(), and scriptforge.SFServices.Properties().
|
static |
Definition at line 1594 of file scriptforge.py.