Searched defs:SetMin (Results 1 – 8 of 8) sorted by relevance
69 void SetMin(sal_uInt16 minutes) { Minutes = minutes; } in SetMin() function
226 void PercentField::SetMin(sal_Int64 nNewMin, FieldUnit eInUnit) in SetMin() function in PercentField
173 void Time::SetMin( sal_uInt16 nNewMin ) in SetMin() function in Time
80 void SetMin() { nHigh = 0x80000000; nLow = 0x00000000; } in SetMin() function126 void SetMin() { nHigh = 0x00000000; nLow = 0x00000000; } in SetMin() function
258 SET_IMPL( SetMin, setMin ) in SET_IMPL() argument293 SET_IMPL( SetMin, setMin ) in SET_IMPL() argument
486 void LongCurrencyFormatter::SetMin( BigInt nNewMin ) in SetMin() function in LongCurrencyFormatter
549 void NumericFormatter::SetMin( sal_Int64 nNewMin ) in SetMin() function in NumericFormatter1645 void MetricFormatter::SetMin( sal_Int64 nNewMin, FieldUnit eInUnit ) in SetMin() function in MetricFormatter
1747 void DateFormatter::SetMin( const Date& rNewMin ) in SetMin() function in DateFormatter2866 void TimeFormatter::SetMin( const Time& rNewMin ) in SetMin() function in TimeFormatter
Completed in 773 milliseconds