Lines Matching refs:aItems

1566 void VCLXListBox::addItems( const ::com::sun::star::uno::Sequence< ::rtl::OUString>& aItems, sal_In…  in addItems()  argument
1574 const ::rtl::OUString* pItems = aItems.getConstArray(); in addItems()
1575 const ::rtl::OUString* pItemsEnd = aItems.getConstArray() + aItems.getLength(); in addItems()
1903 ::com::sun::star::uno::Sequence< ::rtl::OUString> aItems; in setProperty()
1904 if ( Value >>= aItems ) in setProperty()
1907 addItems( aItems, 0 ); in setProperty()
1913 ::com::sun::star::uno::Sequence<sal_Int16> aItems; in setProperty()
1914 if ( Value >>= aItems ) in setProperty()
1919 if ( aItems.getLength() ) in setProperty()
1920 selectItemsPos( aItems, sal_True ); in setProperty()
2176 …uno::Sequence< beans::Pair< ::rtl::OUString, ::rtl::OUString > > aItems = xItemList->getAllItems(); in itemListChanged() local
2177 for ( sal_Int32 i=0; i<aItems.getLength(); ++i ) in itemListChanged()
2179 ::rtl::OUString aLocalizationKey( aItems[i].First ); in itemListChanged()
2184 pListBox->InsertEntry( aLocalizationKey, lcl_getImageFromURL( aItems[i].Second ) ); in itemListChanged()
3964 void VCLXComboBox::addItems( const ::com::sun::star::uno::Sequence< ::rtl::OUString>& aItems, sal_I… in addItems() argument
3972 for ( sal_uInt16 n = 0; n < aItems.getLength(); n++ ) in addItems()
3974 pBox->InsertEntry( aItems.getConstArray()[n], nP ); in addItems()
4081 ::com::sun::star::uno::Sequence< ::rtl::OUString> aItems; in setProperty()
4082 if ( Value >>= aItems ) in setProperty()
4085 addItems( aItems, 0 ); in setProperty()
4337 …uno::Sequence< beans::Pair< ::rtl::OUString, ::rtl::OUString > > aItems = xItemList->getAllItems(); in itemListChanged() local
4338 for ( sal_Int32 i=0; i<aItems.getLength(); ++i ) in itemListChanged()
4340 ::rtl::OUString aLocalizationKey( aItems[i].First ); in itemListChanged()
4345 pComboBox->InsertEntry( aLocalizationKey, lcl_getImageFromURL( aItems[i].Second ) ); in itemListChanged()