summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCalculatedMemberType.idl
blob: 80435bd7c3ea554ac8db6edb79daab4199464465 (plain)
1
2
3
4
5
6
7
8
9
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
    constants XlCalculatedMemberType {
        const long xlCalculatedMember = 0;
        const long xlCalculatedSet = 1;
    };
}; }; };

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