Searched refs:aIndexed (Results 1 – 2 of 2) sorted by relevance
157 uno::Reference<container::XIndexAccess> aIndexed; in CallTypeFunction() local158 aAny >>= aIndexed; in CallTypeFunction()159 exportIndexAccess(aIndexed, rName); in CallTypeFunction()423 const uno::Reference<container::XIndexAccess> aIndexed, in exportIndexAccess() argument427 …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()
87 const com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> aIndexed,
Completed in 17 milliseconds