summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlAxisType.idl
blob: 8a5e007d8acec0aaaa9e345b7cfe558b3ab002f9 (plain)
1
2
3
4
5
6
7
8
9
10
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
    constants XlAxisType {
        const long xlCategory = 1;
        const long xlSeriesAxis = 3;
        const long xlValue = 2;
    };
}; }; };

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