Home
last modified time | relevance | path

Searched refs:rNewMax (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dreftokenhelper.cxx336 static bool overlaps(T nMin1, T nMax1, T nMin2, T nMax2, T& rNewMin, T& rNewMax) in overlaps() argument
348 rNewMax = nMax; in overlaps()
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx367 void SetMax( const Date& rNewMax );
458 void SetMax( const Time& rNewMax );
/trunk/main/vcl/source/control/
H A Dfield2.cxx1756 void DateFormatter::SetMax( const Date& rNewMax ) in SetMax() argument
1758 maMax = rNewMax; in SetMax()
2875 void TimeFormatter::SetMax( const Time& rNewMax ) in SetMax() argument
2877 maMax = rNewMax; in SetMax()

Completed in 44 milliseconds