Lines Matching refs:EnumRepresentation
71 class EnumRepresentation : public IPropertyEnumRepresentation class
79 … EnumRepresentation( const Reference< XComponentContext >& _rxContext, const Type& _rEnumType );
95 EnumRepresentation(); // never implemented
96 EnumRepresentation( const EnumRepresentation& ); // never implemented
97 EnumRepresentation& operator=( const EnumRepresentation& ); // never implemented
101 …EnumRepresentation::EnumRepresentation( const Reference< XComponentContext >& _rxContext, const Ty… in EnumRepresentation() function in pcr::EnumRepresentation
123 ::std::vector< ::rtl::OUString > EnumRepresentation::getDescriptions() const in getDescriptions()
140 void EnumRepresentation::impl_getValues( Sequence< sal_Int32 >& _out_rValues ) const in impl_getValues()
155 …void EnumRepresentation::getValueFromDescription( const ::rtl::OUString& _rDescription, Any& _out_… in getValueFromDescription()
175 ::rtl::OUString EnumRepresentation::getDescriptionForValue( const Any& _rEnumValue ) const in getDescriptionForValue()
199 oslInterlockedCount SAL_CALL EnumRepresentation::acquire() in acquire()
205 oslInterlockedCount SAL_CALL EnumRepresentation::release() in release()
432 rConverter = new EnumRepresentation( m_aContext.getUNOContext(), _rEnumType ); in impl_getEnumConverter()