Lines Matching refs:beans

132             uno::Reference<beans::XPropertySet> xProp(m_xFormComponentHandler,uno::UNO_QUERY);  in inspect()
146 …Value(const ::rtl::OUString & PropertyName) throw (uno::RuntimeException, beans::UnknownPropertyEx… in getPropertyValue()
151 …ing & PropertyName, const uno::Any & Value) throw (uno::RuntimeException, beans::UnknownPropertyEx… in setPropertyValue()
156 beans::PropertyState SAL_CALL ReportComponentHandler::getPropertyState(const ::rtl::OUString & Prop… in getPropertyState()
161 …Reference< inspection::XPropertyControlFactory > & ControlFactory) throw (beans::UnknownPropertyEx… in describePropertyLine()
166 …ropertyName, const uno::Any & ControlValue) throw (uno::RuntimeException, beans::UnknownPropertyEx… in convertToPropertyValue()
171 …yValue, const uno::Type & ControlValueType) throw (uno::RuntimeException, beans::UnknownPropertyEx… in convertToControlValue()
176 void SAL_CALL ReportComponentHandler::addPropertyChangeListener(const uno::Reference< beans::XPrope… in addPropertyChangeListener()
181 void SAL_CALL ReportComponentHandler::removePropertyChangeListener(const uno::Reference< beans::XPr… in removePropertyChangeListener()
186 uno::Sequence< beans::Property > SAL_CALL ReportComponentHandler::getSupportedProperties() throw (u… in getSupportedProperties()
188 ::std::vector< beans::Property > aNewProps; in getSupportedProperties()
191 …return aNewProps.empty() ? uno::Sequence< beans::Property > () : uno::Sequence< beans::Property > … in getSupportedProperties()
205 …le( const ::rtl::OUString& _rPropertyName ) throw (uno::RuntimeException, beans::UnknownPropertyEx… in isComposable()
210 …ection::XObjectInspectorUI > & InspectorUI) throw (uno::RuntimeException, beans::UnknownPropertyEx… in onInteractivePropertySelection()