lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcCurrentView.idl
blob16daf13f4757149b3e790bce9a94a96d810bae81
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;
11 }; }; };
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */