Lines Matching refs:PropertyName

185 uno::Any SAL_CALL DataProviderHandler::getPropertyValue(const ::rtl::OUString & PropertyName) throw…  in getPropertyValue()  argument
189 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in getPropertyValue()
224 aPropertyValue = m_xFormComponentHandler->getPropertyValue( PropertyName ); in getPropertyValue()
230 void SAL_CALL DataProviderHandler::setPropertyValue(const ::rtl::OUString & PropertyName, const uno… in setPropertyValue() argument
234 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in setPropertyValue()
240 m_xDataProvider->setPropertyValue(PropertyName,Value); in setPropertyValue()
243 m_xFormComponentHandler->setPropertyValue(PropertyName, Value); in setPropertyValue()
272 …AL_CALL DataProviderHandler::getPropertyState(const ::rtl::OUString & PropertyName) throw (uno::Ru… in getPropertyState() argument
274 return m_xFormComponentHandler->getPropertyState(PropertyName); in getPropertyState()
277 …ALL DataProviderHandler::describePropertyLine(const ::rtl::OUString & PropertyName, const uno::Re… in describePropertyLine() argument
280 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in describePropertyLine()
298 aOut = m_xFormComponentHandler->describePropertyLine(PropertyName, _xControlFactory); in describePropertyLine()
427 …oviderHandler::onInteractivePropertySelection(const ::rtl::OUString & PropertyName, ::sal_Bool Pri… in onInteractivePropertySelection() argument
435 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in onInteractivePropertySelection()
448 …eResult = m_xFormComponentHandler->onInteractivePropertySelection(PropertyName, Primary, out_Data,… in onInteractivePropertySelection()