Lines Matching refs:aDescriptor

313         LineDescriptor aDescriptor;  in describePropertyLine()  local
315 aDescriptor.IndentLevel = 1; in describePropertyLine()
330 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_ADD_DATA_TYPE); in describePropertyLine()
331aDescriptor.SecondaryButtonId = rtl::OUString::createFromAscii(UID_PROP_REMOVE_DATA_TYPE);; in describePropertyLine()
332 aDescriptor.HasPrimaryButton = aDescriptor.HasSecondaryButton = sal_True; in describePropertyLine()
333aDescriptor.PrimaryButtonImageURL = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:graphic… in describePropertyLine()
334aDescriptor.SecondaryButtonImageURL = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:graph… in describePropertyLine()
419aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
422aDescriptor.Control = PropertyHandlerHelper::createNumericControl( _rxControlFactory, 0, aMinValue… in describePropertyLine()
425aDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, sal_False ); in describePropertyLine()
429 aDescriptor.Category = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Data" ) ); in describePropertyLine()
430 aDescriptor.DisplayName = m_pInfoService->getPropertyTranslation( nPropId ); in describePropertyLine()
431 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
433 return aDescriptor; in describePropertyLine()