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

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
 

Detailed Description

Definition at line 1325 of file access2base.py.

Constructor & Destructor Documentation

◆ __init__()

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__().

Member Function Documentation

◆ Find()

def access2base._Module.Find (   self,
  target,
  startline,
  startcolumn,
  endline,
  endcolumn,
  wholeword = False,
  matchcase = False,
  patternsearch = False 
)

◆ Lines()

def access2base._Module.Lines (   self,
  line,
  numlines 
)

◆ ProcBodyLine()

def access2base._Module.ProcBodyLine (   self,
  procname,
  prockind 
)

◆ ProcCountLines()

def access2base._Module.ProcCountLines (   self,
  procname,
  prockind 
)

◆ ProcOfLine()

def access2base._Module.ProcOfLine (   self,
  line,
  prockind 
)

◆ ProcStartLine()

def access2base._Module.ProcStartLine (   self,
  procname,
  prockind 
)

Member Data Documentation

◆ classProperties

access2base._Module.classProperties = dict(CountOfDeclarationLines = False, CountOfLines = False, Type = False)
static

◆ endcolumn

access2base._Module.endcolumn

Definition at line 1341 of file access2base.py.

◆ endline

access2base._Module.endline

Definition at line 1340 of file access2base.py.

◆ localProperties

access2base._Module.localProperties

◆ prockind

access2base._Module.prockind

Definition at line 1354 of file access2base.py.

◆ startcolumn

access2base._Module.startcolumn

Definition at line 1339 of file access2base.py.

◆ startline

access2base._Module.startline

Definition at line 1338 of file access2base.py.


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