Lines Matching refs:SetOfByte
37 sal_Bool SetOfByte::IsEmpty() const in IsEmpty()
48 sal_Bool SetOfByte::IsFull() const in IsFull()
59 sal_uInt16 SetOfByte::GetSetCount() const in GetSetCount()
83 sal_uInt8 SetOfByte::GetSetBit(sal_uInt16 nNum) const in GetSetBit()
102 sal_uInt16 SetOfByte::GetClearCount() const in GetClearCount()
107 sal_uInt8 SetOfByte::GetClearBit(sal_uInt16 nNum) const in GetClearBit()
126 void SetOfByte::operator&=(const SetOfByte& r2ndSet) in operator &=()
134 void SetOfByte::operator|=(const SetOfByte& r2ndSet) in operator |=()
144 void SetOfByte::PutValue( const com::sun::star::uno::Any & rAny ) in PutValue()
168 void SetOfByte::QueryValue( com::sun::star::uno::Any & rAny ) const in QueryValue()
428 SetOfByte aSet; in GetUniqueLayerID()