Searched refs:rValueToAnd (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | compressedarray.hxx | 453 void AndValue( A nPos, const D& rValueToAnd ); 455 void AndValue( A nStart, A nEnd, const D& rValueToAnd ); 461 A nStart, A nEnd, const D& rValueToAnd, 547 void ScBitMaskCompressedArray<A,D>::AndValue( A nPos, const D& rValueToAnd ) in AndValue() argument 550 if ((rValue & rValueToAnd) != rValue) in AndValue() 551 this->SetValue( nPos, rValue & rValueToAnd); in AndValue()
|
/aoo4110/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 423 const D& rValueToAnd ) in AndValue() argument 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() 478 const D& rValueToAnd, long nSourceDy ) in CopyFromAnded() argument 490 this->SetValue( j, nRegionEnd, rValue & rValueToAnd); in CopyFromAnded()
|
Completed in 16 milliseconds