1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module excel
{
3 constants XlConsolidationFunction
{
4 const long xlAverage
= -4106;
5 const long xlCount
= -4112;
6 const long xlCountNums
= -4113;
7 const long xlMax
= -4136;
8 const long xlMin
= -4139;
9 const long xlProduct
= -4149;
10 const long xlStDev
= -4155;
11 const long xlStDevP
= -4156;
12 const long xlSum
= -4157;
13 const long xlUnknown
= 1000;
14 const long xlVar
= -4164;
15 const long xlVarP
= -4165;
19 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */