Searched refs:aOldTypes (Results 1 – 2 of 2) sorted by relevance
141 Sequence< Type > aOldTypes = java_sql_Statement_BASE::getTypes(); in getTypes() local144 ::std::remove(aOldTypes.getArray(),aOldTypes.getArray() + aOldTypes.getLength(), in getTypes()146 aOldTypes.realloc(aOldTypes.getLength() - 1); in getTypes()149 return ::comphelper::concatSequences(aTypes.getTypes(),aOldTypes); in getTypes()
163 Sequence< Type > aOldTypes = OStatement_BASE::getTypes(); in getTypes() local166 ::std::remove(aOldTypes.getArray(),aOldTypes.getArray() + aOldTypes.getLength(), in getTypes()168 aOldTypes.realloc(aOldTypes.getLength() - 1); in getTypes()171 return ::comphelper::concatSequences(aTypes.getTypes(),aOldTypes); in getTypes()
Completed in 25 milliseconds