Lines Matching refs:aDescriptor

1003         LineDescriptor aDescriptor;  in describePropertyLine()  local
1004 aDescriptor.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nPropId ) ); in describePropertyLine()
1005 aDescriptor.DisplayName = sDisplayName; in describePropertyLine()
1010 aDescriptor.Control.clear(); in describePropertyLine()
1022 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_SELECTION); in describePropertyLine()
1026 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_FILTER); in describePropertyLine()
1030 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_ORDER); in describePropertyLine()
1036aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_FORMLINKFIELDS); in describePropertyLine()
1040 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_SQLCOMMAND); in describePropertyLine()
1047 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_TABINDEX); in describePropertyLine()
1054 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_FONT_TYPE); in describePropertyLine()
1060aDescriptor.Control = new OFileUrlControl( impl_getDefaultDialogParent_nothrow(), WB_TABSTOP | WB_… in describePropertyLine()
1062aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(( PROPERTY_ID_TARGET_URL == nPropId ) in describePropertyLine()
1080aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_BACKGROUNDCOLOR); break; in describePropertyLine()
1082aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_FILLCOLOR); break; in describePropertyLine()
1084aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_SYMBOLCOLOR); break; in describePropertyLine()
1086aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_BORDERCOLOR); break; in describePropertyLine()
1110 aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_CONTROLLABEL); in describePropertyLine()
1137 aDescriptor.Control = pControl; in describePropertyLine()
1140aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_NUMBER_FORMAT); in describePropertyLine()
1145 aDescriptor.Control = pControl; in describePropertyLine()
1180 aDescriptor.Control = pControl; in describePropertyLine()
1235 aDescriptor.Control = PropertyHandlerHelper::createNumericControl( in describePropertyLine()
1238 … Reference< XNumericControl > xNumericControl( aDescriptor.Control, UNO_QUERY_THROW ); in describePropertyLine()
1265aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
1307aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntrie… in describePropertyLine()
1310aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries… in describePropertyLine()
1321 aDescriptor.Control = pControl; in describePropertyLine()
1346 aDescriptor.Control = PropertyHandlerHelper::createNumericControl( in describePropertyLine()
1356 aDescriptor.Control = PropertyHandlerHelper::createNumericControl( in describePropertyLine()
1365aDescriptor.PrimaryButtonId = rtl::OUString::createFromAscii(UID_PROP_DLG_ATTR_DATASOURCE); in describePropertyLine()
1378 aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( in describePropertyLine()
1387 aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( in describePropertyLine()
1393 impl_describeCursorSource_nothrow( aDescriptor, _rxControlFactory ); in describePropertyLine()
1397 impl_describeListSourceUI_throw( aDescriptor, _rxControlFactory ); in describePropertyLine()
1401 if ( !aDescriptor.Control.is() ) in describePropertyLine()
1402aDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, bReadOnly ); in describePropertyLine()
1409 Reference< XStringListControl > xStringList( aDescriptor.Control, UNO_QUERY_THROW ); in describePropertyLine()
1415 if ( aDescriptor.PrimaryButtonId.getLength() ) in describePropertyLine()
1416 aDescriptor.HasPrimaryButton = sal_True; in describePropertyLine()
1417 if ( aDescriptor.SecondaryButtonId.getLength() ) in describePropertyLine()
1418 aDescriptor.HasSecondaryButton = sal_True; in describePropertyLine()
1421aDescriptor.Category = ::rtl::OUString::createFromAscii( bIsDataProperty ? "Data" : "General" ); in describePropertyLine()
1422 return aDescriptor; in describePropertyLine()