Home
last modified time | relevance | path

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

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