LibreOffice Module wizards (master) 1
|
Public Member Functions | |
def | Activate (self) |
def | CloseFormDocument (self) |
def | Controls (self, controlname='') |
def | GetDatabase (self, user='', password='') |
def | MoveFirst (self) |
def | MoveLast (self) |
def | MoveNew (self) |
def | MoveNext (self, offset=1) |
def | MovePrevious (self, offset=1) |
def | Requery (self) |
def | Subforms (self, subform='') |
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 = 'SFDocuments.Form' |
tuple | servicesynonyms = () |
serviceproperties | |
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 | |
Management of forms defined in LibreOffice documents. Supported types are Base, Calc and Writer documents. It includes the management of subforms Each instance of the current class represents a single form or a single subform A form may optionally be (understand "is often") linked to a data source manageable with the SFDatabases.Database service. The current service offers rapid access to that service.
Definition at line 2499 of file scriptforge.py.
def scriptforge.SFDocuments.SF_Form.Activate | ( | self | ) |
Definition at line 2521 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.CloseFormDocument | ( | self | ) |
Definition at line 2524 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.Controls | ( | self, | |
controlname = '' |
|||
) |
Definition at line 2527 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), scriptforge.SFServices.flgArrayRet, and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.GetDatabase | ( | self, | |
user = '' , |
|||
password = '' |
|||
) |
Definition at line 2530 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.MoveFirst | ( | self | ) |
Definition at line 2533 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.MoveLast | ( | self | ) |
Definition at line 2536 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.MoveNew | ( | self | ) |
Definition at line 2539 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.MoveNext | ( | self, | |
offset = 1 |
|||
) |
Definition at line 2542 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.MovePrevious | ( | self, | |
offset = 1 |
|||
) |
Definition at line 2545 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.Requery | ( | self | ) |
Definition at line 2548 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), and scriptforge.SFServices.vbMethod.
def scriptforge.SFDocuments.SF_Form.Subforms | ( | self, | |
subform = '' |
|||
) |
Definition at line 2551 of file scriptforge.py.
References scriptforge.SFServices.ExecMethod(), sfx2::SfxNotebookBar.ExecMethod(), scriptforge.SFServices.flgArrayRet, and scriptforge.SFServices.vbMethod.
|
static |
Definition at line 2508 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 2509 of file scriptforge.py.
Referenced by scriptforge.ScriptForge.__init__(), and scriptforge.SFServices.__repr__().
|
static |
Definition at line 2511 of file scriptforge.py.
Referenced by scriptforge.SFServices.__setattr__(), and scriptforge.SFServices.Properties().
|
static |
Definition at line 2510 of file scriptforge.py.