lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlHAlign.idl
blob5481e1552d22a3787c206e04f2f5116c2ec0ef75
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlHAlign {
4 const long xlHAlignCenter = -4108;
5 const long xlHAlignCenterAcrossSelection = 7;
6 const long xlHAlignDistributed = -4117;
7 const long xlHAlignFill = 5;
8 const long xlHAlignGeneral = 1;
9 const long xlHAlignJustify = -4130;
10 const long xlHAlignLeft = -4131;
11 const long xlHAlignRight = -4152;
13 }; }; };
15 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */