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

Classes

class  GlobalScope
 

Public Member Functions

def ConvertFromUrl (cls, url)
 
def ConvertToUrl (cls, file)
 
def CreateUnoService (cls, servicename)
 
def DateAdd (cls, add, count, datearg)
 
def DateDiff (cls, add, date1, date2, weekstart=1, yearstart=1)
 
def DatePart (cls, add, datearg, weekstart=1, yearstart=1)
 
def DateValue (cls, datestring)
 
def Format (cls, value, format=None)
 
def GetGUIType (cls)
 
def GetSystemTicks (cls)
 
def MsgBox (cls, text, type=None, dialogtitle=None)
 
def InputBox (cls, text, title=None, default=None, xpos=None, ypos=None)
 
def Timer (cls)
 
- Public Member Functions inherited from access2base._Singleton
def __call__ (cls, *args, **kwargs)
 

Static Public Member Functions

def GetPathSeparator ()
 
def Now ()
 
def RGB (red, green, blue)
 
def Xray (myObject)
 

Static Public Attributes

 M = _A2B.invokeMethod
 
- Static Public Attributes inherited from access2base._Singleton
dictionary instances = {}
 

Detailed Description

 Collection of helper functions having the same behaviour as their Basic counterparts 

Definition at line 878 of file access2base.py.

Member Function Documentation

◆ ConvertFromUrl()

def access2base.Basic.ConvertFromUrl (   cls,
  url 
)

Definition at line 883 of file access2base.py.

References access2base.Basic.M.

◆ ConvertToUrl()

def access2base.Basic.ConvertToUrl (   cls,
  file 
)

Definition at line 887 of file access2base.py.

References access2base.Basic.M.

◆ CreateUnoService()

def access2base.Basic.CreateUnoService (   cls,
  servicename 
)

Definition at line 891 of file access2base.py.

References access2base.Basic.M.

◆ DateAdd()

def access2base.Basic.DateAdd (   cls,
  add,
  count,
  datearg 
)

Definition at line 895 of file access2base.py.

References access2base.Basic.M.

◆ DateDiff()

def access2base.Basic.DateDiff (   cls,
  add,
  date1,
  date2,
  weekstart = 1,
  yearstart = 1 
)

Definition at line 901 of file access2base.py.

References access2base.Basic.M.

◆ DatePart()

def access2base.Basic.DatePart (   cls,
  add,
  datearg,
  weekstart = 1,
  yearstart = 1 
)

Definition at line 907 of file access2base.py.

References access2base.Basic.M.

◆ DateValue()

def access2base.Basic.DateValue (   cls,
  datestring 
)

Definition at line 912 of file access2base.py.

References access2base.Basic.M.

◆ Format()

def access2base.Basic.Format (   cls,
  value,
  format = None 
)

Definition at line 917 of file access2base.py.

References access2base.Basic.M.

◆ GetGUIType()

def access2base.Basic.GetGUIType (   cls)

Definition at line 923 of file access2base.py.

References access2base.Basic.M.

◆ GetPathSeparator()

def access2base.Basic.GetPathSeparator ( )
static

Definition at line 927 of file access2base.py.

◆ GetSystemTicks()

def access2base.Basic.GetSystemTicks (   cls)

Definition at line 931 of file access2base.py.

References access2base.Basic.M.

◆ InputBox()

def access2base.Basic.InputBox (   cls,
  text,
  title = None,
  default = None,
  xpos = None,
  ypos = None 
)

Definition at line 947 of file access2base.py.

References access2base.Basic.M.

◆ MsgBox()

def access2base.Basic.MsgBox (   cls,
  text,
  type = None,
  dialogtitle = None 
)

Definition at line 935 of file access2base.py.

References access2base.Basic.M.

◆ Now()

def access2base.Basic.Now ( )
static

Definition at line 951 of file access2base.py.

◆ RGB()

def access2base.Basic.RGB (   red,
  green,
  blue 
)
static

Definition at line 955 of file access2base.py.

◆ Timer()

def access2base.Basic.Timer (   cls)

Definition at line 959 of file access2base.py.

References access2base.Basic.M.

◆ Xray()

def access2base.Basic.Xray (   myObject)
static

Definition at line 963 of file access2base.py.

Member Data Documentation

◆ M

access2base.Basic.M = _A2B.invokeMethod
static

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