LibreOffice Module wizards (master) 1
Public Member Functions | Static Public Attributes | List of all members
scriptforge.SFDialogs.SF_NewDialog Class Reference
Inheritance diagram for scriptforge.SFDialogs.SF_NewDialog:
[legend]
Collaboration diagram for scriptforge.SFDialogs.SF_NewDialog:
[legend]

Public Member Functions

def ReviewServiceArgs (cls, dialogname='', place=(0, 0, 0, 0))
 
- 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 = 'SFDialogs.NewDialog'
 
tuple servicesynonyms = ('newdialog', 'sfdialogs.newdialog')
 
 serviceproperties = dict()
 
- 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
 

Detailed Description

    Pseudo service never returned from the Basic world. A SF_Dialog instance is returned instead.
    Main purpose: manage the arguments of CreateScriptService() for the creation of a dialog from scratch

Definition at line 2009 of file scriptforge.py.

Member Function Documentation

◆ ReviewServiceArgs()

def scriptforge.SFDialogs.SF_NewDialog.ReviewServiceArgs (   cls,
  dialogname = '',
  place = (0, 0, 0, 0) 
)
    Transform positional and keyword arguments into positional only
    Add the XComponentContext as last argument

Definition at line 2021 of file scriptforge.py.

Member Data Documentation

◆ serviceimplementation

string scriptforge.SFDialogs.SF_NewDialog.serviceimplementation = 'basic'
static

◆ servicename

string scriptforge.SFDialogs.SF_NewDialog.servicename = 'SFDialogs.NewDialog'
static

◆ serviceproperties

scriptforge.SFDialogs.SF_NewDialog.serviceproperties = dict()
static

◆ servicesynonyms

tuple scriptforge.SFDialogs.SF_NewDialog.servicesynonyms = ('newdialog', 'sfdialogs.newdialog')
static

Definition at line 2017 of file scriptforge.py.


The documentation for this class was generated from the following file: