Home
last modified time | relevance | path

Searched refs:bLongSysDate (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/xmloff/source/style/
H A Dxmlnumfe.cxx1074 sal_Bool bLongSysDate = ( eBuiltIn == NF_DATE_SYSTEM_LONG ); in ExportPart_Impl() local
1080 …bAutoOrder = bSystemDate = bLongSysDate = sal_False; // don't write automatic-order attribu… 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()