Lines Matching refs:PropertyHandler

64     DBG_NAME( PropertyHandler )  in DBG_NAME()  argument
66 PropertyHandler::PropertyHandler( const Reference< XComponentContext >& _rxContext ) in DBG_NAME()
73 DBG_CTOR( PropertyHandler, NULL ); in DBG_NAME()
82 PropertyHandler::~PropertyHandler() in ~PropertyHandler()
84 DBG_DTOR( PropertyHandler, NULL ); in ~PropertyHandler()
88 …void SAL_CALL PropertyHandler::inspect( const Reference< XInterface >& _rxIntrospectee ) throw (Ru… in inspect()
116 void PropertyHandler::onNewComponent() in onNewComponent()
128 Sequence< Property > SAL_CALL PropertyHandler::getSupportedProperties() throw (RuntimeException) in getSupportedProperties()
140 …Sequence< ::rtl::OUString > SAL_CALL PropertyHandler::getSupersededProperties( ) throw (RuntimeExc… in getSupersededProperties()
146 …Sequence< ::rtl::OUString > SAL_CALL PropertyHandler::getActuatingProperties( ) throw (RuntimeExce… in getActuatingProperties()
152 …Any SAL_CALL PropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const… in convertToPropertyValue()
179 …Any SAL_CALL PropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, const … in convertToControlValue()
199 …PropertyState SAL_CALL PropertyHandler::getPropertyState( const ::rtl::OUString& /*_rPropertyName*… in getPropertyState()
205 …LineDescriptor SAL_CALL PropertyHandler::describePropertyLine( const ::rtl::OUString& _rPropertyNa… in describePropertyLine()
237 …::sal_Bool SAL_CALL PropertyHandler::isComposable( const ::rtl::OUString& _rPropertyName ) throw (… in isComposable()
244 …InteractiveSelectionResult SAL_CALL PropertyHandler::onInteractivePropertySelection( const ::rtl::… in onInteractivePropertySelection()
251 …void SAL_CALL PropertyHandler::actuatingPropertyChanged( const ::rtl::OUString& /*_rActuatingPrope… in actuatingPropertyChanged()
257 …void SAL_CALL PropertyHandler::addPropertyChangeListener( const Reference< XPropertyChangeListener… in addPropertyChangeListener()
266 …void SAL_CALL PropertyHandler::removePropertyChangeListener( const Reference< XPropertyChangeListe… in removePropertyChangeListener()
273 sal_Bool SAL_CALL PropertyHandler::suspend( sal_Bool /*_bSuspend*/ ) throw (RuntimeException) in suspend()
279 IMPLEMENT_FORWARD_XCOMPONENT( PropertyHandler, PropertyHandler_Base ) in IMPLEMENT_FORWARD_XCOMPONENT() argument
281 void SAL_CALL PropertyHandler::disposing() in IMPLEMENT_FORWARD_XCOMPONENT()
290 …void PropertyHandler::firePropertyChange( const ::rtl::OUString& _rPropName, PropertyId _nPropId, … in firePropertyChange()
302 const Property* PropertyHandler::impl_getPropertyFromId_nothrow( PropertyId _nPropId ) const in impl_getPropertyFromId_nothrow()
304 const_cast< PropertyHandler* >( this )->getSupportedProperties(); in impl_getPropertyFromId_nothrow()
314 const Property& PropertyHandler::impl_getPropertyFromId_throw( PropertyId _nPropId ) const in impl_getPropertyFromId_throw()
324 …const Property& PropertyHandler::impl_getPropertyFromName_throw( const ::rtl::OUString& _rProperty… in impl_getPropertyFromName_throw()
326 const_cast< PropertyHandler* >( this )->getSupportedProperties(); in impl_getPropertyFromName_throw()
337 …void PropertyHandler::implAddPropertyDescription( ::std::vector< Property >& _rProperties, const :… in implAddPropertyDescription()
348 Window* PropertyHandler::impl_getDefaultDialogParent_nothrow() const in impl_getDefaultDialogParent_nothrow()
354 …PropertyId PropertyHandler::impl_getPropertyId_throw( const ::rtl::OUString& _rPropertyName ) const in impl_getPropertyId_throw()
363 void PropertyHandler::impl_setContextDocumentModified_nothrow() const in impl_setContextDocumentModified_nothrow()
371 bool PropertyHandler::impl_componentHasProperty_throw( const ::rtl::OUString& _rPropName ) const in impl_componentHasProperty_throw()
377 sal_Int16 PropertyHandler::impl_getDocumentMeasurementUnit_throw() const in impl_getDocumentMeasurementUnit_throw()
442 :PropertyHandler( _rxContext ) in PropertyHandlerComponent()
447 …IMPLEMENT_FORWARD_XINTERFACE2( PropertyHandlerComponent, PropertyHandler, PropertyHandlerComponent… in IMPLEMENT_FORWARD_XINTERFACE2() argument
448 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( PropertyHandlerComponent, PropertyHandler, PropertyHandlerCompon… in IMPLEMENT_FORWARD_XINTERFACE2()