Lines Matching refs:Date

1206 static sal_Bool ImplDateGetValue( const XubString& rStr, Date& rDate, ExtDateFieldFormat eDateForma…  in ImplDateGetValue()
1251 nYear = Date().GetYear(); in ImplDateGetValue()
1305 Date aNewDate( nDay, nMonth, nYear ); in ImplDateGetValue()
1319 Date aDate( 0, 0, 0 ); in ImplDateReformat()
1323 Date aTempDate = aDate; in ImplDateReformat()
1334 maCorrectedDate = Date(); in ImplDateReformat()
1338 maCorrectedDate = Date(); in ImplDateReformat()
1348 XubString DateFormatter::ImplGetDateAsText( const Date& rDate, in ImplGetDateAsText()
1442 static void ImplDateIncrementDay( Date& rDate, sal_Bool bUp ) in ImplDateIncrementDay()
1460 static void ImplDateIncrementMonth( Date& rDate, sal_Bool bUp ) in ImplDateIncrementMonth()
1500 static void ImplDateIncrementYear( Date& rDate, sal_Bool bUp ) in ImplDateIncrementYear()
1530 Date aDate( GetDate() ); in ImplDateSpinArea()
1649 maMin = Date( ResId( (RSHEADER_TYPE *)pMgr->GetClass(), *pMgr ) ); in ImplLoadRes()
1654 maMax = Date( ResId( (RSHEADER_TYPE *)pMgr->GetClass(), *pMgr ) ); in ImplLoadRes()
1665 maFieldDate = Date( ResId( (RSHEADER_TYPE *)pMgr->GetClass(), *pMgr ) ); in ImplLoadRes()
1747 void DateFormatter::SetMin( const Date& rNewMin ) in SetMin()
1756 void DateFormatter::SetMax( const Date& rNewMax ) in SetMax()
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()
1852 Date aNewDate = rNewDate; in ImplSetUserDate()
1865 void DateFormatter::ImplNewFieldValue( const Date& rDate ) in ImplNewFieldValue()
1880 Date aOldLastDate = maLastDate; in ImplNewFieldValue()
1895 Date DateFormatter::GetDate() const in GetDate()
1897 Date aDate( 0, 0, 0 ); in GetDate()
1920 aDate = Date(); in GetDate()
1932 Date DateFormatter::GetRealDate() const in GetRealDate()
1937 Date aDate( 0, 0, 0 ); in GetRealDate()
1970 Date aDate; in IsEmptyDate()
2014 SetDate( Date() ); in Reformat()
2025 void DateFormatter::ExpandCentury( Date& rDate ) in ExpandCentury()
2032 void DateFormatter::ExpandCentury( Date& rDate, sal_uInt16 nTwoDigitYearStart ) in ExpandCentury()
2091 maFirst = Date( ResId( (RSHEADER_TYPE *)GetClassRes(), *pMgr ) ); in ImplLoadRes()
2096 maLast = Date( ResId( (RSHEADER_TYPE *)GetClassRes(), *pMgr ) ); in ImplLoadRes()
2147 Date aDate( 0, 0, 0 ); in Notify()
2335 void DateBox::InsertDate( const Date& rDate, sal_uInt16 nPos ) in InsertDate()
2337 Date aDate = rDate; in InsertDate()
2348 void DateBox::RemoveDate( const Date& rDate ) in RemoveDate()
2355 Date DateBox::GetDate( sal_uInt16 nPos ) const in GetDate()
2357 Date aDate( 0, 0, 0 ); in GetDate()
2364 sal_uInt16 DateBox::GetDatePos( const Date& rDate ) const in GetDatePos()