Searched refs:_nEnabledBits (Results 1 – 1 of 1) sorted by relevance
331 …void implSetBitIfAffected( sal_uInt16& _nEnabledBits, sal_Int16 _nAffectedMask, sal_Int16 _nTestBi… in implSetBitIfAffected() argument336 _nEnabledBits |= _nTestBit; in implSetBitIfAffected()338 _nEnabledBits &= ~_nTestBit; in implSetBitIfAffected()342 void implEnable( Window* _pWindow, sal_uInt16 _nEnabledBits, sal_uInt16 _nMatchBits ) in implEnable() argument345 _pWindow->Enable( ( _nEnabledBits & _nMatchBits ) == _nMatchBits ); in implEnable()
Completed in 12 milliseconds