Lines Matching refs:Handle
54 return x.aProperty.Handle < y.aProperty.Handle; in operator ()()
62 return x.aProperty.Handle < y; in operator ()()
66 return x < y.aProperty.Handle; in operator ()()
196 return _rLHS.aProperty.Handle < _nRHS; in operator ()()
200 return _nLHS < _rRHS.aProperty.Handle; in operator ()()
215 …OSL_ENSURE(checkConflicts->aProperty.Handle != _rProp.aProperty.Handle, "OPropertyContainerHelper:… in implPushBackProperty()
221 _rProp.aProperty.Handle, ComparePropertyWithHandle() ); in implPushBackProperty()
473 if ((aLowerBound != m_aProperties.end()) && aLowerBound->aProperty.Handle != _nHandle) in searchHandle()
505 aPos->aProperty.Handle |= _nAddAttrib; in modifyAttributes()
506 aPos->aProperty.Handle &= ~_nRemoveAttrib; in modifyAttributes()
521 pOwnProps->Handle = aLoop->aProperty.Handle; in describeProperties()