Lines Matching refs:bSystemDate
888 sal_Bool lcl_IsDefaultDateFormat( const SvNumberformat& rFormat, sal_Bool bSystemDate, NfIndexTable… in lcl_IsDefaultDateFormat() argument
953 eDateDOW, eDateDay, eDateMonth, eDateYear, eDateHours, eDateMins, eDateSecs, bSystemDate ); in lcl_IsDefaultDateFormat()
1071 sal_Bool bSystemDate = ( eBuiltIn == NF_DATE_SYSTEM_SHORT || in ExportPart_Impl() local
1078 !lcl_IsDefaultDateFormat( rFormat, bSystemDate, eBuiltIn ) ) in ExportPart_Impl()
1080 …bAutoOrder = bSystemDate = bLongSysDate = sal_False; // don't write automatic-order attribute then in ExportPart_Impl()
1093 if ( bSystemDate && bAutoOrder && in ExportPart_Impl()
1476 WriteDayElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1498 WriteDayOfWeekElement_Impl( aCalAttr, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1517 WriteMonthElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ), bText ); in ExportPart_Impl()
1531 WriteYearElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1542 WriteEraElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1547 WriteYearElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : sal_True ) ); in ExportPart_Impl()
1555 WriteQuarterElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()