Lines Matching refs:fSourceMax
611 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()
979 fSourceMax = rtl::math::approxFloor( fSourceMax ) + 1; in GetNumEntries()
985 const_cast<ScDPNumGroupDimension*>(this)->aGroupInfo.End = fSourceMax; in GetNumEntries()