summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/access/AcWindowMode.idl
blob: 967562d9d552267884aabb4e71797135ee2fd9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
    constants AcWindowMode {
        const long acDialog = 3;
        const long acHidden = 1;
        const long acIcon = 2;
        const long acWindowNormal = 0;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */