1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module excel
{
3 constants XlDataLabelsType
{
4 const long xlDataLabelsShowBubbleSizes
= 6;
5 const long xlDataLabelsShowLabel
= 4;
6 const long xlDataLabelsShowLabelAndPercent
= 5;
7 const long xlDataLabelsShowNone
= -4142;
8 const long xlDataLabelsShowPercent
= 3;
9 const long xlDataLabelsShowValue
= 2;
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */