Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlBarShape.idl
blob159ad5372bd1bcc41c41ab8553bbc1cf3c0f0b97
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlBarShape {
4 const long xlBox = 0;
5 const long xlConeToMax = 5;
6 const long xlConeToPoint = 4;
7 const long xlCylinder = 3;
8 const long xlPyramidToMax = 2;
9 const long xlPyramidToPoint = 1;
11 }; }; };
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */