tdf#162786, tdf#161947: Add support for setuptools and pip
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcDefView.idl
blobd3b1cb7cad5c8e1c23a61b7959761c2723429d80
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcDefView {
4 const long acDefViewContinuous = 1;
5 const long acDefViewDatasheet = 2;
6 const long acDefViewPivotChart = 4;
7 const long acDefViewPivotTable = 3;
8 const long acDefViewSingle = 0;
9 };
10 }; }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */