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()
658 …nEnd = lcl_GetDatePartValue( fSourceMax, com::sun::star::sheet::DataPilotFieldGroupBy::YEARS, pFor… 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()
[all …]