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