1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module access
{
3 constants AcOutputObjectType
{
4 const long acOutputDataAccessPage
= 6;
5 const long acOutputForm
= 2;
6 const long acOutputFunction
= 10;
7 const long acOutputModule
= 5;
8 const long acOutputQuery
= 1;
9 const long acOutputReport
= 3;
10 const long acOutputServerView
= 7;
11 const long acOutputStoredProcedure
= 9;
12 const long acOutputTable
= 0;
16 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */