Lines Matching refs:_rRow
807 sal_Bool ODbaseTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols, sal_Bool _bUseTableD… in fetchRow() argument
817 _rRow->setDeleted(bIsCurRecordDeleted); in fetchRow()
818 *(_rRow->get())[0] = m_nFilePos; in fetchRow()
827 const sal_Size nCount = _rRow->get().size(); in fetchRow()
868 if ( !(_rRow->get())[i]->isBound() ) in fetchRow()
890 *(_rRow->get())[i] = ::rtl::OUString(aStr); in fetchRow()
892 (_rRow->get())[i]->setNull(); in fetchRow()
906 (_rRow->get())[i]->setNull(); in fetchRow()
912 *(_rRow->get())[i] = aDateTime; in fetchRow()
921 *(_rRow->get())[i] = nValue; in fetchRow()
923 (_rRow->get())[i]->setNull(); in fetchRow()
946 *(_rRow->get())[i] = d; in fetchRow()
948 (_rRow->get())[i]->setNull(); in fetchRow()
967 (_rRow->get())[i]->setNull(); // no value -> we are done in fetchRow()
977 (_rRow->get())[i]->setNull(); in fetchRow()
985 *(_rRow->get())[i] = aDate; in fetchRow()
989 *(_rRow->get())[i] = ORowSetValue(aStr); in fetchRow()
996 (_rRow->get())[i]->setNull(); in fetchRow()
1007 *(_rRow->get())[i] = b; in fetchRow()
1018 if ( !ReadMemo(nBlockNo, (_rRow->get())[i]->get()) ) in fetchRow()
1022 (_rRow->get())[i]->setNull(); in fetchRow()
1027 (_rRow->get())[i]->setTypeKind(nType); in fetchRow()