lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcExportXMLOtherFlags.idl
blobfbd3bdd0bbb43c93ce2b2222d343e672e3b8ab1f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcExportXMLOtherFlags {
4 const long acEmbedSchema = 1;
5 const long acExcludePrimaryKeyAndIndexes = 2;
6 const long acLiveReportSource = 8;
7 const long acPersistReportML = 16;
8 const long acRunFromServer = 4;
9 };
10 }; }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */