Searched refs:DefaultEnumRepresentation (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formmetadata.hxx | 81 class DefaultEnumRepresentation : public IPropertyEnumRepresentation class 96 …DefaultEnumRepresentation( const IPropertyInfoService& _rInfo, const ::com::sun::star::uno::Type& … 99 ~DefaultEnumRepresentation(); 113 … DefaultEnumRepresentation(); // never implemented 114 … DefaultEnumRepresentation( const DefaultEnumRepresentation& ); // never implemented 115 … DefaultEnumRepresentation& operator=( const DefaultEnumRepresentation& ); // never implemented
|
H A D | formmetadata.cxx | 592 DBG_NAME( DefaultEnumRepresentation ) in DBG_NAME() argument 594 …DefaultEnumRepresentation::DefaultEnumRepresentation( const IPropertyInfoService& _rInfo, const Ty… in DBG_NAME() 600 DBG_CTOR( DefaultEnumRepresentation, NULL ); in DBG_NAME() 604 DefaultEnumRepresentation::~DefaultEnumRepresentation() in ~DefaultEnumRepresentation() 606 DBG_DTOR( DefaultEnumRepresentation, NULL ); in ~DefaultEnumRepresentation() 610 ::std::vector< ::rtl::OUString > SAL_CALL DefaultEnumRepresentation::getDescriptions() const in getDescriptions() 616 …void SAL_CALL DefaultEnumRepresentation::getValueFromDescription( const ::rtl::OUString& _rDescrip… in getValueFromDescription() 659 …::rtl::OUString SAL_CALL DefaultEnumRepresentation::getDescriptionForValue( const Any& _rEnumValue… in getDescriptionForValue() 683 oslInterlockedCount SAL_CALL DefaultEnumRepresentation::acquire() in acquire() 689 oslInterlockedCount SAL_CALL DefaultEnumRepresentation::release() in release()
|
H A D | submissionhandler.cxx | 380 …new DefaultEnumRepresentation( *m_pInfoService, ::getCppuType( static_cast< FormButtonType* >( NUL… in convertToPropertyValue() 421 …new DefaultEnumRepresentation( *m_pInfoService, _rPropertyValue.getValueType(), PROPERTY_ID_BUTTON… in convertToControlValue()
|
H A D | propertyhandler.cxx | 168 new DefaultEnumRepresentation( *m_pInfoService, aProperty.Type, nPropId ) ); in convertToPropertyValue() 189 … new DefaultEnumRepresentation( *m_pInfoService, _rPropertyValue.getValueType(), nPropId ) ); in convertToControlValue()
|
H A D | cellbindinghandler.cxx | 66 …,m_pCellExchangeConverter( new DefaultEnumRepresentation( *m_pInfoService, ::getCppuType( static_c… in DBG_NAME()
|
Completed in 36 milliseconds