LibreOffice Module wizards (master) 1
|
Public Member Functions | |
def | __init__ (self, reference=-1, objtype=None, name='') |
def | Find (self, target, startline, startcolumn, endline, endcolumn, wholeword=False, matchcase=False, patternsearch=False) |
def | Lines (self, line, numlines) |
def | ProcBodyLine (self, procname, prockind) |
def | ProcCountLines (self, procname, prockind) |
def | ProcOfLine (self, line, prockind) |
def | ProcStartLine (self, procname, prockind) |
Public Member Functions inherited from access2base._BasicObject | |
def | __init__ (self, reference=-1, objtype=None, name='') |
def | __getattr__ (self, name) |
def | __setattr__ (self, name, value) |
def | __repr__ (self) |
def | Name (self) |
def | ObjectType (self) |
def | Dispose (self) |
def | getProperty (self, propertyname, index=acConstants.Missing) |
def | hasProperty (self, propertyname) |
def | Properties (self, index=acConstants.Missing) |
def | setProperty (self, propertyname, value, index=acConstants.Missing) |
Public Attributes | |
localProperties | |
startline | |
startcolumn | |
endline | |
endcolumn | |
prockind | |
Public Attributes inherited from access2base._BasicObject | |
objectreference | |
objecttype | |
name | |
internal | |
localProperties | |
BOF | |
EOF | |
Static Public Attributes | |
classProperties = dict(CountOfDeclarationLines = False, CountOfLines = False, Type = False) | |
Static Public Attributes inherited from access2base._BasicObject | |
W = _A2B.invokeWrapper | |
tuple | internal_attributes = ('objectreference', 'objecttype', 'name', 'internal') |
def | GetProperty = getProperty |
def | HasProperty = hasProperty |
def | SetProperty = setProperty |
Definition at line 1325 of file access2base.py.
def access2base._Module.__init__ | ( | self, | |
reference = -1 , |
|||
objtype = None , |
|||
name = '' |
|||
) |
Reimplemented from access2base._BasicObject.
Definition at line 1328 of file access2base.py.
References access2base._Module.__init__().
Referenced by access2base._Module.__init__().
def access2base._Module.Find | ( | self, | |
target, | |||
startline, | |||
startcolumn, | |||
endline, | |||
endcolumn, | |||
wholeword = False , |
|||
matchcase = False , |
|||
patternsearch = False |
|||
) |
Definition at line 1332 of file access2base.py.
References access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
def access2base._Module.Lines | ( | self, | |
line, | |||
numlines | |||
) |
Definition at line 1344 of file access2base.py.
References access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
def access2base._Module.ProcBodyLine | ( | self, | |
procname, | |||
prockind | |||
) |
Definition at line 1346 of file access2base.py.
References access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
def access2base._Module.ProcCountLines | ( | self, | |
procname, | |||
prockind | |||
) |
Definition at line 1348 of file access2base.py.
References access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
def access2base._Module.ProcOfLine | ( | self, | |
line, | |||
prockind | |||
) |
Definition at line 1350 of file access2base.py.
References access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
def access2base._Module.ProcStartLine | ( | self, | |
procname, | |||
prockind | |||
) |
Definition at line 1357 of file access2base.py.
References access2base._BasicObject.objectreference, scriptforge.SFServices.objectreference, Viewport3D.W, access2base.Application.W, access2base.DoCmd.W, and access2base._BasicObject.W.
|
static |
Definition at line 1326 of file access2base.py.
Referenced by access2base._BasicObject.__getattr__(), access2base._BasicObject.__setattr__(), and access2base._BasicObject.hasProperty().
access2base._Module.endcolumn |
Definition at line 1341 of file access2base.py.
access2base._Module.endline |
Definition at line 1340 of file access2base.py.
access2base._Module.localProperties |
Definition at line 1330 of file access2base.py.
Referenced by access2base._BasicObject.__setattr__(), and scriptforge.SFServices.__setattr__().
access2base._Module.prockind |
Definition at line 1354 of file access2base.py.
access2base._Module.startcolumn |
Definition at line 1339 of file access2base.py.
access2base._Module.startline |
Definition at line 1338 of file access2base.py.