Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / VbFileAttribute.idl
blob8a437069a5e1581803ca31067e3b1ce93fb44cca
1 module ooo { module vba {
2 constants VbFileAttribute {
3 const long vbAlias = 64;
4 const long vbArchive = 32;
5 const long vbDirectory = 16;
6 const long vbHidden = 2;
7 const long vbNormal = 0;
8 const long vbReadOnly = 1;
9 const long vbSystem = 4;
10 const long vbVolume = 8;
12 }; };