Home
last modified time | relevance | path

Searched refs:DefaultEnumRepresentation (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/extensions/source/propctrlr/
H A Dformmetadata.hxx81 class DefaultEnumRepresentation : public IPropertyEnumRepresentation class
96DefaultEnumRepresentation( const IPropertyInfoService& _rInfo, const ::com::sun::star::uno::Type& …
99 ~DefaultEnumRepresentation();
113DefaultEnumRepresentation(); // never implemented
114DefaultEnumRepresentation( const DefaultEnumRepresentation& ); // never implemented
115DefaultEnumRepresentation& operator=( const DefaultEnumRepresentation& ); // never implemented
H A Dformmetadata.cxx592 DBG_NAME( DefaultEnumRepresentation ) in DBG_NAME() argument
594DefaultEnumRepresentation::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 Dsubmissionhandler.cxx380 …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 Dpropertyhandler.cxx168 new DefaultEnumRepresentation( *m_pInfoService, aProperty.Type, nPropId ) ); in convertToPropertyValue()
189 … new DefaultEnumRepresentation( *m_pInfoService, _rPropertyValue.getValueType(), nPropId ) ); in convertToControlValue()
H A Dcellbindinghandler.cxx66 …,m_pCellExchangeConverter( new DefaultEnumRepresentation( *m_pInfoService, ::getCppuType( static_c… in DBG_NAME()

Completed in 38 milliseconds