1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module access
{
3 constants AcSendObjectType
{
4 const long acSendDataAccessPage
= 6;
5 const long acSendForm
= 2;
6 const long acSendModule
= 5;
7 const long acSendNoObject
= -1;
8 const long acSendQuery
= 1;
9 const long acSendReport
= 3;
10 const long acSendTable
= 0;
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */