lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDirection.idl
blobb7a7485e77e91bcf41c4262943caba22ef0b75df
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlDirection {
4 const long xlDown = -4121;
5 const long xlToLeft = -4159;
6 const long xlToRight = -4161;
7 const long xlUp = -4162;
8 };
9 }; }; };
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */