summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlBorderWeight.idl
blob: 25883c45442d29245503d403a325e6714cf9e4e2 (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 excel {
    constants XlBorderWeight {
        const long xlHairline = 1;
        const long xlMedium = -4138;
        const long xlThick = 4;
        const long xlThin = 2;
    };
}; }; };

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