Lines Matching refs:rCalendar

342 void SvXMLNumFmtExport::AddCalendarAttr_Impl( const OUString& rCalendar )  in AddCalendarAttr_Impl()  argument
344 if ( rCalendar.getLength() ) in AddCalendarAttr_Impl()
346 rExport.AddAttribute( XML_NAMESPACE_NUMBER, XML_CALENDAR, rCalendar ); in AddCalendarAttr_Impl()
454 void SvXMLNumFmtExport::WriteDayElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteDayElement_Impl() argument
458 AddCalendarAttr_Impl( rCalendar ); // adds to pAttrList in WriteDayElement_Impl()
465 void SvXMLNumFmtExport::WriteMonthElement_Impl( const OUString& rCalendar, sal_Bool bLong, sal_Bool… in WriteMonthElement_Impl() argument
469 AddCalendarAttr_Impl( rCalendar ); // adds to pAttrList in WriteMonthElement_Impl()
477 void SvXMLNumFmtExport::WriteYearElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteYearElement_Impl() argument
481 AddCalendarAttr_Impl( rCalendar ); // adds to pAttrList in WriteYearElement_Impl()
488 void SvXMLNumFmtExport::WriteEraElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteEraElement_Impl() argument
492 AddCalendarAttr_Impl( rCalendar ); // adds to pAttrList in WriteEraElement_Impl()
499 void SvXMLNumFmtExport::WriteDayOfWeekElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteDayOfWeekElement_Impl() argument
503 AddCalendarAttr_Impl( rCalendar ); // adds to pAttrList in WriteDayOfWeekElement_Impl()
510 void SvXMLNumFmtExport::WriteWeekElement_Impl( const OUString& rCalendar ) in WriteWeekElement_Impl() argument
514 AddCalendarAttr_Impl( rCalendar ); // adds to pAttrList in WriteWeekElement_Impl()
520 void SvXMLNumFmtExport::WriteQuarterElement_Impl( const OUString& rCalendar, sal_Bool bLong ) in WriteQuarterElement_Impl() argument
524 AddCalendarAttr_Impl( rCalendar ); // adds to pAttrList in WriteQuarterElement_Impl()