Lines Matching refs:inspection

679         const uno::Reference< inspection::XPropertyControlFactory >& _rxControlFactory  in implCreateListLikeControl()
680 ,inspection::LineDescriptor & out_Descriptor in implCreateListLikeControl()
693 const uno::Reference< inspection::XPropertyControlFactory >& _rxControlFactory in implCreateListLikeControl()
694 ,inspection::LineDescriptor & out_Descriptor in implCreateListLikeControl()
700 const uno::Reference< inspection::XStringListControl > xListControl( in implCreateListLikeControl()
702 …_bTrueIfListBoxFalseIfComboBox ? inspection::PropertyControlType::ListBox : inspection::PropertyCo… in implCreateListLikeControl()
708 …::std::for_each( _aEntries.begin(), _aEntries.end(),::boost::bind( &inspection::XStringListControl… in implCreateListLikeControl()
712 inspection::LineDescriptor SAL_CALL GeometryHandler::describePropertyLine(const ::rtl::OUString & P… in describePropertyLine()
714 inspection::LineDescriptor aOut; in describePropertyLine()
778 …aOut.Control = _xControlFactory->createPropertyControl(inspection::PropertyControlType::MultiLineT… in describePropertyLine()
783 …aOut.Control = _xControlFactory->createPropertyControl(inspection::PropertyControlType::MultiLineT… in describePropertyLine()
787 uno::Reference< inspection::XStringListControl > xListControl( in describePropertyLine()
789 …m_nDataFieldType == DATA_OR_FORMULA ? inspection::PropertyControlType::ComboBox : inspection::Prop… in describePropertyLine()
806 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl,_1 ), in describePropertyLine()
812 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl, _1 ) ); in describePropertyLine()
814 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl, _1 ) ); in describePropertyLine()
820 …aOut.Control = _xControlFactory->createPropertyControl( inspection::PropertyControlType::ColorList… in describePropertyLine()
824 …aOut.Control = _xControlFactory->createPropertyControl( inspection::PropertyControlType::TextField… in describePropertyLine()
829 …aOut.Control = _xControlFactory->createPropertyControl( inspection::PropertyControlType::TextField… in describePropertyLine()
862 uno::Reference< inspection::XNumericControl > xNumericControl(aOut.Control,uno::UNO_QUERY); in describePropertyLine()
937 …uno::Reference< inspection::XStringRepresentation > xConversionHelper = inspection::StringRepresen… in getConstantValue()
1012 …const uno::Reference< inspection::XStringRepresentation > xConversionHelper = inspection::StringRe… in convertToPropertyValue()
1157 …const uno::Reference< inspection::XStringRepresentation > xConversionHelper = inspection::StringRe… in convertToControlValue()
1381 inspection::InteractiveSelectionResult SAL_CALL GeometryHandler::onInteractivePropertySelection(con… in onInteractivePropertySelection()
1389inspection::InteractiveSelectionResult eResult = inspection::InteractiveSelectionResult_Cancelled; in onInteractivePropertySelection()
1394 eResult = inspection::InteractiveSelectionResult_ObtainedValue; in onInteractivePropertySelection()
1402inspection::InteractiveSelectionResult eResult = inspection::InteractiveSelectionResult_Cancelled; in onInteractivePropertySelection()
1411 eResult = inspection::InteractiveSelectionResult_ObtainedValue; in onInteractivePropertySelection()
1430inspection::InteractiveSelectionResult eResult = inspection::InteractiveSelectionResult_Cancelled; in onInteractivePropertySelection()
1434 eResult = inspection::InteractiveSelectionResult_ObtainedValue; in onInteractivePropertySelection()
1442inspection::InteractiveSelectionResult eResult = inspection::InteractiveSelectionResult_Cancelled; in onInteractivePropertySelection()
1449 eResult = inspection::InteractiveSelectionResult_ObtainedValue; in onInteractivePropertySelection()
1463 … uno::Any & NewValue, const uno::Any & OldValue, const uno::Reference< inspection::XObjectInspecto… in actuatingPropertyChanged()