Searched refs:fSourceMax (Results 1 – 1 of 1) sorted by relevance
611 double fSourceMax = 0.0; in FillColumnEntries() local628 fSourceMin = fSourceMax = fSourceValue; in FillColumnEntries()635 if ( fSourceValue > fSourceMax ) in FillColumnEntries()636 fSourceMax = fSourceValue; in FillColumnEntries()646 … const_cast<ScDPDateGroupHelper*>(this)->aNumInfo.End = rtl::math::approxFloor( fSourceMax ) + 1; in FillColumnEntries()938 double fSourceMax = 0.0; in GetNumEntries() local955 fSourceMin = fSourceMax = fSourceValue; in GetNumEntries()962 if ( fSourceValue > fSourceMax ) in GetNumEntries()963 fSourceMax = fSourceValue; in GetNumEntries()979 fSourceMax = rtl::math::approxFloor( fSourceMax ) + 1; in GetNumEntries()[all …]
Completed in 20 milliseconds