Lines Matching refs:PropertyDescription

50 …riptionCompareByHandle : public ::std::binary_function< PropertyDescription, PropertyDescription, …
52 bool operator() (const PropertyDescription& x, const PropertyDescription& y) const in operator ()()
58 …struct PropertyDescriptionHandleCompare : public ::std::binary_function< PropertyDescription, sal_…
60 bool operator() (const PropertyDescription& x, const sal_Int32& y) const in operator ()()
64 bool operator() (const sal_Int32& x, const PropertyDescription& y) const in operator ()()
70 struct PropertyDescriptionNameMatch : public ::std::unary_function< PropertyDescription, bool >
75 bool operator() (const PropertyDescription& x ) const in operator ()()
107 PropertyDescription aNewProp; in registerProperty()
109 aNewProp.eLocated = PropertyDescription::ltDerivedClassRealType; in registerProperty()
137 PropertyDescription aNewProp; in registerMayBeVoidProperty()
139 aNewProp.eLocated = PropertyDescription::ltDerivedClassAnyType; in registerMayBeVoidProperty()
155 PropertyDescription aNewProp; in registerPropertyNoMember()
157 aNewProp.eLocated = PropertyDescription::ltHoldMyself; in registerPropertyNoMember()
194 bool operator()( const PropertyDescription& _rLHS, sal_Int32 _nRHS ) const in operator ()()
198 bool operator()( sal_Int32 _nLHS, const PropertyDescription& _rRHS ) const in operator ()()
206 void OPropertyContainerHelper::implPushBackProperty(const PropertyDescription& _rProp) in implPushBackProperty()
229 …void lcl_throwIllegalPropertyValueTypeException( const PropertyDescription& _rProperty, const Any&… in lcl_throwIllegalPropertyValueTypeException()
263 case PropertyDescription::ltHoldMyself: in convertFastPropertyValue()
264 case PropertyDescription::ltDerivedClassAnyType: in convertFastPropertyValue()
307 if (PropertyDescription::ltHoldMyself == aPos->eLocated) in convertFastPropertyValue()
335 case PropertyDescription::ltDerivedClassRealType: in convertFastPropertyValue()
406 case PropertyDescription::ltHoldMyself: in setFastPropertyValue()
410 case PropertyDescription::ltDerivedClassAnyType: in setFastPropertyValue()
414 case PropertyDescription::ltDerivedClassRealType: in setFastPropertyValue()
448 case PropertyDescription::ltHoldMyself: in getFastPropertyValue()
453 case PropertyDescription::ltDerivedClassAnyType: in getFastPropertyValue()
456 case PropertyDescription::ltDerivedClassRealType: in getFastPropertyValue()