Lines Matching refs:fSourceValue
625 double fSourceValue = pItemData->GetValue(); in FillColumnEntries() local
628 fSourceMin = fSourceMax = fSourceValue; in FillColumnEntries()
633 if ( fSourceValue < fSourceMin ) in FillColumnEntries()
634 fSourceMin = fSourceValue; in FillColumnEntries()
635 if ( fSourceValue > fSourceMax ) in FillColumnEntries()
636 fSourceMax = fSourceValue; in FillColumnEntries()
952 double fSourceValue = pItemData->GetValue(); in GetNumEntries() local
955 fSourceMin = fSourceMax = fSourceValue; in GetNumEntries()
960 if ( fSourceValue < fSourceMin ) in GetNumEntries()
961 fSourceMin = fSourceValue; in GetNumEntries()
962 if ( fSourceValue > fSourceMax ) in GetNumEntries()
963 fSourceMax = fSourceValue; in GetNumEntries()
965 if ( !bHasNonInteger && !IsInteger( fSourceValue ) ) in GetNumEntries()