Lines Matching refs:bLong

358 void SvXMLNumFmtExport::AddStyleAttr_Impl( sal_Bool bLong )  in AddStyleAttr_Impl()  argument
360 if ( bLong ) // short is default in AddStyleAttr_Impl()
454 void SvXMLNumFmtExport::WriteDayElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteDayElement_Impl() argument
459 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteDayElement_Impl()
465 void SvXMLNumFmtExport::WriteMonthElement_Impl( const OUString& rCalendar, sal_Bool bLong, sal_Bool… in WriteMonthElement_Impl() argument
470 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteMonthElement_Impl()
477 void SvXMLNumFmtExport::WriteYearElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteYearElement_Impl() argument
482 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteYearElement_Impl()
488 void SvXMLNumFmtExport::WriteEraElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteEraElement_Impl() argument
493 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteEraElement_Impl()
499 void SvXMLNumFmtExport::WriteDayOfWeekElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteDayOfWeekElement_Impl() argument
504 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteDayOfWeekElement_Impl()
520 void SvXMLNumFmtExport::WriteQuarterElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteQuarterElement_Impl() argument
525 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteQuarterElement_Impl()
533 void SvXMLNumFmtExport::WriteHoursElement_Impl( sal_Bool bLong ) in WriteHoursElement_Impl() argument
537 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteHoursElement_Impl()
543 void SvXMLNumFmtExport::WriteMinutesElement_Impl( sal_Bool bLong ) in WriteMinutesElement_Impl() argument
547 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteMinutesElement_Impl()
553 void SvXMLNumFmtExport::WriteSecondsElement_Impl( sal_Bool bLong, sal_uInt16 nDecimals ) in WriteSecondsElement_Impl() argument
557 AddStyleAttr_Impl( bLong ); // adds to pAttrList in WriteSecondsElement_Impl()
1475 sal_Bool bLong = ( nElemType == NF_KEY_DD ); in ExportPart_Impl() local
1476 WriteDayElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1496 sal_Bool bLong = ( nElemType == NF_KEY_NNN || nElemType == NF_KEY_NNNN || in ExportPart_Impl() local
1498 WriteDayOfWeekElement_Impl( aCalAttr, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1514 sal_Bool bLong = ( nElemType == NF_KEY_MM || nElemType == NF_KEY_MMMM ); in ExportPart_Impl() local
1517 WriteMonthElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ), bText ); in ExportPart_Impl()
1529 sal_Bool bLong = ( nElemType == NF_KEY_YYYY || nElemType == NF_KEY_EEC || in ExportPart_Impl() local
1531 WriteYearElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1541 sal_Bool bLong = ( nElemType == NF_KEY_GGG || nElemType == NF_KEY_RR ); in ExportPart_Impl() local
1542 WriteEraElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()
1554 sal_Bool bLong = ( nElemType == NF_KEY_QQ ); in ExportPart_Impl() local
1555 WriteQuarterElement_Impl( aCalendar, ( bSystemDate ? bLongSysDate : bLong ) ); in ExportPart_Impl()