Lines Matching refs:inspection
277 inspection::LineDescriptor SAL_CALL DataProviderHandler::describePropertyLine(const ::rtl::OUString… in describePropertyLine()
279 inspection::LineDescriptor aOut; in describePropertyLine()
285 …aOut.Control = _xControlFactory->createPropertyControl(inspection::PropertyControlType::TextField … in describePropertyLine()
289 …aOut.Control = _xControlFactory->createPropertyControl(inspection::PropertyControlType::NumericFie… in describePropertyLine()
293 …aOut.Control = _xControlFactory->createPropertyControl(inspection::PropertyControlType::StringList… in describePropertyLine()
427 inspection::InteractiveSelectionResult SAL_CALL DataProviderHandler::onInteractivePropertySelection… in onInteractivePropertySelection()
432 … inspection::InteractiveSelectionResult eResult = inspection::InteractiveSelectionResult_Cancelled; in onInteractivePropertySelection()
440 eResult = inspection::InteractiveSelectionResult_ObtainedValue; in onInteractivePropertySelection()
445 eResult = inspection::InteractiveSelectionResult_Success; in onInteractivePropertySelection()
454 … uno::Any & NewValue, const uno::Any & OldValue, const uno::Reference< inspection::XObjectInspecto… in actuatingPropertyChanged()
464 …InspectorUI->enablePropertyUIElements( PROPERTY_DETAILFIELDS, inspection::PropertyLineElement::Pri… in actuatingPropertyChanged()
465 …InspectorUI->enablePropertyUIElements( PROPERTY_MASTERFIELDS, inspection::PropertyLineElement::Pri… in actuatingPropertyChanged()