/************************************************************************* * Licensed Materials - Property of IBM. * * Symphony Editor * * (C) Copyright IBM Corporation 2009. All Rights Reserved. * * U.S. Government Users Restricted Rights: Use, duplication or disclosure * restricted by GSA ADP Schedule Contract with IBM Corp. * *************************************************************************/ #ifndef __ooo_vba_XlApplicationInternational_idl__ #define __ooo_vba_XlApplicationInternational_idl__ module ooo { module vba { module constants XlApplicationInternational { const long xl24HourClock = 33; //(&H21) const long xl4DigitYears = 43; //(&H2B) const long xlAlternateArraySeparator = 16; //(&H10) const long xlColumnSeparator = 14; // const long xlCountryCode = 1; const long xlCountrySetting = 2; const long xlCurrencyBefore = 37; //(&H25) const long xlCurrencyCode = 25; //(&H19) const long xlCurrencyDigits = 27; //(&H1B) const long xlCurrencyLeadingZeros = 40; //(&H28) const long xlCurrencyMinusSign = 38; //(&H26) const long xlCurrencyNegative = 28; //(&H1C) const long xlCurrencySpaceBefore = 36; //(&24) const long xlCurrencyTrailingZeros = 39; //(&H27) const long xlDateOrder = 32; //(&H20) const long xlDateSeparator = 17; //(&H11) const long xlDayCode = 21; //(&H15) const long xlDayLeadingZero = 42; //(&H2A) const long xlDecimalSeparator = 3; //(&H2E) const long xlGeneralFormatName = 26; //(&H1A) const long xlHourCode = 22; //(&H16) const long xlLeftBrace = 12; const long xlLeftBracket = 10; const long xlListSeparator = 5; const long xlLowerCaseColumnLetter = 9; const long xlLowerCaseRowLetter = 8; const long xlMDY = 44; //(&H2C) const long xlMinuteCode = 23; //(&H17) const long xlMonthCode = 20; //(&H14) const long xlMonthLeadingZero = 41; //(&H29) const long xlMonthNameChars = 30; //(&H1E) const long xlNoncurrencyDigits = 29; //(&H1D) const long xlNonEnglishFunctions = 34; //(&H22) const long xlRightBrace = 13; const long xlRightBracket = 11; const long xlRowSeparator = 15; const long xlSecondCode = 24; //(&H18) const long xlThousandsSeparator = 4; const long xlTimeLeadingZero = 45; //(&H2D) const long xlTimeSeparator = 18; //(&H12) const long xlUpperCaseColumnLetter = 7; const long xlUpperCaseRowLetter = 6; const long xlWeekdayNameChars = 31; //(&H1F) const long xlYearCode = 19; //(&H13) }; }; }; #endif