summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlChartLocation.idl
blob: 6a9974364d8fcd49468efe5f3f6c74bf2a146ea6 (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 XlChartLocation {
        const long xlLocationAsNewSheet = 1;
        const long xlLocationAsObject = 2;
        const long xlLocationAutomatic = 3;
    };
}; }; };

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