Searched refs:aRetTypes (Results 1 – 2 of 2) sorted by relevance
290 Type[] aRetTypes = new Type[aTypesVector.size()]; in getInterfaces() local291 aTypesVector.toArray(aRetTypes); in getInterfaces()292 return aRetTypes; in getInterfaces()
798 static uno::Sequence< uno::Type > aRetTypes; in getTypes() local799 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 53 milliseconds