Searched refs:eMonth (Results 1 – 2 of 2) sorted by relevance
353 SvXMLDateElementAttributes eMonth; member1281 MonthFormat eMonth = rIntn.GetLongDateMonthFormat(); in IsSystemLongMonth()1282 return ( eMonth == MONTH_ZERO || eMonth == MONTH_LONG ); in IsSystemLongMonth()1297 MonthFormat eMonth = rIntn.GetLongDateMonthFormat(); in IsSystemTextualMonth()1298 return ( eMonth == MONTH_SHORT || eMonth == MONTH_LONG ); in IsSystemTextualMonth()1334 SvXMLDateElementAttributes eDay, SvXMLDateElementAttributes eMonth, in GetDefaultDateFormat() argument1346 ( eMonth == rEntry.eMonth || ( rEntry.eMonth == XML_DEA_ANY && eMonth != XML_DEA_NONE ) ) && in GetDefaultDateFormat()1765 MonthFormat eMonth = rInt.GetLongDateMonthFormat(); in CreateAndInsert()1766 if ( eMonth == MONTH_LONG && bCentury ) in CreateAndInsert()1773 else if ( eMonth == MONTH_SHORT && !bCentury ) in CreateAndInsert()
124 SvXMLDateElementAttributes eDay, SvXMLDateElementAttributes eMonth,
Completed in 14 milliseconds