bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcObjectType.idl
blob3d4aa14fb835ce989f381bf39480ca775b074b07
1 module ooo { module vba { module access {
2 constants AcObjectType {
3 const long acDataAccessPage = 6;
4 const long acDefault = -1;
5 const long acDiagram = 8;
6 const long acForm = 2;
7 const long acFunction = 10;
8 const long acMacro = 4;
9 const long acModule = 5;
10 const long acQuery = 1;
11 const long acReport = 3;
12 const long acServerView = 7;
13 const long acStoredProcedure = 9;
14 const long acTable = 0;
16 }; }; };