Searched refs:_rEnumType (Results 1 – 2 of 2) sorted by relevance
79 … EnumRepresentation( const Reference< XComponentContext >& _rxContext, const Type& _rEnumType );101 …ion::EnumRepresentation( const Reference< XComponentContext >& _rxContext, const Type& _rEnumType ) in EnumRepresentation() argument103 ,m_aEnumType( _rEnumType ) in EnumRepresentation()428 …ropertyEnumRepresentation > GenericPropertyHandler::impl_getEnumConverter( const Type& _rEnumType ) in impl_getEnumConverter() argument430 … ::rtl::Reference< IPropertyEnumRepresentation >& rConverter = m_aEnumConverters[ _rEnumType ]; in impl_getEnumConverter()432 rConverter = new EnumRepresentation( m_aContext.getUNOContext(), _rEnumType ); in impl_getEnumConverter()
144 impl_getEnumConverter( const ::com::sun::star::uno::Type& _rEnumType );
Completed in 33 milliseconds