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()
903 (_rRow->get())[i]->setNull(); in fetchRow()
909 *(_rRow->get())[i] = aDateTime; in fetchRow()
916 *(_rRow->get())[i] = nValue; in fetchRow()
936 *(_rRow->get())[i] = d; in fetchRow()
954 (_rRow->get())[i]->setNull(); // keine Werte -> fertig in fetchRow()
964 (_rRow->get())[i]->setNull(); in fetchRow()
972 *(_rRow->get())[i] = aDate; in fetchRow()
976 *(_rRow->get())[i] = ORowSetValue(aStr); in fetchRow()
989 *(_rRow->get())[i] = b; in fetchRow()
1000 if ( !ReadMemo(nBlockNo, (_rRow->get())[i]->get()) ) in fetchRow()
1004 (_rRow->get())[i]->setNull(); in fetchRow()
1009 (_rRow->get())[i]->setTypeKind(nType); in fetchRow()