tdf#164420 Fix unselected Check/Radio buttons not following themes in GTK
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlLegendPosition.idl
blobae4a68deb153dd8f43c20a53cf7e7beaf31742c0
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlLegendPosition {
4 const long xlLegendPositionBottom = -4107;
5 const long xlLegendPositionCorner = 2;
6 const long xlLegendPositionLeft = -4131;
7 const long xlLegendPositionRight = -4152;
8 const long xlLegendPositionTop = -4160;
9 };
10 }; }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */