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()
796 static uno::Sequence< uno::Type > aRetTypes; in getTypes() local797 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()