Lines Matching refs:BitSet
38 BitSet BitSet::operator<<( sal_uInt16 nOffset ) const in operator <<()
42 BitSet aSet(*this); in operator <<()
89 BitSet BitSet::operator>>( sal_uInt16 ) const in operator >>()
92 return BitSet(); in operator >>()
99 void BitSet::CopyFrom( const BitSet& rSet ) in CopyFrom()
118 BitSet::BitSet() in BitSet() function in BitSet
130 BitSet::BitSet( const BitSet& rOrig ) in BitSet() function in BitSet
140 BitSet::BitSet( sal_uInt16* pArray, sal_uInt16 nSize ): in BitSet() function in BitSet
185 BitSet::~BitSet() in ~BitSet()
195 BitSet::BitSet( const Range& ) in BitSet() function in BitSet
204 BitSet& BitSet::operator=( const BitSet& rOrig ) in operator =()
219 BitSet& BitSet::operator=( sal_uInt16 nBit ) in operator =()
240 BitSet& BitSet::operator-=(sal_uInt16 nBit) in operator -=()
262 BitSet& BitSet::operator|=( const BitSet& rSet ) in operator |=()
299 BitSet& BitSet::operator|=( sal_uInt16 nBit ) in operator |=()
332 sal_Bool BitSet::Contains( sal_uInt16 nBit ) const in Contains()
347 sal_Bool BitSet::operator==( const BitSet& rSet ) const in operator ==()
365 sal_uInt16 BitSet::CountBits( sal_uIntPtr nBits ) in CountBits()