Searched refs:FM_PROP_STRINGITEMLIST (Results 1 – 5 of 5) sorted by relevance
69 …static const ::rtl::OUString FM_PROP_STRINGITEMLIST(RTL_CONSTASCII_USTRINGPARAM("StringItemList")); variable274 OSL_VERIFY( _rxModel->getPropertyValue( FM_PROP_STRINGITEMLIST ) >>= aListEntries ); in getStringItemVector()
2468 doPropertyListening( FM_PROP_STRINGITEMLIST ); in DbComboBox()2475 if ( _rEvent.PropertyName.equals( FM_PROP_STRINGITEMLIST ) ) in _propertyChanged()2533 SetList( xModel->getPropertyValue( FM_PROP_STRINGITEMLIST ) ); in Init()2597 doPropertyListening( FM_PROP_STRINGITEMLIST ); in DbListBox()2604 if ( _rEvent.PropertyName.equals( FM_PROP_STRINGITEMLIST ) ) in _propertyChanged()2650 SetList( xModel->getPropertyValue( FM_PROP_STRINGITEMLIST ) ); in Init()2832 Any aItems = xModel->getPropertyValue(FM_PROP_STRINGITEMLIST); in CreateControl()2850 Any aItems = xModel->getPropertyValue(FM_PROP_STRINGITEMLIST); in CreateControl()
63 #define FM_PROP_STRINGITEMLIST rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StringIte…
717 if ( bAddUndoAction && ( evt.PropertyName == FM_PROP_STRINGITEMLIST ) ) in propertyChange()
3602 pListBoxDescription->Name = FM_PROP_STRINGITEMLIST; in CreateExternalView()
Completed in 146 milliseconds