Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddpgroup.cxx625 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()
955 fSourceMin = fSourceMax = fSourceValue; in GetNumEntries()
960 if ( fSourceValue < fSourceMin ) in GetNumEntries()
961 fSourceMin = fSourceValue; in GetNumEntries()
962 if ( fSourceValue > fSourceMax ) in GetNumEntries()
[all …]

Completed in 23 milliseconds