/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module access { constants AcDefView { const long acDefViewContinuous = 1; const long acDefViewDatasheet = 2; const long acDefViewPivotChart = 4; const long acDefViewPivotTable = 3; const long acDefViewSingle = 0; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */