Lines Matching refs:PropertyComposer

93PropertyComposer::PropertyComposer( const ::std::vector< Reference< XPropertyHandler > >& _rSlaveH…  in PropertyComposer()  function in pcr::PropertyComposer
119 …void SAL_CALL PropertyComposer::inspect( const Reference< XInterface >& _rxIntrospectee ) throw (R… in inspect()
133 …Any SAL_CALL PropertyComposer::getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (Un… in getPropertyValue()
140 …void SAL_CALL PropertyComposer::setPropertyValue( const ::rtl::OUString& _rPropertyName, const Any… in setPropertyValue()
147 …Any SAL_CALL PropertyComposer::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, cons… in convertToPropertyValue()
154 …Any SAL_CALL PropertyComposer::convertToControlValue( const ::rtl::OUString& _rPropertyName, const… in convertToControlValue()
161 …PropertyState SAL_CALL PropertyComposer::getPropertyState( const ::rtl::OUString& _rPropertyName )… in getPropertyState()
200 …void SAL_CALL PropertyComposer::addPropertyChangeListener( const Reference< XPropertyChangeListene… in addPropertyChangeListener()
207 …void SAL_CALL PropertyComposer::removePropertyChangeListener( const Reference< XPropertyChangeList… in removePropertyChangeListener()
214 … Sequence< Property > SAL_CALL PropertyComposer::getSupportedProperties() throw (RuntimeException) in getSupportedProperties()
270 …void uniteStringArrays( const PropertyComposer::HandlerArray& _rHandlers, Sequence< ::rtl::OUStrin… in uniteStringArrays()
276 for ( PropertyComposer::HandlerArray::const_iterator loop = _rHandlers.begin(); in uniteStringArrays()
289 …Sequence< ::rtl::OUString > SAL_CALL PropertyComposer::getSupersededProperties( ) throw (RuntimeEx… in getSupersededProperties()
300 …Sequence< ::rtl::OUString > SAL_CALL PropertyComposer::getActuatingProperties( ) throw (RuntimeExc… in getActuatingProperties()
311 …LineDescriptor SAL_CALL PropertyComposer::describePropertyLine( const ::rtl::OUString& _rPropertyN… in describePropertyLine()
320 …::sal_Bool SAL_CALL PropertyComposer::isComposable( const ::rtl::OUString& _rPropertyName ) throw … in isComposable()
327 …InteractiveSelectionResult SAL_CALL PropertyComposer::onInteractivePropertySelection( const ::rtl:… in onInteractivePropertySelection()
378 …void PropertyComposer::impl_ensureUIRequestComposer( const Reference< XObjectInspectorUI >& _rxIns… in impl_ensureUIRequestComposer()
388 …void SAL_CALL PropertyComposer::actuatingPropertyChanged( const ::rtl::OUString& _rActuatingProper… in actuatingPropertyChanged()
424 IMPLEMENT_FORWARD_XCOMPONENT( PropertyComposer, PropertyComposer_Base ) in IMPLEMENT_FORWARD_XCOMPONENT() argument
427 void SAL_CALL PropertyComposer::disposing() in IMPLEMENT_FORWARD_XCOMPONENT()
432 for ( PropertyComposer::HandlerArray::const_iterator loop = m_aSlaveHandlers.begin(); in IMPLEMENT_FORWARD_XCOMPONENT()
449 …void SAL_CALL PropertyComposer::propertyChange( const PropertyChangeEvent& evt ) throw (RuntimeExc… in propertyChange()
468 void SAL_CALL PropertyComposer::disposing( const EventObject& Source ) throw (RuntimeException) in disposing()
475 sal_Bool SAL_CALL PropertyComposer::suspend( sal_Bool _bSuspend ) throw (RuntimeException) in suspend()
478 for ( PropertyComposer::HandlerArray::const_iterator loop = m_aSlaveHandlers.begin(); in suspend()
504 …sal_Bool SAL_CALL PropertyComposer::hasPropertyByName( const ::rtl::OUString& _rName ) throw (Runt… in hasPropertyByName()