Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dcompressedarray.hxx454 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()
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx450 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 19 milliseconds