Lines Matching refs:xRow
140 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local
144 double nUsedPages = xRow->getInt(1) / 256; in OAdabasStatistics()
145 double nFreePages = xRow->getInt(2) / 256; in OAdabasStatistics()
154 xRow = NULL; in OAdabasStatistics()
192 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local
195 m_LB_DATADEVS.InsertEntry(xRow->getString(1)); in OAdabasStatistics()
236 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local
237 m_ET_SYSDEVSPACE.SetText(xRow->getString(2)); in OAdabasStatistics()
248 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local
249 m_ET_TRANSACTIONLOG.SetText(xRow->getString(2)); in OAdabasStatistics()
299 Reference<XRow> xRow(xRes,UNO_QUERY); in checkSystemTable() local
302 while( xRow.is() && xRes->next() ) in checkSystemTable()
304 _rsSchemaName = xRow->getString(2); in checkSystemTable()
305 if(sSelect == xRow->getString(6) && !xRow->wasNull()) in checkSystemTable()