Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java290 Type[] aRetTypes = new Type[aTypesVector.size()]; in getInterfaces() local
291 aTypesVector.toArray(aRetTypes); in getInterfaces()
292 return aRetTypes; in getInterfaces()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx796 static uno::Sequence< uno::Type > aRetTypes; in getTypes() local
797 if(!aRetTypes.getLength()) in getTypes()
799 aRetTypes = SwXCellBaseClass::getTypes(); in getTypes()
802 long nIndex = aRetTypes.getLength(); in getTypes()
803 aRetTypes.realloc( in getTypes()
804 aRetTypes.getLength() + in getTypes()
807 uno::Type* pRetTypes = aRetTypes.getArray(); in getTypes()
813 return aRetTypes; in getTypes()