Lines Matching refs:_rxControlFactory

971         const Reference< XPropertyControlFactory >& _rxControlFactory )  in describePropertyLine()
974 if ( !_rxControlFactory.is() ) in describePropertyLine()
1236 _rxControlFactory, nDigits, aValueNotPresent, aValueNotPresent, sal_False ); in describePropertyLine()
1265 …aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
1307 …aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntrie… in describePropertyLine()
1310 …aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
1347 _rxControlFactory, 0, aMinValue, aMaxValue, sal_False ); in describePropertyLine()
1357 _rxControlFactory, 0, aMinValue, aMaxValue, sal_False ); in describePropertyLine()
1379 _rxControlFactory, aListEntries, sal_False, sal_True ); in describePropertyLine()
1388 _rxControlFactory, aFieldNames, sal_False, sal_False ); in describePropertyLine()
1393 impl_describeCursorSource_nothrow( aDescriptor, _rxControlFactory ); in describePropertyLine()
1397 impl_describeListSourceUI_throw( aDescriptor, _rxControlFactory ); in describePropertyLine()
1402 … aDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, bReadOnly ); in describePropertyLine()
2459 …neDescriptor& _out_rProperty, const Reference< XPropertyControlFactory >& _rxControlFactory ) const in impl_describeCursorSource_nothrow()
2489 …t_rProperty.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aNames, sal… in impl_describeCursorSource_nothrow()
2494 …_out_rProperty.Control = _rxControlFactory->createPropertyControl( PropertyControlType::MultiLineT… in impl_describeCursorSource_nothrow()
2570 …Descriptor& _out_rDescriptor, const Reference< XPropertyControlFactory >& _rxControlFactory ) const in impl_describeListSourceUI_throw()
2589 …_out_rDescriptor.Control = _rxControlFactory->createPropertyControl( PropertyControlType::StringLi… in impl_describeListSourceUI_throw()
2604 …rDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntrie… in impl_describeListSourceUI_throw()