Lines Matching refs:PropertyName

146 uno::Any SAL_CALL ReportComponentHandler::getPropertyValue(const ::rtl::OUString & PropertyName) th…  in getPropertyValue()  argument
148 return m_xFormComponentHandler->getPropertyValue(PropertyName); in getPropertyValue()
151 void SAL_CALL ReportComponentHandler::setPropertyValue(const ::rtl::OUString & PropertyName, const … in setPropertyValue() argument
153 m_xFormComponentHandler->setPropertyValue(PropertyName, Value); in setPropertyValue()
156 …CALL ReportComponentHandler::getPropertyState(const ::rtl::OUString & PropertyName) throw (uno::Ru… in getPropertyState() argument
158 return m_xFormComponentHandler->getPropertyState(PropertyName); in getPropertyState()
161 … ReportComponentHandler::describePropertyLine(const ::rtl::OUString & PropertyName, const uno::Re… in describePropertyLine() argument
163 return m_xFormComponentHandler->describePropertyLine(PropertyName, ControlFactory); in describePropertyLine()
166 …eportComponentHandler::convertToPropertyValue(const ::rtl::OUString & PropertyName, const uno::Any… in convertToPropertyValue() argument
168 return m_xFormComponentHandler->convertToPropertyValue(PropertyName, ControlValue); in convertToPropertyValue()
171 …ReportComponentHandler::convertToControlValue(const ::rtl::OUString & PropertyName, const uno::Any… in convertToControlValue() argument
173 …return m_xFormComponentHandler->convertToControlValue(PropertyName, PropertyValue, ControlValueTyp… in convertToControlValue()
210 …ponentHandler::onInteractivePropertySelection(const ::rtl::OUString & PropertyName, ::sal_Bool Pri… in onInteractivePropertySelection() argument
212 …return m_xFormComponentHandler->onInteractivePropertySelection(PropertyName, Primary, out_Data, In… in onInteractivePropertySelection()