1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module access
{
3 constants AcCurrentView
{
4 const long acCurViewDatasheet
= 2;
5 const long acCurViewDesign
= 0;
6 const long acCurViewFormBrowse
= 1;
7 const long acCurViewPivotChart
= 4;
8 const long acCurViewPivotTable
= 3;
9 const long acCurViewPreview
= 5;
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */