Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddpgroup.cxx610 double fSourceMin = 0.0; in FillColumnEntries() local
628 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() local
955 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 47 milliseconds