Lines Matching refs:ORowSetValueDecorator

90         aRow.push_back(new ORowSetValueDecorator(::rtl::OUString::createFromAscii("VARCHAR")));  in impl_getTypeInfo_throw()
91 aRow.push_back(new ORowSetValueDecorator(DataType::VARCHAR)); in impl_getTypeInfo_throw()
92 aRow.push_back(new ORowSetValueDecorator((sal_Int32)65535)); in impl_getTypeInfo_throw()
98 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnSearch::CHAR)); in impl_getTypeInfo_throw()
107 aRow.push_back(new ORowSetValueDecorator((sal_Int32)10)); in impl_getTypeInfo_throw()
112 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DECIMAL")); in impl_getTypeInfo_throw()
113 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
119 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("BOOL")); in impl_getTypeInfo_throw()
120 aRow[2] = new ORowSetValueDecorator(DataType::BIT); in impl_getTypeInfo_throw()
121 aRow[3] = new ORowSetValueDecorator((sal_Int32)20); in impl_getTypeInfo_throw()
123 aRow[15] = new ORowSetValueDecorator((sal_Int32)15); in impl_getTypeInfo_throw()
126 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DATE")); in impl_getTypeInfo_throw()
127 aRow[2] = new ORowSetValueDecorator(DataType::DATE); in impl_getTypeInfo_throw()
133 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("TIME")); in impl_getTypeInfo_throw()
134 aRow[2] = new ORowSetValueDecorator(DataType::TIME); in impl_getTypeInfo_throw()
140 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("TIMESTAMP")); in impl_getTypeInfo_throw()
141 aRow[2] = new ORowSetValueDecorator(DataType::TIMESTAMP); in impl_getTypeInfo_throw()
173 aRow[10] = new ORowSetValueDecorator((sal_Int32)10); in getColumns()
184 aRow[3] = new ORowSetValueDecorator(*pTabIter); in getColumns()
199 aRow[4] = new ORowSetValueDecorator( *pColumnIter); in getColumns()
203 …aRow[5] = new ORowSetValueDecorator(::comphelper::getINT32(xColumn->getPropertyValue(OMetaConnecti… in getColumns()
204 …aRow[6] = new ORowSetValueDecorator(::comphelper::getString(xColumn->getPropertyValue(OMetaConnect… in getColumns()
205 …aRow[7] = new ORowSetValueDecorator(::comphelper::getINT32(xColumn->getPropertyValue(OMetaConnecti… in getColumns()
207 …aRow[9] = new ORowSetValueDecorator(::comphelper::getINT32(xColumn->getPropertyValue(OMetaConnecti… in getColumns()
208 …aRow[11] = new ORowSetValueDecorator(::comphelper::getINT32(xColumn->getPropertyValue(OMetaConnect… in getColumns()
210 …aRow[13] = new ORowSetValueDecorator(::comphelper::getString(xColumn->getPropertyValue(OMetaConnec… in getColumns()
217 aRow[16] = new ORowSetValueDecorator((sal_Int32)254); in getColumns()
220 aRow[16] = new ORowSetValueDecorator((sal_Int32)65535); in getColumns()
223 aRow[16] = new ORowSetValueDecorator((sal_Int32)0); in getColumns()
225 aRow[17] = new ORowSetValueDecorator(i); in getColumns()
229 … aRow[18] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("NO")); in getColumns()
232 … aRow[18] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("YES")); in getColumns()
235 aRow[18] = new ORowSetValueDecorator(::rtl::OUString()); in getColumns()
446 aRow.push_back(new ORowSetValueDecorator(aName)); in getTables()
447 aRow.push_back(new ORowSetValueDecorator(aTable)); in getTables()
471 aRow.push_back(new ORowSetValueDecorator(aName)); in getTables()
472 aRow.push_back(new ORowSetValueDecorator(aTable)); in getTables()