Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dfield2.cxx1632 maMax( 31, 12, 2200 ), in DateFormatter()
1654 maMax = Date( ResId( (RSHEADER_TYPE *)pMgr->GetClass(), *pMgr ) ); in ImplLoadRes()
1667 if ( maFieldDate > maMax ) in ImplLoadRes()
1668 maFieldDate = maMax; in ImplLoadRes()
1758 maMax = rNewMax; in SetMax()
1853 if ( aNewDate > maMax ) in ImplSetUserDate()
1854 aNewDate = maMax; in ImplSetUserDate()
1903 if ( aDate > maMax ) in GetDate()
1904 aDate = maMax; in GetDate()
2800 maMax( 23, 59, 59, 99 ), in TimeFormatter()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx325 Date maMax; member in DateFormatter
368 const Date& GetMax() const { return maMax; } in GetMax()
423 Time maMax; member in TimeFormatter
459 const Time& GetMax() const { return maMax; } in GetMax()

Completed in 22 milliseconds