LibreOffice Module wizards (master) 1
|
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 = {} |
Collection of helper functions having the same behaviour as their Basic counterparts
Definition at line 878 of file access2base.py.
def access2base.Basic.ConvertFromUrl | ( | cls, | |
url | |||
) |
Definition at line 883 of file access2base.py.
References access2base.Basic.M.
def access2base.Basic.ConvertToUrl | ( | cls, | |
file | |||
) |
Definition at line 887 of file access2base.py.
References access2base.Basic.M.
def access2base.Basic.CreateUnoService | ( | cls, | |
servicename | |||
) |
Definition at line 891 of file access2base.py.
References access2base.Basic.M.
def access2base.Basic.DateAdd | ( | cls, | |
add, | |||
count, | |||
datearg | |||
) |
Definition at line 895 of file access2base.py.
References access2base.Basic.M.
def access2base.Basic.DateDiff | ( | cls, | |
add, | |||
date1, | |||
date2, | |||
weekstart = 1 , |
|||
yearstart = 1 |
|||
) |
Definition at line 901 of file access2base.py.
References access2base.Basic.M.
def access2base.Basic.DatePart | ( | cls, | |
add, | |||
datearg, | |||
weekstart = 1 , |
|||
yearstart = 1 |
|||
) |
Definition at line 907 of file access2base.py.
References access2base.Basic.M.
def access2base.Basic.DateValue | ( | cls, | |
datestring | |||
) |
Definition at line 912 of file access2base.py.
References access2base.Basic.M.
def access2base.Basic.Format | ( | cls, | |
value, | |||
format = None |
|||
) |
Definition at line 917 of file access2base.py.
References access2base.Basic.M.
def access2base.Basic.GetGUIType | ( | cls | ) |
Definition at line 923 of file access2base.py.
References access2base.Basic.M.
|
static |
Definition at line 927 of file access2base.py.
def access2base.Basic.GetSystemTicks | ( | cls | ) |
Definition at line 931 of file access2base.py.
References access2base.Basic.M.
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.
def access2base.Basic.MsgBox | ( | cls, | |
text, | |||
type = None , |
|||
dialogtitle = None |
|||
) |
Definition at line 935 of file access2base.py.
References access2base.Basic.M.
|
static |
Definition at line 951 of file access2base.py.
|
static |
Definition at line 955 of file access2base.py.
def access2base.Basic.Timer | ( | cls | ) |
Definition at line 959 of file access2base.py.
References access2base.Basic.M.
|
static |
Definition at line 963 of file access2base.py.
|
static |
Definition at line 880 of file access2base.py.
Referenced by access2base.Basic.ConvertFromUrl(), access2base.Basic.ConvertToUrl(), access2base.Basic.CreateUnoService(), access2base.Basic.DateAdd(), access2base.Basic.DateDiff(), access2base.Basic.DatePart(), access2base.Basic.DateValue(), access2base.Basic.Format(), access2base.Basic.GetGUIType(), access2base.Basic.GetSystemTicks(), access2base.Basic.InputBox(), access2base.Basic.MsgBox(), and access2base.Basic.Timer().