Lines Matching refs:GenericPropertyHandler

48 	::pcr::OAutoRegistration< ::pcr::GenericPropertyHandler > aAutoRegistration;  in createRegistryInfo_GenericPropertyHandler()
306 DBG_NAME( GenericPropertyHandler ) in DBG_NAME() argument
308GenericPropertyHandler::GenericPropertyHandler( const Reference< XComponentContext >& _rxContext ) in DBG_NAME()
314 DBG_CTOR( GenericPropertyHandler, NULL ); in DBG_NAME()
323 GenericPropertyHandler::~GenericPropertyHandler() in ~GenericPropertyHandler()
325 DBG_DTOR( GenericPropertyHandler, NULL ); in ~GenericPropertyHandler()
329 …::rtl::OUString SAL_CALL GenericPropertyHandler::getImplementationName( ) throw (RuntimeException) in getImplementationName()
335 …::sal_Bool SAL_CALL GenericPropertyHandler::supportsService( const ::rtl::OUString& ServiceName ) … in supportsService()
342 …Sequence< ::rtl::OUString > SAL_CALL GenericPropertyHandler::getSupportedServiceNames( ) throw (R… in getSupportedServiceNames()
348 …::rtl::OUString SAL_CALL GenericPropertyHandler::getImplementationName_static( ) throw (RuntimeEx… in getImplementationName_static()
354 …Sequence< ::rtl::OUString > SAL_CALL GenericPropertyHandler::getSupportedServiceNames_static( ) t… in getSupportedServiceNames_static()
362 …Reference< XInterface > SAL_CALL GenericPropertyHandler::Create( const Reference< XComponentContex… in Create()
364 return *( new GenericPropertyHandler( _rxContext ) ); in Create()
368 …void SAL_CALL GenericPropertyHandler::inspect( const Reference< XInterface >& _rxIntrospectee ) th… in inspect()
408 …Any SAL_CALL GenericPropertyHandler::getPropertyValue( const ::rtl::OUString& _rPropertyName ) thr… in getPropertyValue()
418 …void SAL_CALL GenericPropertyHandler::setPropertyValue( const ::rtl::OUString& _rPropertyName, con… in setPropertyValue()
428 …::rtl::Reference< IPropertyEnumRepresentation > GenericPropertyHandler::impl_getEnumConverter( con… in impl_getEnumConverter()
437 …Any SAL_CALL GenericPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName… in convertToPropertyValue()
440 const_cast< GenericPropertyHandler* >( this )->impl_ensurePropertyMap(); in convertToPropertyValue()
464 …Any SAL_CALL GenericPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName,… in convertToControlValue()
467 const_cast< GenericPropertyHandler* >( this )->impl_ensurePropertyMap(); in convertToControlValue()
488 …PropertyState SAL_CALL GenericPropertyHandler::getPropertyState( const ::rtl::OUString& _rProperty… in getPropertyState()
498 …void SAL_CALL GenericPropertyHandler::addPropertyChangeListener( const Reference< XPropertyChangeL… in addPropertyChangeListener()
519 …void SAL_CALL GenericPropertyHandler::removePropertyChangeListener( const Reference< XPropertyChan… in removePropertyChangeListener()
537 void GenericPropertyHandler::impl_ensurePropertyMap() in impl_ensurePropertyMap()
605 …Sequence< Property > SAL_CALL GenericPropertyHandler::getSupportedProperties() throw (RuntimeExcep… in getSupportedProperties()
608 const_cast< GenericPropertyHandler* >( this )->impl_ensurePropertyMap(); in getSupportedProperties()
617 …Sequence< ::rtl::OUString > SAL_CALL GenericPropertyHandler::getSupersededProperties( ) throw (Run… in getSupersededProperties()
626 …Sequence< ::rtl::OUString > SAL_CALL GenericPropertyHandler::getActuatingProperties( ) throw (Runt… in getActuatingProperties()
634 …LineDescriptor SAL_CALL GenericPropertyHandler::describePropertyLine( const ::rtl::OUString& _rPro… in describePropertyLine()
642 const_cast< GenericPropertyHandler* >( this )->impl_ensurePropertyMap(); in describePropertyLine()
684 …::sal_Bool SAL_CALL GenericPropertyHandler::isComposable( const ::rtl::OUString& /*_rPropertyName*… in isComposable()
690 …InteractiveSelectionResult SAL_CALL GenericPropertyHandler::onInteractivePropertySelection( const … in onInteractivePropertySelection()
697 …void SAL_CALL GenericPropertyHandler::actuatingPropertyChanged( const ::rtl::OUString& /*_rActuati… in actuatingPropertyChanged()
703 …sal_Bool SAL_CALL GenericPropertyHandler::suspend( sal_Bool /*_bSuspend*/ ) throw (RuntimeExceptio… in suspend()
709 void SAL_CALL GenericPropertyHandler::disposing() in disposing()
717 IMPLEMENT_FORWARD_XCOMPONENT( GenericPropertyHandler, GenericPropertyHandler_Base );