Lines Matching refs:DateFormatter

1306 	DateFormatter::ExpandCentury( aNewDate, utl::MiscCfg().GetYear2000() );  in ImplDateGetValue()
1317 sal_Bool DateFormatter::ImplDateReformat( const XubString& rStr, XubString& rOutStr, const AllSetti… in ImplDateReformat()
1348 XubString DateFormatter::ImplGetDateAsText( const Date& rDate, in ImplGetDateAsText()
1444 DateFormatter::ExpandCentury( rDate ); in ImplDateIncrementDay()
1462 DateFormatter::ExpandCentury( rDate ); in ImplDateIncrementMonth()
1502 DateFormatter::ExpandCentury( rDate ); in ImplDateIncrementYear()
1518 sal_Bool DateFormatter::ImplAllowMalformedInput() const in ImplAllowMalformedInput()
1617 void DateFormatter::ImplInit() in ImplInit()
1628 DateFormatter::DateFormatter() : in DateFormatter() function in DateFormatter
1640 void DateFormatter::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
1678 DateFormatter::~DateFormatter() in ~DateFormatter()
1686 void DateFormatter::SetLocale( const ::com::sun::star::lang::Locale& rLocale ) in SetLocale()
1696 CalendarWrapper& DateFormatter::GetCalendarWrapper() const in GetCalendarWrapper()
1700 …((DateFormatter*)this)->mpCalendarWrapper = new CalendarWrapper( vcl::unohelper::GetMultiServiceFa… in GetCalendarWrapper()
1709 void DateFormatter::SetExtDateFormat( ExtDateFieldFormat eFormat ) in SetExtDateFormat()
1717 ExtDateFieldFormat DateFormatter::GetExtDateFormat( sal_Bool bResolveSystemFormat ) const in GetExtDateFormat()
1740 void DateFormatter::ReformatAll() in ReformatAll()
1747 void DateFormatter::SetMin( const Date& rNewMin ) in SetMin()
1756 void DateFormatter::SetMax( const Date& rNewMax ) in SetMax()
1765 void DateFormatter::SetLongFormat( sal_Bool bLong ) in SetLongFormat()
1785 void DateFormatter::SetShowDateCentury( sal_Bool bShowDateCentury ) in SetShowDateCentury()
1834 void DateFormatter::SetDate( const Date& rNewDate ) in SetDate()
1843 void DateFormatter::SetUserDate( const Date& rNewDate ) in SetUserDate()
1850 void DateFormatter::ImplSetUserDate( const Date& rNewDate, Selection* pNewSelection ) in ImplSetUserDate()
1865 void DateFormatter::ImplNewFieldValue( const Date& rDate ) in ImplNewFieldValue()
1895 Date DateFormatter::GetDate() const in GetDate()
1932 Date DateFormatter::GetRealDate() const in GetRealDate()
1951 void DateFormatter::SetEmptyDate() in SetEmptyDate()
1958 sal_Bool DateFormatter::IsEmptyDate() const in IsEmptyDate()
1979 sal_Bool DateFormatter::IsDateModified() const in IsDateModified()
1991 void DateFormatter::Reformat() in Reformat()
2025 void DateFormatter::ExpandCentury( Date& rDate ) in ExpandCentury()
2032 void DateFormatter::ExpandCentury( Date& rDate, sal_uInt16 nTwoDigitYearStart ) in ExpandCentury()
2086 DateFormatter::ImplLoadRes( ResId( (RSHEADER_TYPE *)GetClassRes(), *pMgr ) ); in ImplLoadRes()
2242 DateFormatter::ImplLoadRes( ResId( (RSHEADER_TYPE *)GetClassRes(), *pMgr ) ); in DateBox()
2329 DateFormatter::Reformat(); in ReformatAll()