/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module excel { constants XlArabicModes { const long xlArabicBothStrict = 3; const long xlArabicNone = 0; const long xlArabicStrictAlefHamza = 1; const long xlArabicStrictFinalYaa = 2; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */