Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlnumfe.cxx1145 bool bLongSysDate = ( eBuiltIn == NF_DATE_SYSTEM_LONG ); in ExportPart_Impl() local
1151 …bAutoOrder = bSystemDate = bLongSysDate = false; // don't write automatic-order attribute t… in ExportPart_Impl()
1609 WriteDayElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1631 … WriteDayOfWeekElement_Impl( aCalAttr, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1651 … WriteMonthElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ), bText ); in ExportPart_Impl()
1671 (bSystemDate ? bLongSysDate : bLong)); in ExportPart_Impl()
1682 WriteEraElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1687 WriteYearElement_Impl( aCalendar, ( bSystemDate || bLongSysDate ) ); in ExportPart_Impl()
1695 … WriteQuarterElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlnumfe.cxx1131 bool bLongSysDate = ( eBuiltIn == NF_DATE_SYSTEM_LONG ); in ExportPart_Impl() local
1137 …bAutoOrder = bSystemDate = bLongSysDate = false; // don't write automatic-order attribute t… in ExportPart_Impl()
1584 WriteDayElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1606 … WriteDayOfWeekElement_Impl( aCalAttr, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1625 … WriteMonthElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ), bText ); in ExportPart_Impl()
1639 WriteYearElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1650 WriteEraElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1655 WriteYearElement_Impl( aCalendar, ( bSystemDate || bLongSysDate ) ); in ExportPart_Impl()
1663 … WriteQuarterElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()