Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sw/source/core/unocore/
H A Dunotbl.cxx798 static uno::Sequence< uno::Type > aRetTypes; in getTypes() local
799 if(!aRetTypes.getLength()) in getTypes()
801 aRetTypes = SwXCellBaseClass::getTypes(); in getTypes()
804 long nIndex = aRetTypes.getLength(); in getTypes()
805 aRetTypes.realloc( in getTypes()
806 aRetTypes.getLength() + in getTypes()
809 uno::Type* pRetTypes = aRetTypes.getArray(); in getTypes()
815 return aRetTypes; in getTypes()

Completed in 38 milliseconds