1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module excel
{
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;
15 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */