1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module access
{
4 const long acViewDesign
= 1;
5 const long acViewNormal
= 0;
6 const long acViewPivotChart
= 4;
7 const long acViewPivotTable
= 3;
8 const long acViewPreview
= 2;
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */