Searched refs:fSourceMin (Results 1 – 1 of 1) sorted by relevance
610 double fSourceMin = 0.0; in FillColumnEntries() local628 fSourceMin = fSourceMax = fSourceValue; in FillColumnEntries()633 if ( fSourceValue < fSourceMin ) in FillColumnEntries()634 fSourceMin = fSourceValue; in FillColumnEntries()644 … const_cast<ScDPDateGroupHelper*>(this)->aNumInfo.Start = rtl::math::approxFloor( fSourceMin ); in FillColumnEntries()937 double fSourceMin = 0.0; in GetNumEntries() local955 fSourceMin = fSourceMax = fSourceValue; in GetNumEntries()960 if ( fSourceValue < fSourceMin ) in GetNumEntries()961 fSourceMin = fSourceValue; in GetNumEntries()978 fSourceMin = rtl::math::approxFloor( fSourceMin ); in GetNumEntries()[all …]
Completed in 28 milliseconds