Home
last modified time | relevance | path

Searched refs:lItems (Results 1 – 9 of 9) sorted by path

/trunk/main/comphelper/inc/comphelper/
H A Denumhelper.hxx130 OAnyEnumeration(const staruno::Sequence< staruno::Any >& lItems);
H A Dnumberedcollection.hxx173 void impl_cleanUpDeadItems ( TNumberedItemHash& lItems ,
/trunk/main/comphelper/source/container/
H A Denumhelper.cxx256 OAnyEnumeration::OAnyEnumeration(const staruno::Sequence< staruno::Any >& lItems) in OAnyEnumeration() argument
258 ,m_lItems(lItems) in OAnyEnumeration()
/trunk/main/comphelper/source/misc/
H A Dnumberedcollection.cxx259 void NumberedCollection::impl_cleanUpDeadItems ( TNumberedItemHash& lItems , in impl_cleanUpDeadItems() argument
269 lItems.erase(rDeadItem); in impl_cleanUpDeadItems()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx697 for (OUStringList::const_iterator pIt = lItems.begin(); in impl_flushByList()
698 pIt != lItems.end() ; in impl_flushByList()
1571 css::uno::Sequence< ::rtl::OUString > lItems; in impl_loadSet() local
1586 lItems = xSet->getElementNames(); in impl_loadSet()
1602 const ::rtl::OUString* pItems = lItems.getConstArray(); in impl_loadSet()
1603 sal_Int32 c = lItems.getLength(); in impl_loadSet()
2371 const css::uno::Sequence< ::rtl::OUString > lItems = xSet->getElementNames(); in impl_readOldFormat() local
2372 const ::rtl::OUString* pItems = lItems.getConstArray(); in impl_readOldFormat()
2373 for (sal_Int32 i=0; i<lItems.getLength(); ++i) in impl_readOldFormat()
2383 const ::rtl::OUString* pItems = lItems.getConstArray(); in impl_readOldFormat()
[all …]
H A Dfiltercache.hxx933 const OUStringList& lItems)
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx1087 css::uno::Sequence< ::rtl::OUString > lItems; in impl_sta_SetControlValue() local
1088 aValue >>= lItems; in impl_sta_SetControlValue()
1089 for (::sal_Int32 i=0; i<lItems.getLength(); ++i) in impl_sta_SetControlValue()
1091 const ::rtl::OUString& sItem = lItems[i]; in impl_sta_SetControlValue()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1146 const css::uno::Sequence< ::rtl::OUString > lItems = xList->getElementNames(); in implts_readConfig() local
1147 const ::rtl::OUString* pItems = lItems.getConstArray(); in implts_readConfig()
1148 sal_Int32 c = lItems.getLength(); in implts_readConfig()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx268 …const css::uno::Sequence< css::uno::Sequence< css::beans::PropertyValue > > lItems = m_aConfigIt… in impl_existsItem() local
269 …const ::sal_Int32 c = lItems.getL… in impl_existsItem()
275 const ::comphelper::SequenceAsHashMap aItem(lItems[i]); in impl_existsItem()
306 …const css::uno::Sequence< css::uno::Sequence< css::beans::PropertyValue > > lItems = m_aConfigIt… in impl_existsItemAtIndex() local
307 …const ::sal_Int32 c = lItems.getL… in impl_existsItemAtIndex()
313 const ::comphelper::SequenceAsHashMap aItem(lItems[nIndex]); in impl_existsItemAtIndex()

Completed in 67 milliseconds