Searched refs:rValueToOr (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | compressedarray.hxx | 454 void OrValue( A nPos, const D& rValueToOr ); 456 void OrValue( A nStart, A nEnd, const D& rValueToOr ); 467 A nStart, A nEnd, const D& rValueToOr, 556 void ScBitMaskCompressedArray<A,D>::OrValue( A nPos, const D& rValueToOr ) in OrValue() argument 559 if ((rValue | rValueToOr) != rValue) in OrValue() 560 this->SetValue( nPos, rValue | rValueToOr); in OrValue()
|
/aoo4110/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 450 const D& rValueToOr ) in OrValue() argument 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() 499 const D& rValueToOr, long nSourceDy ) in CopyFromOred() argument 511 this->SetValue( j, nRegionEnd, rValue | rValueToOr); in CopyFromOred()
|
Completed in 79 milliseconds