Home
last modified time | relevance | path

Searched refs:aIndexed (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx157 uno::Reference<container::XIndexAccess> aIndexed; in CallTypeFunction() local
158 aAny >>= aIndexed; in CallTypeFunction()
159 exportIndexAccess(aIndexed, rName); in CallTypeFunction()
423 const uno::Reference<container::XIndexAccess> aIndexed, in exportIndexAccess() argument
427 …DBG_ASSERT(aIndexed->getElementType().equals(getCppuType( (uno::Sequence<beans::PropertyValue> *)0… in exportIndexAccess()
430 if(aIndexed->hasElements()) in exportIndexAccess()
434 sal_Int32 nCount = aIndexed->getCount(); in exportIndexAccess()
437 exportMapEntry(aIndexed->getByIndex(i), sEmpty, sal_False); in exportIndexAccess()
/trunk/main/xmloff/inc/xmloff/
H A DSettingsExportHelper.hxx87 const com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> aIndexed,

Completed in 17 milliseconds