Lines Matching refs:aRow

64 			::connectivity::ODatabaseMetaDataResultSet::ORow aRow(19);  in impl_getTypeInfo_throw()
70 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (1)); in impl_getTypeInfo_throw()
72 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
73 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (2)); in impl_getTypeInfo_throw()
75 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
76 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (3)); in impl_getTypeInfo_throw()
78 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
79 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (4)); in impl_getTypeInfo_throw()
81 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
82 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (5)); in impl_getTypeInfo_throw()
84 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
85 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (6)); in impl_getTypeInfo_throw()
87 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
88 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (7)); in impl_getTypeInfo_throw()
90 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
91 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getBoolean (8)); in impl_getTypeInfo_throw()
93 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
94 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getShort (9)); in impl_getTypeInfo_throw()
96 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
97 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getBoolean (10)); in impl_getTypeInfo_throw()
99 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
100 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (11)); in impl_getTypeInfo_throw()
102 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
103 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getBoolean (12)); in impl_getTypeInfo_throw()
105 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
106 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (13)); in impl_getTypeInfo_throw()
108 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
109 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getShort (14)); in impl_getTypeInfo_throw()
111 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
112 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getShort (15)); in impl_getTypeInfo_throw()
114 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
115 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (16)); in impl_getTypeInfo_throw()
117 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
118 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (17)); in impl_getTypeInfo_throw()
120 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
121 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator((sal_Int16)xRow->getInt(18)); in impl_getTypeInfo_throw()
123 aRow[nPos-1]->setNull(); in impl_getTypeInfo_throw()
126 if(!aRow[2]->getValue().isNull()) in impl_getTypeInfo_throw()
128 switch((sal_Int32)aRow[2]->getValue()) in impl_getTypeInfo_throw()
137 aRow[2]->setValue(DataType::DOUBLE); in impl_getTypeInfo_throw()
138 aRow[3]->setValue(sal_Int32(18)); in impl_getTypeInfo_throw()
141 aRow[3]->setValue(sal_Int32(27)); in impl_getTypeInfo_throw()
147 aRows.push_back(aRow); in impl_getTypeInfo_throw()