repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
VbFirstWeekOfYear.idl
blob
51802db821bda7b0f5d1ab4483b7e3bb4158b6fa
1
module
ooo
{
module
vba
{
2
constants VbFirstWeekOfYear
{
3
const long
vbFirstFourDays
=
2
;
4
const long
vbFirstFullWeek
=
3
;
5
const long
vbFirstJan1
=
1
;
6
const long
vbUseSystem
=
0
;
7
};
8
}; };