lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / PropertyAttributesEnum.idl
blob607dc18b51ed84bb0bb6f56d3543366909faeb4e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module adodb {
3 constants PropertyAttributesEnum {
4 const long adPropNotSupported = 0;
5 const long adPropOptional = 2;
6 const long adPropRead = 512;
7 const long adPropRequired = 1;
8 const long adPropWrite = 1024;
9 };
10 }; }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */