Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / VbQueryClose.idl
blob5875f63220fd9bac31724fb65df1c2bd633e5016
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba {
3 constants VbQueryClose {
4 const long vbAppTaskManager = 3;
5 const long vbAppWindows = 2;
6 const long vbFormCode = 1;
7 const long vbFormControlMenu = 0;
8 const long vbFormMDIForm = 4;
9 };
10 }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */