Lines Matching refs:aValue

41     pData[0].aValue = rValue;  in ScCompressedArray()
55 D aValue = pDataArray[0]; in ScCompressedArray() local
58 if (!(aValue == pDataArray[j])) in ScCompressedArray()
60 pData[nCount].aValue = aValue; in ScCompressedArray()
63 aValue = pDataArray[j]; in ScCompressedArray()
66 pData[nCount].aValue = aValue; in ScCompressedArray()
161 if (!(pData[ni].aValue == aNewVal)) in SetValue()
174 if (ni > 0 && pData[ni-1].aValue == aNewVal) in SetValue()
192 if (nj < nCount && pData[nj].aValue == aNewVal) in SetValue()
196 if (pData[ni-1].aValue == aNewVal) in SetValue()
215 pData[ni].aValue = aNewVal; in SetValue()
245 pData[nInsert].aValue = aNewVal; in SetValue()
282 const D& rValue = pData[nIndex].aValue; // the value "copied" in Insert()
303 SetValue( nStart, nEnd, pData[nIndex].aValue); in Remove()
313 if (nIndex > 0 && pData[nIndex-1].aValue == pData[nIndex+1].aValue) in Remove()
340 if (pData[nIndex].aValue != rCompare) in GetLastUnequalAccess()
369 nSum += this->pData[this->nCount-1].aValue * (nEnd - this->nMaxAccess); in SumValues()
384 unsigned long nNew = (unsigned long) this->pData[nIndex].aValue * (nE - nS + 1); in SumValuesContinuation()
405 unsigned long nScaledVal = (unsigned long) (this->pData[nIndex].aValue * fScale); in SumScaledValuesContinuation()
431 if ((this->pData[nIndex].aValue & rValueToAnd) != this->pData[nIndex].aValue) in AndValue()
435 this->SetValue( nS, nE, this->pData[nIndex].aValue & rValueToAnd); in AndValue()
458 if ((this->pData[nIndex].aValue | rValueToOr) != this->pData[nIndex].aValue) in OrValue()
462 this->SetValue( nS, nE, this->pData[nIndex].aValue | rValueToOr); in OrValue()
523 while ((this->pData[nIndex].aValue & rBitMask) == rMaskedCompare) in GetBitStateStart()
546 while (nIndex < this->nCount && (this->pData[nIndex].aValue & rBitMask) == in GetBitStateEnd()
563 if ((this->pData[nIndex].aValue & rBitMask) == rMaskedCompare) in GetFirstForCondition()
583 if ((this->pData[nIndex].aValue & rBitMask) == rMaskedCompare) in GetLastForCondition()
607 if ((this->pData[nIndex].aValue & rBitMask) == rMaskedCompare) in CountForCondition()
630 if ((this->pData[nIndex].aValue & rBitMask) == rMaskedCompare) in FillArrayForCondition()
652 if ((this->pData[nIndex].aValue & rBitMask) == rMaskedCompare) in HasCondition()
670 if ((this->pData[nIndex].aValue & rBitMask) != 0) in CountForAnyBitCondition()
692 if ((this->pData[nIndex].aValue & rBitMask) != 0) in GetLastAnyBitAccess()
725 if ((this->pData[nIndex1].aValue & rBitMask) == rMaskedCompare) in SumCoupledArrayForCondition()
740 (this->pData[this->GetEntryCount()-1].aValue & rBitMask) == rMaskedCompare) in SumCoupledArrayForCondition()
741 nSum += rArray.GetDataEntry(rArray.GetEntryCount()-1).aValue * (nEnd - in SumCoupledArrayForCondition()
759 if ((this->pData[nIndex1].aValue & rBitMask) == rMaskedCompare) in SumScaledCoupledArrayForCondition()
774 (this->pData[this->GetEntryCount()-1].aValue & rBitMask) == rMaskedCompare) in SumScaledCoupledArrayForCondition()
776 (rArray.GetDataEntry(rArray.GetEntryCount()-1).aValue * fScale) * in SumScaledCoupledArrayForCondition()