Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dcompressedarray.hxx453 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()
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx423 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 56 milliseconds