Lines Matching refs:PropertyName

364 uno::Any SAL_CALL GeometryHandler::getPropertyValue(const ::rtl::OUString & PropertyName) throw (un…  in getPropertyValue()  argument
368 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in getPropertyValue()
375 aPropertyValue = m_xReportComponent->getPropertyValue( PropertyName ); in getPropertyValue()
438 aPropertyValue = m_xReportComponent->getPropertyValue( PropertyName ); in getPropertyValue()
447 m_xReportComponent->getPropertyValue( PropertyName ) >>= sValue; in getPropertyValue()
452 aPropertyValue = m_xReportComponent->getPropertyValue( PropertyName ); in getPropertyValue()
458 void SAL_CALL GeometryHandler::setPropertyValue(const ::rtl::OUString & PropertyName, const uno::An… in setPropertyValue() argument
462 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in setPropertyValue()
472 m_xReportComponent->setPropertyValue(PropertyName, aNewValue); in setPropertyValue()
534 aEvent.PropertyName = PROPERTY_SCOPE; in setPropertyValue()
668 m_xReportComponent->setPropertyValue(PropertyName, aNewValue); in setPropertyValue()
672 …te SAL_CALL GeometryHandler::getPropertyState(const ::rtl::OUString & PropertyName) throw (uno::Ru… in getPropertyState() argument
675 return m_xFormComponentHandler->getPropertyState(PropertyName); in getPropertyState()
712 …AL_CALL GeometryHandler::describePropertyLine(const ::rtl::OUString & PropertyName, const uno::Ref… in describePropertyLine() argument
715 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in describePropertyLine()
840 aOut = m_xFormComponentHandler->describePropertyLine(PropertyName, _xControlFactory); in describePropertyLine()
920 beans::Property GeometryHandler::getProperty(const ::rtl::OUString & PropertyName) in getProperty() argument
925 …ty* pFind = ::std::find_if(pIter,pEnd,::std::bind2nd(PropertyCompare(),boost::cref(PropertyName))); in getProperty()
930 …onst uno::Any& _aValue,const ::rtl::OUString& _sConstantName,const ::rtl::OUString & PropertyName ) in getConstantValue() argument
946 const beans::Property aProp = getProperty(PropertyName); in getConstantValue()
951 uno::Any SAL_CALL GeometryHandler::convertToPropertyValue(const ::rtl::OUString & PropertyName, con… in convertToPropertyValue() argument
955 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in convertToPropertyValue()
960 …lue,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.ForceNewPage")),PropertyName); in convertToPropertyValue()
963 …:rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.GroupKeepTogether")),PropertyName); in convertToPropertyValue()
967 …:rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.ReportPrintOption")),PropertyName); in convertToPropertyValue()
981 …lue,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.KeepTogether")),PropertyName); in convertToPropertyValue()
1002 const beans::Property aProp = getProperty(PropertyName); in convertToPropertyValue()
1049 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(PropertyName, _rControlValue); in convertToPropertyValue()
1103 return m_xFormComponentHandler->convertToPropertyValue(PropertyName, _rControlValue); in convertToPropertyValue()
1108 uno::Any SAL_CALL GeometryHandler::convertToControlValue(const ::rtl::OUString & PropertyName, cons… in convertToControlValue() argument
1118 const sal_Int32 nId = m_pInfoService->getPropertyId(PropertyName); in convertToControlValue()
1125 …lue,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.ForceNewPage")),PropertyName); in convertToControlValue()
1128 …:rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.GroupKeepTogether")),PropertyName); in convertToControlValue()
1132 …:rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.ReportPrintOption")),PropertyName); in convertToControlValue()
1137 …lue,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.KeepTogether")),PropertyName); in convertToControlValue()
1199 …aControlValue = m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rCon… in convertToControlValue()
1248 …aControlValue = m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rCon… in convertToControlValue()
1381 …ometryHandler::onInteractivePropertySelection(const ::rtl::OUString & PropertyName, ::sal_Bool Pri… in onInteractivePropertySelection() argument
1385 if ( PropertyName.equalsAscii(PROPERTY_FILTER) ) in onInteractivePropertySelection()
1398 else if ( PropertyName.equalsAscii(PROPERTY_FONT) ) in onInteractivePropertySelection()
1415 else if ( PropertyName.equalsAscii(PROPERTY_FORMULA) in onInteractivePropertySelection()
1416 || PropertyName.equalsAscii(PROPERTY_INITIALFORMULA) in onInteractivePropertySelection()
1417 || PropertyName.equalsAscii(PROPERTY_DATAFIELD) in onInteractivePropertySelection()
1418 || PropertyName.equalsAscii(PROPERTY_CONDITIONALPRINTEXPRESSION)) in onInteractivePropertySelection()
1424 m_xReportComponent->getPropertyValue(PropertyName) >>= sFormula; in onInteractivePropertySelection()
1438 else if ( PropertyName.equalsAscii(PROPERTY_AREA) ) in onInteractivePropertySelection()
1451 aScopeEvent.PropertyName = PROPERTY_FILLCOLOR; in onInteractivePropertySelection()
1460 …return m_xFormComponentHandler->onInteractivePropertySelection(PropertyName, Primary, _rData, _rxI… in onInteractivePropertySelection()
1967 aEvent.PropertyName = PROPERTY_SCOPE; in createDefaultFunction()
2030 aScopeEvent.PropertyName = PROPERTY_TYPE; in resetOwnProperties()
2038 aFormulaEvent.PropertyName = PROPERTY_FORMULALIST; in resetOwnProperties()
2047 aScopeEvent.PropertyName = PROPERTY_SCOPE; in resetOwnProperties()