Lines Matching refs:aOut

714     inspection::LineDescriptor aOut;  in describePropertyLine()  local
720 … implCreateListLikeControl(_xControlFactory,aOut,RID_STR_FORCENEWPAGE_CONST,sal_False,sal_True); in describePropertyLine()
723 …implCreateListLikeControl(_xControlFactory,aOut,RID_STR_GROUPKEEPTOGETHER_CONST,sal_False,sal_True… in describePropertyLine()
727 …implCreateListLikeControl(_xControlFactory,aOut,RID_STR_REPORTPRINTOPTION_CONST,sal_False,sal_True… in describePropertyLine()
733 implCreateListLikeControl(_xControlFactory,aOut,aList,sal_False,sal_True); in describePropertyLine()
740 implCreateListLikeControl(_xControlFactory,aOut,aList,sal_False,sal_True); in describePropertyLine()
747 implCreateListLikeControl(_xControlFactory,aOut,aList,sal_False,sal_True); in describePropertyLine()
751 implCreateListLikeControl(_xControlFactory,aOut,RID_STR_TYPE_CONST,sal_False,sal_True); in describePropertyLine()
771 implCreateListLikeControl(_xControlFactory,aOut,nResId,sal_False,sal_True); in describePropertyLine()
776 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_PROP_FORMULA); in describePropertyLine()
777 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
778aOut.Control = _xControlFactory->createPropertyControl(inspection::PropertyControlType::MultiLineT… in describePropertyLine()
781 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_PROP_FORMULA); in describePropertyLine()
782 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
783aOut.Control = _xControlFactory->createPropertyControl(inspection::PropertyControlType::MultiLineT… in describePropertyLine()
796 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_PROP_FORMULA); in describePropertyLine()
797 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
800 aOut.Control = xListControl.get(); in describePropertyLine()
820aOut.Control = _xControlFactory->createPropertyControl( inspection::PropertyControlType::ColorList… in describePropertyLine()
823 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_RPT_PROP_DLG_FONT_TYPE); in describePropertyLine()
824aOut.Control = _xControlFactory->createPropertyControl( inspection::PropertyControlType::TextField… in describePropertyLine()
825 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
828 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_RPT_PROP_DLG_AREA); in describePropertyLine()
829aOut.Control = _xControlFactory->createPropertyControl( inspection::PropertyControlType::TextField… in describePropertyLine()
830 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
833 … implCreateListLikeControl(_xControlFactory,aOut,RID_STR_VERTICAL_ALIGN_CONST,sal_False,sal_True); in describePropertyLine()
836 … implCreateListLikeControl(_xControlFactory,aOut,RID_STR_PARAADJUST_CONST,sal_False,sal_True); in describePropertyLine()
840 aOut = m_xFormComponentHandler->describePropertyLine(PropertyName, _xControlFactory); in describePropertyLine()
846aOut.Category = ((m_pInfoService->getPropertyUIFlags(nId ) & PROP_FLAG_DATA_PROPERTY) != 0) ? in describePropertyLine()
850 aOut.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nId ) ); in describePropertyLine()
851 aOut.DisplayName = m_pInfoService->getPropertyTranslation(nId); in describePropertyLine()
862 uno::Reference< inspection::XNumericControl > xNumericControl(aOut.Control,uno::UNO_QUERY); in describePropertyLine()
917 return aOut; in describePropertyLine()