0% found this document useful (0 votes)
164 views1 page

LibreOffice BASIC Constants

This document lists constants available in LibreOffice BASIC with their name, type, and value. It includes constants for file attributes, data formats, message boxes, and field types. The constants were extracted from the LibreOffice source code files stdobj.cxx and parser.cxx.

Uploaded by

László Gyaraki
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views1 page

LibreOffice BASIC Constants

This document lists constants available in LibreOffice BASIC with their name, type, and value. It includes constants for file attributes, data formats, message boxes, and field types. The constants were extracted from the LibreOffice source code files stdobj.cxx and parser.cxx.

Uploaded by

László Gyaraki
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Constants in LibreOffice BASIC

The Constants listed below were extracted from the LibreOffice source file:
/libreoffice-core-3.6.2.2/basic/source/runtime/stdobj.cxx
(For additional Constants available with "Option VBASupport 1" see the file:
/libreoffice-core-3.6.2.2/basic/source/comp/parser.cxx)

Name of Constant
ATTR_ARCHIVE
ATTR_DIRECTORY
ATTR_HIDDEN
ATTR_NORMAL
ATTR_READONLY
ATTR_SYSTEM
ATTR_VOLUME
CF_BITMAP
CF_METAFILEPICT
CF_TEXT
CLEAR_ALLTABS
CLEAR_TAB
Empty
False
FRAMEANCHORCHAR
FRAMEANCHORPAGE
FRAMEANCHORPARA
IDABORT
IDCANCEL
IDNO
IDOK
IDRETRY
IDYES
MB_ABORTRETRYIGNORE
MB_APPLMODAL
MB_DEFBUTTON1
MB_DEFBUTTON2
MB_DEFBUTTON3
MB_ICONEXCLAMATION
MB_ICONINFORMATION
MB_ICONQUESTION
MB_ICONSTOP
MB_OK
MB_OKCANCEL
MB_RETRYCANCEL
MB_SYSTEMMODAL
MB_YESNO
MB_YESNOCANCEL
Nothing
Null
Pi
SET_OFF
SET_ON
SET_TAB
TOGGLE
True
TYP_AUTHORFLD

Type

Value

Name of Constant

Type

Value

integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
variant
bool
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
object
null
double
integer
integer
integer
integer
bool
integer

32
16
2
0
1
4
8
2
3
1
2
1

TYP_CHAPTERFLD
TYP_CONDTXTFLD
TYP_DATEFLD
TYP_DBFLD
TYP_DBNAMEFLD
TYP_DBNEXTSETFLD
TYP_DBNUMSETFLD
TYP_DBSETNUMBERFLD
TYP_DDEFLD
TYP_DOCINFOFLD
TYP_DOCSTATFLD
TYP_EXTUSERFLD
TYP_FILENAMEFLD
TYP_FIXDATEFLD
TYP_FIXTIMEFLD
TYP_FORMELFLD
TYP_GETFLD
TYP_GETREFFLD
TYP_GETREFPAGEFLD
TYP_HIDDENPARAFLD
TYP_HIDDENTXTFLD
TYP_INPUTFLD
TYP_INTERNETFLD
TYP_JUMPEDITFLD
TYP_MACROFLD
TYP_NEXTPAGEFLD
TYP_PAGENUMBERFLD
TYP_POSTITFLD
TYP_PREVPAGEFLD
TYP_SEQFLD
TYP_SETFLD
TYP_SETINPFLD
TYP_SETREFFLD
TYP_SETREFPAGEFLD
TYP_TEMPLNAMEFLD
TYP_TIMEFLD
TYP_USERFLD
TYP_USRINPFLD
V_EMPTY
V_NULL
V_INTEGER
V_LONG
V_SINGLE
V_DOUBLE
V_CURRENCY
V_DATE
V_STRING

integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer
integer

4
27
0
19
3
24
25
26
14
18
6
30
2
31
32
10
9
13
36
17
11
16
37
38
15
28
5
21
29
23
8
33
12
35
22
1
20
34
0
1
2
3
4
5
6
7
8

False 0
15
1
14
3
2
7
1
4
6
2
0
0
256
512
48
64
32
16
0
1
5
4096
4
3

3.14159...
0
1
0
2
True -1
7

Posted in LibreOffice Forum http://en.libreofficeforum.org/node/5245 by ian. 2013-02-04

You might also like