Home
last modified time | relevance | path

Searched refs:rNewMin (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
347 rNewMin = nMin; in overlaps()
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx364 void SetMin( const Date& rNewMin );
456 void SetMin( const Time& rNewMin );
/trunk/main/vcl/source/control/
H A Dfield2.cxx1747 void DateFormatter::SetMin( const Date& rNewMin ) in SetMin() argument
1749 maMin = rNewMin; in SetMin()
2866 void TimeFormatter::SetMin( const Time& rNewMin ) in SetMin() argument
2868 maMin = rNewMin; in SetMin()

Completed in 43 milliseconds